{HELP} HOW TO FORCE VOTE THE Index}

Status
Not open for further replies.

Jamescool12

Member
Jan 17, 2014
139
13
Hello guys its your boy James and today its other error day for me. hah anyways I want people when they click on my hotel or type it, it will come up as a force vote where they have to vote no matter what please help ily<3
 

JMS

Posting Freak
Aug 25, 2014
563
269
You can create an FindRetros page, return the URL to Hotel.com/index and add a simple <a href=""> tag to your index.php

For example say your domain is iHabbo.pw, setup your findretros URL to iHabbo.pw/index -> then add <a href="https://findretros.com/rankings/vote/iHabbo">
Of course, change iHabbo to your page.
 

Zodiak

recovering crack addict
Nov 18, 2011
450
411
PHP:
<?php
    if(isset($_SERVER['HTTP_CF_CONNECTING_IP']))
        $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP'];
    $checkData = file_get_contents('https://findretros.com/validate.php?user=YOURPAGE&ip='.$_SERVER['REMOTE_ADDR']);
    if(($checkData == 3) || ($checkData === '3'))
        header("location: https://findretros.com/rankings/vote/YOURPAGE");
?>

I recommend using the API:
 
Status
Not open for further replies.

Users who are viewing this thread

Top