Free Automated Arbitrage Script + Good CTR Template

Status
Not open for further replies.


echo "<a href='http://www.deal-dude.com/$name'>$name</a>";

change that to your script at the end of generate.php
Also this is assuming you have the htaccess working
other wise it will be site.com?site=name
 
  • Like
Reactions: chrislingle
Dude I love the test page. :D I should use that page on one of my arbitrage campaigns. Keywords: breast, breasteses, boobies, big watermelon...

Anyways, nice contribution, I'm going to take a look at your script. Wonder how advanced your current script is though. :)
 
yea dude change the hoff crotch shot! I am embarrassed to read WF in public cause I am afraid someone in Austin might think I am gay!

get it, austin, gay?
 
Having issues here:

http://hceo.net/generate.php

Can't seem to pull anything from Wiki, and the generated page goes to shit.

Here is what I have in the .htaccess file:
Code:
<ifModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^/(.*) /a/site.php?site=$1 [QSA,L]
</ifModule>

Any ideas?

BTW, even if I'm too stupid to get it to work + rep for you!
 
SEO MIKE
Do you have curl on that server? if you know how to do any debugging...
change $wiki = $bot->get("http://en.wikipedia.org/wiki/$term");
to
echo $wiki = $bot->get("http://en.wikipedia.org/wiki/$term");
and see if it grabs the page
if not you either need curl or you need to go into bot.php and change the function "get" to use fopen or file_get_contents
 
SEO MIKE
Do you have curl on that server? if you know how to do any debugging...
change $wiki = $bot->get("http://en.wikipedia.org/wiki/$term");
to
echo $wiki = $bot->get("http://en.wikipedia.org/wiki/$term");
and see if it grabs the page
if not you either need curl or you need to go into bot.php and change the function "get" to use fopen or file_get_contents

Okay, find and replace - I can do. "echo" I understand. The rest...not so much.

I'm on GoDaddy. Not sure if they allow curl or not.
 
Status
Not open for further replies.