Page 1 of 1

Checking Passwort.... Cannot contact to Server

Posted: 30 Dec 2007, 20:32
by S1rM4d
Hi Guys

i got problem to access the Admin page i get this error
Checking Passwort.... Cannot contact to Server

how can i fix that ?
I gave in the password.php a password but it dont work ...
Everything other work
Please help me

Posted: 31 Dec 2007, 10:03
by S1rM4d
nobody can help me ?

Posted: 01 Jan 2008, 09:52
by S1rM4d
bad support here....

Posted: 02 Jan 2008, 20:02
by S1rM4d
i want my money back nobbody helps me....

Posted: 03 Jan 2008, 04:52
by nz-photo
Hi !
Could you paste the content of your password.php file (just change login and password data before you paste it so that i dont see your real ones.
I will help to check where could come the error from..
Thanks

Posted: 05 Jan 2008, 00:13
by mjau-mjau
Did you progress with this? I think not many people were around in the time of your original posts. Please post a link to your admin if you still need help -

Posted: 06 Jan 2008, 17:46
by S1rM4d
<?php

// Instructions on setting passwords here: www.photo.gallery/support/passwords/
// To enable your admin password, remove the double slash in the second line below and change the password.

$data['guest] = 'guest';
//$data['123'] = '*';

?>

Posted: 06 Jan 2008, 19:13
by nz-photo
Hey !
Ok this is the original file...

Did you indeed replace the value guest and 123 both inside the [' and ]' ?
No any mistakes by changing the ones within ' ' after the = sign ?

If not i really dont understand why it 's still blocking...

Posted: 07 Jan 2008, 04:16
by mjau-mjau
You have
Code
//$data['123'] = '*'; 
It needs to be
Code
$data['123'] = '*'; 
If you have further problems, please send a link to your admin along with your passwords.php file -

Posted: 08 Jan 2008, 14:42
by nz-photo
Ooooops !! My bad... :oops: