Free Automated Arbitrage Script + Good CTR Template

Status
Not open for further replies.
Hello All

Thanks for the great posts and insight

With the new script I am able to get the info and pic some pictures. Then when I click generate Iam seeing this


Fatal error: Call to undefined function: mysql_real_escape_string() in /home/httpd/vhosts/wwwmonstercommerce.com/httpdocs/site.php on line 4

Any idea what might be causing this?

I appreciate your time and thanks again for your insight everyone
Alex

Your version of php may be older than 4.3:

PHP: mysql_real_escape_string - Manual
 


1st of all thanks allot for the script, I've installed it on my server, got some errors at 1st but everything is working now with no errors, however the page isn't coming up, mod_rewrite is enabled on my server as well, any idea why this is happening?
 
damn still no luck but thanks for the help anyways


I did what you said try Juciy but this is what i got


Warning: mkdir() failed (No such file or directory) in /home/httpd/vhosts/wwwmonstercommerce.com/httpdocs/generate.php on line 273

Warning: unable to create file http://wwwmonstercommerce.com/images/img13/0.jpg because No such file or directory in /home/httpd/vhosts/wwwmonstercommerce.com/httpdocs/generate.php on line 281


The directory is right but not sure why it cannot find it? It is creating the folder though and thats what makes it kind of weird.

Any other ideas are appreciated but maybe I was only meant to do arbi the old fashion way
 
Thanks for the script!

I made a couple of mods other n00bs may be interested in:

Change (1) Embedded wikipedia images are not stored locally. It's probably a bad idea to display images you aren't hosting. My solution was to simply strip away embedded images. You can do this by editing "generate.php" and add the last two lines below after "$replace[20]"

Code:
$replace[20] = '';
$pattern[21] = '/<img(.*?)>/';
$replace[21] = '';
Change (2) Right now if you go to a URL that doesn't exist, you get a blank template. If you want to show a proper 404, you can edit "site.php" to look like this:

Code:
if ($name){
    include('template.php');
}
    else {
    header("HTTP/1.0 404 Not Found");
}
 
Didnt AdSense change their TOS some time agon, outlawing putting images next to ads? And if so, doesn't that make the default template kinda risky? Or did I misread the change in the TOS?
 
Didnt AdSense change their TOS some time agon, outlawing putting images next to ads? And if so, doesn't that make the default template kinda risky? Or did I misread the change in the TOS?

yes - the default templates are technically illegal and risky to use. google might not notice if you're small potatoes but why risk it. also some people have found better results not using images too.
 
Thx for the quick answer, I just put a bunch up. Gonna change them now, Im probably a small potato, but why risk it, as you say.
 
Just installed this.

Simple yet useful if you plan to improve it for your own 'benefit'.

Thanks for the share btw
 
Thank you for sharing this. Hardly ever someone tells publicly the whole scoop with screenshots and so. Very nice, I will do something similar soon. We are here to help each other or not ? I will test some newsletter advertising and show the results in a new thread.

It was very easy to install indeed. Good work. Have a nice day everyone, Sandra
 
I haven't downloaded it so I don't have any dumbass questions yet. I'm just posting to mark my place before I toss one off to those booby shots...
 
I am trying to figure this out. I don't know hardly anything about php scripts or mysql.

So, what exactly do i do...

Do I create a htaccess file in the directory that I want the page to be in? I know how to use html somewhat, but thats about it.

oh, also, I created a mySQL database, cuz I guess I need to have one.

I searched for resources, but didn't come up with anything worthwhile.
 
I keep getting the error

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/sen/public_html/arbi/site.php on line 7

I'm pretty sure the database is setup correctly.
 
I love this little script, it works great!! Thanks!

The only problem I see is making channel tracking automatic, but I am sure someone will figure out a way to make that happen, I know I am working on it as we speak if I get a way figured out I will post it.
 
Status
Not open for further replies.