PingBack

01/27/2019 15:44 xToffer#1
Ping back on the vote i follow the instruction in gtop pingback but not working
01/27/2019 19:52 Dr. Peacock#2
gtop100 use mysql in the example, you need to re-write it for MSSQL
01/28/2019 02:43 xdflyff#3
[Only registered and activated users can see links. Click Here To Register...]
01/28/2019 12:11 xToffer#4
my problem is this: Step 3 : (eg. [Only registered and activated users can see links. Click Here To Register...]) Edit site details and add a pingback url where your vote script will be located
01/28/2019 12:28 Dr. Peacock#5
You dont know where you put it ?
URL = Web-Adress > http:// ... https:// ... www. ...
Location = Folder from where you want to load the code.
Mine is there. -> C:\inetpub\wwwroot\includes\pingback.php
01/28/2019 12:49 xToffer#6
Quote:
Originally Posted by Dr. Peacock View Post
You dont know where you put it ?
URL = Web-Adress > http:// ... https:// ... www. ...
Location = Folder from where you want to load the code.
Mine is there. -> C:\inetpub\wwwroot\includes\pingback.php
i did this?
$_CONFIG['vote_enabled'] = true; // Wenn Voteskript aktiviert sein soll: true - sonst: false
$_CONFIG['vote_timedelay'] = 23; // Zeitspanne der Wartezeit in Sekunden, bis das Skript ausgeführt wird
$_CONFIG['vote_toplists'] = array( // //
0 => array( //
'name' => 'Gtop 100', // Name der Toplist
'link' => 'https://gtop100.com/mysite?vote=1&pingUsername='.$_SESSION['user'].'', // Pfad zum Eingeben des Captchas
'earnVotePoints' => 6, // Belohnung in Votepoints
'timeLimit' => 43200 // Zeitsperre in Sekunden
), // //
);

yeah my pingback also right there.
01/29/2019 12:25 TheCrawler#7
GTop's pingback script is the simplest thing you'll ever see.
If you can't understand it you should hire someone to do it for you, and considere learning how to code, otherwise there is no way to you keep running a public server.