HatemeLoveme
Member
- Feb 15, 2012
- 36
- 1
Hello Dev, I will be sharing my custom index
today I will be releasing the index which was designed by
INDEX:
we coded this to the best of our ability we are accepting positive and negative feedback
NOTE: if you have this index you don't need a register.php we've built it in with jQuery also you can change the images to your liking don't remove the credits -.-
Also VERY IMPORTANT :
in class.core.php
case "index":
case null:
case "login":
$users->login();
break;
Replace that ^ with this
case "index":
case null:
case "login":
$users->register();
$users->login();
break;
Download :
Credits:
Me - 35% for pointing out obvious errors in the code and the images
today I will be releasing the index which was designed by
INDEX:
we coded this to the best of our ability we are accepting positive and negative feedback
NOTE: if you have this index you don't need a register.php we've built it in with jQuery also you can change the images to your liking don't remove the credits -.-
Also VERY IMPORTANT :
in class.core.php
case "index":
case null:
case "login":
$users->login();
break;
Replace that ^ with this
case "index":
case null:
case "login":
$users->register();
$users->login();
break;
Download :
You must be registered for see links
Credits:
Me - 35% for pointing out obvious errors in the code and the images
You must be registered for see links
- 65% for coding - member at RZ