Quote:
Originally Posted by Dr. Peacock
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.