Help me on Adghost.ga
|
10-16-2013, 01:06 AM
![]() |
|||
|
|||
Help me on Adghost.ga
hi,pleople. Sum1 help me. My site uses ad4earn script. Adclicks cant be counted. U can try by clicking on the footer banner on the site. When u get redirected to the serve.php page,click on the first link , u gonna see that its not working. Sum1 please help me.
My Facebook - ArrowTxT.In |
|||
10-16-2013, 04:40 AM
![]() |
|||
|
|||
RE: Help me on Adghost.ga
post your serve.php code here,
i will try to solve your problem ![]() |
|||
10-16-2013, 10:58 PM
![]() |
|||
|
|||
RE: Help me on Adghost.ga
here is serve.php content:
<?php include "inc/def.php"; ?> <?php include "inc/usrchk.php"; ?> <?php include "inc/siteinfo.php"; ?> <?php include "m4u.php"; ?> <html> <title>Ads Page</title> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <link href="stylers.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="default.css" /> <?php $key = secureget('id'); $getk = mysql_query("SELECT * FROM users WHERE skey='$key'") or die("Oopss ! Contact XtremeiTech.CoM".mysql_error()); if(mysql_num_rows($getk)==0) { print "<div class='update'>Invalid Request !</div>"; die(); } print "<div class='mt' align='center'>Best Sites of 2011</div>"; $get = mysql_query("SELECT * FROM users WHERE point>10 ORDER BY RAND() LIMIT 8") or die("No Advertisement ! ![]() while($usr=mysql_fetch_array($get)) { $uid = $usr['id']; $newq = mysql_query("SELECT * FROM comp WHERE uid='$uid' AND st=1 ORDER BY RAND() LIMIT 10"); while($co=mysql_fetch_array($newq)) { $title = $co['title']; $url = $co['url']; $typ =$co['type']; $url = $co['url']; $img = $co['img']; $cid = $co['id']; $advuid = $co['uid']; $ckey = $co['ckey']; $rnd =date("U"); $rnd1 = $rnd+rand(); $rndf = $rnd1.$rnd; $current = date("U")-14400; $ip =$_SERVER['REMOTE_ADDR']; ?> <? $chker = mysql_query("SELECT * FROM imp WHERE tm>'$current' AND ip='$ip'") or die("CONTACT XTREMEiTeCH.CoM Team !!!!!errorr..."); $chk = mysql_num_rows($chker); if($chk>0) { } else { $today = date("F j Y"); $tm=date("U"); $ua = $_SERVER['HTTP_USER_AGENT']; $addclick = mysql_query("INSERT INTO imp (uid,compid,ip,ua,time,tm) VALUES ('$advuid','$cid','$ip','$ua','$today','$tm')") or die("ERRRORR !! UNABLE TO PROCESS PROCESS..."); } if($typ==1){ $type = "Text Ads"; $sample = "<div class='update'><a href='advt/$rndf/$key/$ckey'>$title</a></div>"; } else { $type = "Banner Ads"; $sample = "<div class='update'><a href='$url' title='$title'><img src='imgs/$img' border='0'></a></div>"; } echo "<b><div class='update'>$sample</div></b>"; } } $result = mysql_query('SELECT * FROM admlink'); while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) { echo '<b><div class="s"><div class="update"><a href="count.php?id='.$row['id'].'">'.$row['link_text'].'</a></div></div></b>'; } ?> <div class='j'></div> <div class='mt'> <a href = "index.php"><b><img src='pics/ar.png' />Start earning with AdsTick.TK</b></a></div> </html> My Facebook - ArrowTxT.In |
|||
10-17-2013, 09:07 PM
![]() |
|||
|
|||
RE: Help me on Adghost.ga
u site name write here......
maybe eror is here (uid,compid,ip,ua,time,tm) VALUES ('$advuid','$cid','$ip','$ua','$today','$tm')") |
|||
10-17-2013, 09:48 PM
![]() |
|||
|
|||
RE: Help me on Adghost.ga
so cn u help fix dat 4m?
Add me Fb.me/fasoblog whatsapp:+233260591200 My Facebook - ArrowTxT.In |
|||
10-17-2013, 09:55 PM
(This post was last modified: 10-17-2013 09:56 PM by sniper.)
![]() |
|||
|
|||
RE: Help me on Adghost.ga
+233260591200
msg done on whatapps my last cell no is 67 |
|||
10-17-2013, 10:06 PM
![]() |
|||
|
|||
RE: Help me on Adghost.ga
k,saw it
My Facebook - ArrowTxT.In |
|||
10-17-2013, 10:06 PM
![]() |
|||
|
|||
RE: Help me on Adghost.ga
post u count.php
|
|||
10-17-2013, 10:22 PM
![]() |
|||
|
|||
RE: Help me on Adghost.ga
Ok. Here's it:
<?php include "inc/def.php"; ?> <? $id=secureget('id'); $hammad = mysql_query("SELECT * FROM admlink WHERE id='$id'"); $khan = mysql_fetch_array($hammad); $hk = $khan['clicks']+1; if ($khan['last_ip']==$_SERVER['REMOTE_ADDR']) { header('Location: '.$khan['linkurl'].''); } else { mysql_query('UPDATE admlink SET last_ip = "'.$_SERVER['REMOTE_ADDR'].'" , clicks = "'.$hk.'" WHERE id = "'.$id.'"'); header('Location: '.$khan['linkurl'].''); } ?> My Facebook - ArrowTxT.In |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)