Fatal error: Call to undefined function: querysingle() in /var/hsphere/local/home/myfreead/gilligansptc.info/source/clicking/entry.php on line 5
questo e' l errore che mi da adesso
se mi risolvi questa issue ti daro' un millione di paid to click per prumuovere il, tuo sitio
puoi dividere in piu siti a tuo piacere
Fatal error: Call to undefined function: querysingle() in /var/hsphere/local/home/myfreead/gilligansptc.info/source/clicking/entry.php on line 5
<?
if(!IN_CLICKING) exit;
$clicked = $Db1->querySingle("SELECT count(id) as found FROM click_history WHERE username='{$username}' and ad_id='{$id}' and type='{$type}'","found") > 0 ? TRUE : FALSE ;
$sql=$Db1->query("SELECT * FROM ".$adTables[$type]." WHERE id='{$id}'");
$ad=$Db1->fetch_array($sql);
if($clicked) error("You Have Already Clicked This Link Today");
if($ad[credits] <= 0 || ($ad[daily_limit] <= $ad[views_today] && $ad[daily_limit] > 0) || ($ad[upgrade] == 1 && $thismemberinfo[type]!=1) ) {
error("This Link Is Not Available To Click!");