Free Automated Arbitrage Script + Good CTR Template

Status
Not open for further replies.


ok I'm having more troubles. :error:

It will run, and will give out the link to "directory"

but the actual directory is not there with the "site".

so it's unable to open it

what might be causing it not be able to create a directory?

also: does this script generate pages on-the-fly from DB for each niche as the file/directory is being requested, or does it create an actual content inside the template and puts it into file?
 
Great script, I'd rep you if I could.
Btw, for those of us using Opera: it doesn't work correctly, since the "choose 8 images "thingie doesn't work. You need to use FF/IE.
 
ok I'm having more troubles. :error:

It will run, and will give out the link to "directory"

but the actual directory is not there with the "site".

so it's unable to open it

what might be causing it not be able to create a directory?

also: does this script generate pages on-the-fly from DB for each niche as the file/directory is being requested, or does it create an actual content inside the template and puts it into file?

You have .htaccess enabled? and did you rename the file to .htaccess on your server? There is no real directory, it just redirects www.yoursite.com/site_name to www.yoursite.com/site.php?site=site_name
so if the first one doesnt work try the second..
 
ya-yay I got it working

I had to modify it a little bit, I had to erase image variable in template and replace it with manual paths and mess around with .htaccess and directory paths a bit
thanks for the script, btw
 
lerchmo I got few problems as well:

I got this error eventhough my tables and databases were correctly setup:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /ARBI/site.php on line 7

And then the image paths were images/img/0.jpg where it should be images/img0/0.jpg

I dont know why it didnt pull the id.
 
ok, I feel like a complete dumbass. I've gone into templete and for each instance of:

<img src="<?=IMAGE_DIR.'/img'.$id ?>/0.jpg" /> -- (or 1.jpg, 2.jpg, etc)

I've changed to:

<img src="http://www.dumbass.com/images<?='/img'.$id ?>/0.jpg" /> -- (or 1.jpg, 2.jpg, etc)

I have 2 resulting problems:

1. the images don't show - when i look at page source and properties of the missing image, the path is correct.

2. the only thing in my images directory is 0.jpg - images 1-4 aren't there.

WTF am I missing? The script works perfectly for me with the exception of the images not showing. it's an AWESOME script - thanks again for being so generous, lerchmo!

-- Marceia
 
Problems with images

I dunno why this happened to me, and it took me like 3 hours to figure it out why only 1 image was being posted on my site and all the other images were being posted as x's. (not even being copied to the server)

If you want to fix this, open up generate.php and change "/n" to "," in 2 places. This changes how the graphics are put in the text box... instead of seperating the images with returns, it uses commas which my type of php can reconize.. (I think php 4.4)

Try that out if you can get the images copied to your server.
 
Lerchmo,
I finally got time to mess with this. And I got it up and running on the first try. You're the shitznik. Now, i'll change and tweak the template. Let's see how long before google bans my ass. Hehehehehe.
 
I dunno why this happened to me, and it took me like 3 hours to figure it out why only 1 image was being posted on my site and all the other images were being posted as x's. (not even being copied to the server)

If you want to fix this, open up generate.php and change "/n" to "," in 2 places. This changes how the graphics are put in the text box... instead of seperating the images with returns, it uses commas which my type of php can reconize.. (I think php 4.4)

Try that out if you can get the images copied to your server.

thanks - helped a lot. now i'm off to debug why certain keywords don't scrape
 
hi, i registered here just for you lol... first id like to say thanks for the script, but im having a couple problems

1. im not sure if this is the template or some error but i dont have a white background behind the pics, to the right of the adsense block, or below the adsense block. also im not getting any wikipedia content, only the wikipedia link. (i can post a pic of all this if need be, but i think i explained it clearly)

2. has anyone figured out a fix to being able to access the site at domain.com/topic instead of domain.com/site.php?site=gloves?

thanks for any help!
 
Status
Not open for further replies.