tuannguyen
Junior Member
- Apr 25, 2012
- 151
- 27
Could we use this method with CPM?
It costs $30, but if you find a clone, post it hereanyone have the newer versions of this script? There is v2.5 out, it looks great:
what are the various ways to get traffic to joke website ? i have tried promoting on a 30 K facebook page but no good traffic
You can if you use the grabber, i set it to run 5minutes apart and it ran like 2 times, now i got 226 posts.
Also some security stuff:
remove phpinfo.php file after uploading.
Edit: admin.php and find
and replace it with:Code:$password = mysql_clean(trim($_POST["passwd"]));
Code:$password = md5(mysql_clean(trim($_POST["passwd"])));
also:
edit options.php and replace
Code:$oldpassword = mysql_clean($_POST["oldpassword"]); $newpassword = mysql_clean($_POST["newpassword"]); $confirmpassword = mysql_clean($_POST["confirmpassword"]);
with
Code:$oldpassword = md5(mysql_clean($_POST["oldpassword"])); $newpassword = md5(mysql_clean($_POST["newpassword"])); $confirmpassword = md5(mysql_clean($_POST["confirmpassword"]));
after that go in your databse, the profile field, and edit the admin account. For password field choose md5 then type your password.
What it does it adds a little more security by encripting the password for admin account
That should not happen. try logging in in another browser. Its deffo a local issue
$value = $_SERVER['argv'][1];
if ($value != "start") { die("No valid argv provided"); }
My Grabber still uploads my pictures messed up. I can manually upload them and images show
View attachment 13475
Good luck.