Sup3rkirby
New Member
- Messages
- 181
- Reaction score
- 0
- Points
- 0
cPanel: Sup3rkir
Website: http://sup3rkirby.x10hosting.com/
Problem: http://sup3rkirby.x10hosting.com/chat
This has been bothering me for quite some time(really since I got my account).
I currently have the intermediate PHP package(and was told this is all I needed). But I am having horrible problems as essentially, nothing is working quite like it should. Well, I shouldn't say nothing. Mainly, it is this chat system that is not working.
All the PHP used in my site is run through AJAX. And so no PHP pages are loaded in the browser, just run server-side, while AJAX waits for a response.
With my chat system however, it seems I'm not getting any responses. And before someone criticises me for code errors, I assure everyone this is not the case. I have been using my chat system for quite some time with no problems other than simple issues of auto log out(meaning I can't detect users leaving and delete their user file automatically). I used to run this script on Zeeblo's web servers before they were completely gone. Never had an issue.
I hate to say it has to do with these PHP packages, but honestly, when you take a working script and move it to a new server, and it does not work properly, don't you think there might be something on this new server that is causing the errors?
I don't know why of course my scripts would not work with the intermediate package though? I don't think I'm using much more than file operations and basic variable methods. It really just seems like when PHP is working, it is working very very slowly. I don't know if this is just the servers being very busy or what, but I have never really had anything that uses PHP run quickly...
I also must mention this. My 'Log In' button first runs some javascript to check for admin/mods logging in. then it submits some stuff to a PHP script and waits for the response. But for some reason an advertisement(pop up) comes up.... This is NO WHERE in my code so I can't figure out why or how this is happening...
I can paste up my code for you to view if there is any discresion about this being my fault.
Website: http://sup3rkirby.x10hosting.com/
Problem: http://sup3rkirby.x10hosting.com/chat
This has been bothering me for quite some time(really since I got my account).
I currently have the intermediate PHP package(and was told this is all I needed). But I am having horrible problems as essentially, nothing is working quite like it should. Well, I shouldn't say nothing. Mainly, it is this chat system that is not working.
All the PHP used in my site is run through AJAX. And so no PHP pages are loaded in the browser, just run server-side, while AJAX waits for a response.
With my chat system however, it seems I'm not getting any responses. And before someone criticises me for code errors, I assure everyone this is not the case. I have been using my chat system for quite some time with no problems other than simple issues of auto log out(meaning I can't detect users leaving and delete their user file automatically). I used to run this script on Zeeblo's web servers before they were completely gone. Never had an issue.
I hate to say it has to do with these PHP packages, but honestly, when you take a working script and move it to a new server, and it does not work properly, don't you think there might be something on this new server that is causing the errors?
I don't know why of course my scripts would not work with the intermediate package though? I don't think I'm using much more than file operations and basic variable methods. It really just seems like when PHP is working, it is working very very slowly. I don't know if this is just the servers being very busy or what, but I have never really had anything that uses PHP run quickly...
I also must mention this. My 'Log In' button first runs some javascript to check for admin/mods logging in. then it submits some stuff to a PHP script and waits for the response. But for some reason an advertisement(pop up) comes up.... This is NO WHERE in my code so I can't figure out why or how this is happening...
I can paste up my code for you to view if there is any discresion about this being my fault.