| |||||||
| Knowledgebase Articles and information about running a website, cPanel and various hints and tips. Here you will find tutorials on php, MySql, .htaccess, cron, SEO, Search Engines, CHMOD, FTP, CSS, HTML and various other hints and tips on running and Administrating a website. |
![]() |
| |
|
#1
| |||
| |||
|
I got this script which fetches from rss to html I am trying to fetch news from yahoo.. it doesn't matter where I fetch it from.. but it says I have some error on first line of the code Quote:
Quote:
|
![]() Ultimate Wordpress Commenter |
|
#2
| ||||
| ||||
|
The warning you are getting set_time_limit() has been disabled for security reasons basically means the script is trying to reset the running time back to zero because it hasn't finished executing but the server is configured not to let it. Your server is probably set to 30 seconds for the max_execution_time so processes don't keep running and crash the server. Give this a try, in your /public_html/ make a .htaccess file if you don't have one already and put this in it at the very top: Quote:
You "can" change the number higher than 90 but i don't recommend it on shared servers because you can cause big loads and the host won't be happy.
__________________ Knowledgebase | SEO | Free Scripts | Free Graphics | Free Wordpress Themes | Free Word Cloud Script | Domains For Sale | Optimize Your Forum |
![]() Ultimate Wordpress Commenter |
![]() |
| Tools | |
| Display Modes | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Custom Error Pages | Admin | Knowledgebase | 1 | 02-10-2009 04:44 AM |
| FTP Error Codes - Messages | Admin | Knowledgebase | 2 | 12-07-2008 11:53 PM |