10.01.2013, 10:14
You just need to upload it to some public webspace (that allows php scripts), mostly theres a "www" folder, or you got direct ftp access to that. After uploading the script should be available at "www.your-address.com/script.php"
You can also create folder on that webspace, so the address will be "www.your-address.com/foldername/script.php"
When you got that, and it doesnt give an error when accessing that link (you can also test http://www.your-address.com/script.p...OO_WEATHER_URL and see if it returns a weather state), go to line 131 in the script
and change that "www.mauzen.net/utils/a.php" with your location. The ?URL=%s needs to stay the same, as thats information that is passed to the script.
Should work now!
You can also create folder on that webspace, so the address will be "www.your-address.com/foldername/script.php"
When you got that, and it doesnt give an error when accessing that link (you can also test http://www.your-address.com/script.p...OO_WEATHER_URL and see if it returns a weather state), go to line 131 in the script
pawn Code:
format(RealWeather[wid][WUrl], 192, "www.mauzen.net/utils/a.php?URL=%s", url);
Should work now!