Forum: PHP Feb 16th, 2009 |
| Replies: 8 Views: 1,228 This is a script for a paid to click site, where i sell referrals, and i want to sell only those that were active last 48h...
And $lastlogdate is used accross all the script (10 times in admin... |
Forum: PHP Feb 16th, 2009 |
| Replies: 8 Views: 1,228 Wow thanks for this, i will do that in the future...but now ill use xan's solution cause my site already has 3000 users...and i would lose all the data of inactive members etc.
Thanks again, i... |
Forum: PHP Feb 16th, 2009 |
| Replies: 8 Views: 1,228 Thanks so much xan! i didn't think of that! |
Forum: PHP Feb 16th, 2009 |
| Replies: 8 Views: 1,228 Hello. I'm trying to select users from database that were last active today or yesterday...but there is a problem...
When a user logs in, it stores both date and the exact time. So when i want to... |
Forum: PHP Dec 29th, 2008 |
| Replies: 4 Views: 361 Hey, i found the problem, i was missing this:
$ad_row=mysql_fetch_array($ad_result);
Thank you kanaku for solving this! |
Forum: PHP Dec 29th, 2008 |
| Replies: 4 Views: 361 Hm... it is weird what happens now....
I have this in view.php:
<iframe src="<?php echo $ad_row['url']; ?>" border="0" framespacing="0" marginheight="0" marginwidth="0" vspace="0" hspace="0"... |
Forum: PHP Dec 29th, 2008 |
| Replies: 4 Views: 361 Oh thank you a lot!!!
It is redirecting properly, but to view.php?ad=xxx again, i hope i will solve that by myself.
Thank you again! |
Forum: PHP Dec 29th, 2008 |
| Replies: 4 Views: 361 Hello, my script is giving me headache for two days. I have a paid to click site, when user clicks on paid links my script displays surf page, where i have a timer and an iframe that displays... |