Jump to content
  • 0

Ceres CP v4p worked but links doesn't


Gelo

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   1
  • Joined:  05/10/12
  • Last Seen:  

My v4p is working fine, it counts the points when i click, but when I click on the voting site the webside doesn't appear.

this is inside vote4points.php and config.php

Config.php

//Vote4Points Websites

define('VOTE_TIME', 12 );

define('VOTE_LINK', serialize( array(

1 => 'http://www.mmorpgtoplist.com/in.php?site=55375',

2 => 'http://www.mmorpgtop200.com/in.php?site=10447',

3 => 'http://www.gtop100.com/in.php?site=72146',

4 => 'http://www.gamesites200.com/ragnarok/in.php?id=25878'

5 => 'http://ratemyserver.net/index.php?page=detailedlistserver&serid=14747&url_sname=Greedy%20Ragnarok%20Online'

))

);

?>

vote4points.php

<?php

//Vote 4 Points page for votes

session_start();

include_once './config.php'; // loads config variables

include_once './query.php'; // imports queries

include_once './functions.php';

include('./points.php');

if(isset($_SESSION[$CONFIG_name.'account_id'])) {

if ($_SESSION[$CONFIG_name.'account_id'] > 0) {

opentable("Vote 4 Points");

// Put your links and content here!!

//example: <a href='vote.php?site=1' target='_blank'>Vote 4 Us!</a>

//Or with an image: <a href='vote.php?site=1' target='_blank'><img src="image.png"></a>

//For additional examples and help view vote4points setup in the eAscripts folder

echo

"

<center>

<h1>Click on each button, button is equal to 1 point every 12 hours.</h1><br><h2><i>Note: You can trade your points to items at @warp prontera 129 167 .</i></h2><br>

<a href=\"vote.php?site=1\" target='_blank'><img src=\"http://greedyro.idealhostingsolutions.net/v4p/v4p%20buttons/v1.gif\"></a><br><br>

<a href=\"vote.php?site=2\" target='_blank'><img src=\"http://greedyro.idealhostingsolutions.net/v4p/v4p%20buttons/v2.gif\"></a></a><br><br>

<a href=\"vote.php?site=3\" target='_blank'><img src=\"http://greedyro.idealhostingsolutions.net/v4p/v4p%20buttons/v3.gif\"></a></a><br><br>

<a href=\"vote.php?site=4\" target='_blank'><img src=\"http://greedyro.idealhostingsolutions.net/v4p/v4p%20buttons/v4.gif\"></a></a><br><br>

<a href=\"vote.php?site=5\" target='_blank'><img src=\"http://greedyro.idealhostingsolutions.net/v4p/v4p%20buttons/v5.gif\"></a></a><br><br>

</center>";

closetable();

fim();

}

}

?>

When i click vote site 1, it will just leave a blank page

and url is just like this:

http://###########.###########.net/v4p/vote.php?site=1

I think, it doesn't direct the link to the voting side.

thanks!

bump

bump

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi Versiglia,

I think the array portion is a bit messed up;

Missing the comma at the end for

4 => 'http://www.gamesites200.com/ragnarok/in.php?id=25878'

It should be...

4 => 'http://www.gamesites200.com/ragnarok/in.php?id=25878',

There might be more errors, not sure.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   1
  • Joined:  05/10/12
  • Last Seen:  

thanks for the help :) but still not yet working /swt.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   1
  • Joined:  05/10/12
  • Last Seen:  

bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   1
  • Joined:  05/10/12
  • Last Seen:  

bump

Link to comment
Share on other sites

×
×
  • Create New...