Marko97
M97 Project based Plus EMU
- Aug 7, 2013
- 99
- 45
Hello,
Today I will release an antiscam protection for client compatible with RevCMS coded by
In order to install correctly this you will follow these steps:
1) Run this query:
2) Insert 'stafflogin.php' in '/app/tpl/skins/yourfolder/includes;
3) Insert 'stafflogin.css' in '/static/client'
4) Open your 'client.php' and add on the top:
Replace >=5 with your favorite rank.
Done.
Download files:
Screenshot:
If you appreciate this, give me a like
(Credits: Habbo for CSS,
Today I will release an antiscam protection for client compatible with RevCMS coded by
You must be registered for see links
and adapted by me:In order to install correctly this you will follow these steps:
1) Run this query:
Code:
ALTER TABLE `users` ADD `staffpin` TEXT NULL DEFAULT NULL
3) Insert 'stafflogin.css' in '/static/client'
4) Open your 'client.php' and add on the top:
Code:
<?php if($_SESSION['user']['rank'] >= 5) { include('includes/stafflogin.php'); } ?>
Done.
Download files:
You must be registered for see links
Screenshot:
You must be registered for see links
If you appreciate this, give me a like
(Credits: Habbo for CSS,
You must be registered for see links
for PHP code, me for adapt this PHP code for RevCMS)
Last edited: