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
Setting up findretros properly
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="Zodiak" data-source="post: 333915" data-attributes="member: 9300"><p>Use the API.</p><p></p><p>Or just do something like</p><p>[PHP]<?php</p><p>/* Check if voted */</p><p>if(!$_GET['voted'])</p><p> header("location: https://findretros.com/rankings/vote/YOUR USER");</p><p>?>[/PHP]</p><p>Then set a web.config / .htaccess rule for /index.php?url=client&voted=1 or /client.php?voted=1 to be /client/voted</p><p>Then make your voting url <a href="http://yourhotel.com/client/voted" target="_blank">http://yourhotel.com/client/voted</a> in findretros.</p><p></p><p>I'd recommend the API personally.</p><p></p><p>EDIT: If you want it to be forceful so that they HAVE to vote, you'll have to use the API or create your own API, it isn't hard to do either way.</p></blockquote><p></p>
[QUOTE="Zodiak, post: 333915, member: 9300"] Use the API. Or just do something like [PHP]<?php /* Check if voted */ if(!$_GET['voted']) header("location: https://findretros.com/rankings/vote/YOUR USER"); ?>[/PHP] Then set a web.config / .htaccess rule for /index.php?url=client&voted=1 or /client.php?voted=1 to be /client/voted Then make your voting url [URL]http://yourhotel.com/client/voted[/URL] in findretros. I'd recommend the API personally. EDIT: If you want it to be forceful so that they HAVE to vote, you'll have to use the API or create your own API, it isn't hard to do either way. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Setting up findretros properly
Top