Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
Antiscam Client for RevCMS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Marko97" data-source="post: 423852" data-attributes="member: 36313"><p>Hello,</p><p>Today I will release an antiscam protection for client compatible with RevCMS coded by <a href="http://www.zubrag.com/" target="_blank">Zubrag</a> and adapted by me:</p><p>In order to install correctly this you will follow these steps:</p><p></p><p>1) Run this query:</p><p>[CODE]</p><p>ALTER TABLE `users` ADD `staffpin` TEXT NULL DEFAULT NULL</p><p>[/CODE]</p><p>2) Insert 'stafflogin.php' in '/app/tpl/skins/<em>yourfolder</em>/includes;</p><p>3) Insert 'stafflogin.css' in '/static/client'</p><p>4) Open your 'client.php' and add on the top:</p><p>[CODE]</p><p><?php if($_SESSION['user']['rank'] >= 5) { include('includes/stafflogin.php'); } ?></p><p>[/CODE]</p><p><strong>Replace >=5 with your favorite rank.</strong></p><p>Done.</p><p></p><p>Download files: <a href="https://www.mediafire.com/file/jfzhmfm2i7y08av/antiscam.zip" target="_blank">Mediafire</a></p><p>Screenshot: <a href="https://s18.postimg.org/p6jtlvdgp/Screenshot_16.png" target="_blank">View image</a></p><p></p><p>If you appreciate this, give me a like <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p></p><p><em>(Credits: Habbo for CSS, <a href="http://www.zubrag.com/" target="_blank">Zubrag</a> for PHP code, me for adapt this PHP code for RevCMS)</em></p></blockquote><p></p>
[QUOTE="Marko97, post: 423852, member: 36313"] Hello, Today I will release an antiscam protection for client compatible with RevCMS coded by [URL='http://www.zubrag.com/']Zubrag[/URL] 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 [/CODE] 2) Insert 'stafflogin.php' in '/app/tpl/skins/[I]yourfolder[/I]/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'); } ?> [/CODE] [B]Replace >=5 with your favorite rank.[/B] Done. Download files: [URL='https://www.mediafire.com/file/jfzhmfm2i7y08av/antiscam.zip']Mediafire[/URL] Screenshot: [URL='https://s18.postimg.org/p6jtlvdgp/Screenshot_16.png']View image[/URL] If you appreciate this, give me a like :) [I](Credits: Habbo for CSS, [URL='http://www.zubrag.com/']Zubrag[/URL] for PHP code, me for adapt this PHP code for RevCMS)[/I] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
Antiscam Client for RevCMS
Top