strange problem : when i click on links nothing happens ?
lima-city → Forum → Sonstiges → English
all
code
file
http
lot
not
page
parameter
post
problem
register
same
see
service
set
strang
support
system
ticket
url
-
Hi
Since few days a strange problem appears on my website, when i click on links nothing happens the page keep reloading then the same url loaded ?
for example this page : http://starlines2.lima-city.de/install.php
when io click on "click here to install the script" nothing happens and i dont get the next page :( by the way everything was ok before this problem appeared since few days only
please need your help my friends how to fix this problem
and thank you :D -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
imho schrieb:
Same Problem here, so it might be related to the script... Can you post the other examples?
dont think so, same script was working great before on lima-city i am using lima-city service's since long time and i didnt have any issue installing or using my script
but i think they changed something on their file system and that has generated this problem
And i am sure they will fix it soon when they will know about it because they always do :D
by the way all pages has the same problem when i click links nothing change just the same page keep reloading :( -
imho schrieb:
Try to activate "register globals" in your Domainsettings, maybe that resolves your problem, but you however have to keep in mind that register globals=on is always a entrance for hackers
it was on already but nothing change, still the same problem -
Hmm... Maybe you should try to CHMOD 777 all directories and files
-
imho schrieb:
Hmm... Maybe you should try to CHMOD 777 all directories and files
but this is too risky to set all directories permissions to 777 :)
Done : all directories and files have CHMOD 777 but nothing changed (http://starlines2.lima-city.de/install.php)
guess admins only can resolve this problem or i should send a support ticket
Beitrag zuletzt geändert: 11.6.2012 16:02:23 von starlines2 -
hackyourlife schrieb:
imho schrieb:
This will not help, since the GET-parameter is not correctly processed in the install script...
Hmm... Maybe you should try to CHMOD 777 all directories and files
Do you use
? This is no longer available and you must replace it with$HTTP_GET_VARS
.$_GET
yes i found some HTTP_GET_VARS paramaters in my script files i will replace them with $_GET and see :D
Thank you a lot my friend that was the problem $HTTP_GET_VARS is no longer working and should be replaced with $_GET
Please can you tell me which are the other parameters that aren't working anymore so i will replace them
Beitrag zuletzt geändert: 11.6.2012 16:17:10 von starlines2 -
starlines2 schrieb:
You will have the same problem with
Please can you tell me which are the other parameters that aren't working anymore so i will replace them
which must be replaced by$HTTP_POST_VARS
.$_POST
I do not know if there has changed anything else... but you will know if something does not work anymore.
// EDIT:
Some more $HTTP_*_VARS and their replacement:$HTTP_SERVER_VARS => $_SERVER $HTTP_FILES_VARS => $_FILES $HTTP_SESSION_VARS => $_SESSION $HTTP_ENV_VARS => $_ENV $HTTP_COOKIE_VARS => $_COOKIE
Beitrag zuletzt geändert: 11.6.2012 16:25:56 von hackyourlife -
I do not know if there has changed anything else... but you will know if something does not work anymore
Thanks man for your help i really appreciate your help :D
Beitrag zuletzt geändert: 11.6.2012 16:28:10 von starlines2 -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage