I have a aim bot script that sends out notifications to the users in the database the problem is when the user hits submit and it runs the script in his browser it will simply timeout because to the server sees it as loading and loading. So my question how would I run it internally such as if I was doing php -q aim.php and then show the output in the browser
set_time_limit(600);// will set the time out to 10 mins
__________________
Working towards a Internet where we don't have website just browser applications Kill the Hyper-link and say hello to 3D Games in the browser :)
__________________
Working towards a Internet where we don't have website just browser applications Kill the Hyper-link and say hello to 3D Games in the browser :)
your welcome,
how that works is as php outputs it stores it in an ob so then that just stops it storing and then just output
But can you use the thank this user buttom when some one provides you with info that helps
__________________
Working towards a Internet where we don't have website just browser applications Kill the Hyper-link and say hello to 3D Games in the browser :)