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 Q&A
how to set up voting api onto r63b?
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="Youngster" data-source="post: 358575" data-attributes="member: 62008"><p>Fastest and easiest way, Alright so I backed up the findretros voting I use. All you should have to do is go to your /app/tpl/skins/Habbo/, folder if you're using RevCMS and Drop them in there, then go to your client.php and reedit the swf links, Or you could just put this code I will list below on whatever page you wanna add voting too.</p><p><strong>Download link: <a href="http://hablex.pw/FindretrosAPI.zip" target="_blank">http://hablex.pw/FindretrosAPI.zip</a></strong></p><p>[PHP]<?php</p><p></p><p>require_once 'findretros_config.php';</p><p>require_once 'findretros.php';</p><p></p><p>$FindRetros = new FindRetros();</p><p></p><p>if($FindRetros->hasClientVoted()) {</p><p></p><p> echo '';</p><p></p><p>}else{</p><p></p><p> // echo 'You have yet to vote!';</p><p></p><p> $FindRetros->redirectClientToVote();</p><p></p><p>}</p><p></p><p></p><p>?>[/PHP]</p><p></p><p><strong>P.S</strong></p><p>If you still need help inbox me and send me your Teamviewer ID,Pass. I would be happy to do it for you.</p></blockquote><p></p>
[QUOTE="Youngster, post: 358575, member: 62008"] Fastest and easiest way, Alright so I backed up the findretros voting I use. All you should have to do is go to your /app/tpl/skins/Habbo/, folder if you're using RevCMS and Drop them in there, then go to your client.php and reedit the swf links, Or you could just put this code I will list below on whatever page you wanna add voting too. [B]Download link: [URL]http://hablex.pw/FindretrosAPI.zip[/URL][/B] [PHP]<?php require_once 'findretros_config.php'; require_once 'findretros.php'; $FindRetros = new FindRetros(); if($FindRetros->hasClientVoted()) { echo ''; }else{ // echo 'You have yet to vote!'; $FindRetros->redirectClientToVote(); } ?>[/PHP] [B]P.S[/B] If you still need help inbox me and send me your Teamviewer ID,Pass. I would be happy to do it for you. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
how to set up voting api onto r63b?
Top