RetroList API Makes My Me Page Take Ages To Load

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,906
What API do you use? Try this;

We use it on Habboon and have no issues with it.
 

Ecko1223

Member
Feb 28, 2013
344
43
What API do you use? Try this;

We use it on Habboon and have no issues with it.

I used the erm, site and a simple bit of php. Erm, could you possible give me a small tutorial with this. Thanks man

Do i place this, on my page i want to get a vote?

<?php

require_once 'findretros_config.php';
require_once 'findretros.php';

$FindRetros = new FindRetros();

if($FindRetros->hasClientVoted()) {

echo 'You have voted!';

}else{

// echo 'You have yet to vote!';

$FindRetros->redirectClientToVote();

}
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
Do you know for sure that its the api? Maybe your vps cant hold all of the connections, might consider an upgrade if thats the case
 

Users who are viewing this thread

Top