Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Posts posted by PewN

  1. here is the image

    please help me :D

    qx5usj.jpg

    thx adv

    this is the code of my 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';

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

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

    opentable("Vote 4 Points");

    <a href='vote.php?site=1' target='_blank'><img src="http://www.xtremetop100.com/votenew.jpg"/></a>

    <a href='vote.php?site=2' target='_blank'><img src="http://www.gamesites200.com/ragnarok/vote.gif"/></a>

    <a href='vote.php?site=1' target='_blank'><img src="http://www.gtop100.com/images/votebutton.jpg"/></a>

    closetable();

    fim();

    }

    }

    ?>

    my config.php

    //DO NOT MESS WITH THIS

    extract($CONFIG, EXTR_PREFIX_ALL, "CONFIG");

    extract($_GET, EXTR_PREFIX_ALL, "GET");

    extract($_POST, EXTR_PREFIX_ALL, "POST");

    extract($_SERVER, EXTR_PREFIX_ALL, "SERVER");

    define('VOTE_TIME', 12 );

    define('VOTE_LINK', serialize( array(

    1 => 'http://www.xtremetop100.com/in.php?site=1132328344',

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

    3 => 'http://www.gtop100.com/in.php?site=67293&cookie_test=true',

    ))

    );

    error_reporting(0);

    ?>

    thx adv im new here. but im always online in eathena

  2. here is the image

    please help me :D

    qx5usj.jpg

    thx adv

    this is the code of my 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';

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

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

    opentable("Vote 4 Points");

    <a href='vote.php?site=1' target='_blank'><img src="http://www.xtremetop100.com/votenew.jpg"/></a>

    <a href='vote.php?site=2' target='_blank'><img src="http://www.gamesites200.com/ragnarok/vote.gif"/></a>

    <a href='vote.php?site=1' target='_blank'><img src="http://www.gtop100.com/images/votebutton.jpg"/></a>

    closetable();

    fim();

    }

    }

    ?>

    my config.php

    //DO NOT MESS WITH THIS

    extract($CONFIG, EXTR_PREFIX_ALL, "CONFIG");

    extract($_GET, EXTR_PREFIX_ALL, "GET");

    extract($_POST, EXTR_PREFIX_ALL, "POST");

    extract($_SERVER, EXTR_PREFIX_ALL, "SERVER");

    define('VOTE_TIME', 12 );

    define('VOTE_LINK', serialize( array(

    1 => 'http://www.xtremetop100.com/in.php?site=1132328344',

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

    3 => 'http://www.gtop100.com/in.php?site=67293&cookie_test=true',

    ))

    );

    error_reporting(0);

    ?>

    thx adv im new here. but im always online in eathena

×
×
  • Create New...