Antiscam Client for RevCMS

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 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
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:
Code:
<?php if($_SESSION['user']['rank'] >= 5) { include('includes/stafflogin.php'); } ?>
Replace >=5 with your favorite rank.
Done.

Download files:
Screenshot:

If you appreciate this, give me a like :)

(Credits: Habbo for CSS, for PHP code, me for adapt this PHP code for RevCMS)
 
Last edited:

Pinkman

Posting Freak
Jul 27, 2016
814
193
I mean, I like the design, do you mean Extra Security for Staff? Not antiscam lols. Anyways, it's been released a couple times with the same code just different design.
 

Gang67

|Jump out gang, we jump out those vehicles|
May 5, 2017
303
54
Hello,
Today I will release an antiscam protection for client compatible with RevCMS coded by 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
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:
Code:
<?php if($_SESSION['user']['rank'] >= 5) { include('includes/stafflogin.php'); } ?>
Replace >=5 with your favorite rank.
Done.

Download files:
Screenshot:

If you appreciate this, give me a like :)

(Credits: Habbo for CSS, for PHP code, me for adapt this PHP code for RevCMS)
I like the design, good job
 

Users who are viewing this thread

Top