For a while I'have been looking for a solution for my problem with a twitter php file what used to work at first.
I' found out that it's because my server doesn't support the old php anymore. So on the internet i' looked for the problem and think
it's: $content = get_content, but I' don't know that for shure.
Can anyone help me with a solution or tell me what i' can do to make it work.
I' got the file from: http://www.republicofcode.com/tutori...r_widget/3.php
PHP Code:
<?php
/*
* @return string
* @param string $url
* @desc Return string content from a remote file
* @author Luiz Miguel Axcar (lmaxcar@yahoo.com.br)
*/
If that does not work, it is most likely because the hosting company has disabled the feature. Now, chances are that they would also disable other features.
You should perhaps view a php_info file for your site and check whether it has
fopen_wrappers
curl
I tried but it does not work. I've watched the php_info standing there fopen_wrappers
curl enabled and on
The php version of the hosting company has PHP Version 5.3.3-7
What else can I try?
it might be worth trying with an arbitrary website url too, to find out whether it is the hosting company blocking things, or twitter. The url I tried DID return a valid http result, but the result text said "does not exist"