Jump to content

Recommended Posts

  • 2 months later...
Posted

Amazing share.

I'm gonna use it on my live server if you don't mind ^^. I like the light design and the usefull scripts it has.

Thanks :>

  • 4 months later...
Posted

Use your editing skills :D don't need psd... 
It's a png loco wich can easily be done into w/e u want ^^

  • 2 weeks later...
Posted (edited)

She's not the author of these files but you can use it because there's unknown owner.

Great share and ty.

Edited by Irelia#1
  • 1 month later...
  • 4 weeks later...
Posted

After registration i got this error, how to fix it ? 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'ssn' at row 1' in C:\xampp\htdocs\pages\register.php:70 Stack trace: #0 C:\xampp\htdocs\pages\register.php(70): PDOStatement->execute() #1 C:\xampp\htdocs\index.php(175): include_once('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pages\register.php on line 70
  • 2 weeks later...
Posted (edited)

Any1 else has this problem?? I did log in and it doesnt count it. Even if i press in Home page etc it seems that i was never logged in.Same with Acesslvl..   :poker face:

CHx779F.jpgQjfHtvS.png

Edited by tonac
  • 1 month later...
Posted

 

After registration i got this error, how to fix it ? 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'ssn' at row 1' in C:\xampp\htdocs\pages\register.php:70 Stack trace: #0 C:\xampp\htdocs\pages\register.php(70): PDOStatement->execute() #1 C:\xampp\htdocs\index.php(175): include_once('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pages\register.php on line 70
go to register.php and change this ->
$ssn1 = mt_rand(1000000,9999999);
$ssn2 = mt_rand(100000,999999);
 
to this - >
$ssn1 = mt_rand(1000,9999);
$ssn2 = mt_rand(100,999);
Guest
This topic is now closed to further replies.



×
×
  • Create New...