[Release] Vote in User Panel For Credits [Fixed by LiskO]

Ето го скрипта с променен дизайн.

За да проработи го слагате в modules и после в user panel инклудвате файла vote1.php
<?php
require("config.php");
$account_id = stripslashes($_SESSION['user']);
$account_id = clean_var($account_id);
$id = (int)$_GET['id'];
$credits = '10'; // kolko krediti da dava
$link = 'http://yourlink.com; // edit this [Linka za glasuvane]
if($account_id == NULL){Die ;}
echo "
<form action='' method='post'>
<table width='393' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td valign='top' background='images/bg.png'><div align='center'>
<fieldset>
<legend><font face=tahoma>Vote For Us</legend>
<table width='400' border='0' cellspacing='0' cellpadding='0' align='center'>
<thead>
<tr><td class='center'><center><a href='$link' target='_blank'><img src='http://www.xtremeTop100.com/votenew.jpg' border='0' alt='Vote For Mu-World'></a></center></td></tr>
<tr><td> Гласувай за нас и вземи кредити за Магазина </td></tr>
</thead>
<tbody>
<tr><td><br />
- Въведи коректно посоченият код и гласувай за сървъра.<br />
- При всяко гласуване получавате $credits кредита. <br />
- Може да гласувате само веднъж на всеки 12 часа.<br /></td></tr>
<tr><td>&nbsp;</td></tr>
</tbody>
</table>
</fieldset>
</div></td>
</tr>
</table>
</form>";

$time = time();
$timeup = $time - 43200;
$query = mssql_query("SELECT * from vote_credits WHERE account='$account_id' and time>'$timeup'");
$check = mssql_num_rows($query);
if ($check == "0") {
$insert = mssql_query("INSERT INTO vote_credits (account, time) VALUES ('$account_id','$time')");
$update = mssql_query("Update MEMB_CREDITS set credits = credits+$credits WHERE memb___id='$account_id'");
echo "<meta http-equiv=\"refresh\" content=\"0;url=$link\" />";
}
else
{
echo "<br /><table width='400' border='0' cellspacing='0' cellpadding='0' align='center' background='images/bg.png'>
<tr><td><font color=red>Вече сте гласували за последните 24 часа.</font></td></tr>
</table><br/>";
}
?>
 

Attachments

  • vote1.rar
    1.1 KB · Views: 38
Last edited:
ти хубаво си го променил а html знаеш ли? защото като гледам сложил си <form>ама къде ти е <input ......>
 
<form> си седи още от лиско сори мефо ама аз съм добавил само таблицата и картинката на Xtremetop 100
 
i just wanna know if it works for other webs also ?
 
някой може ли да преработи този скрипт така че вместо кредити да дава jewel of soul. благодаря предварително
 
It doesn't work properly you can vote many times and if you check 1 for nothing, you wait 12-24 hours because you still can't vote :)