I've made many autoblogs but none took off. What do you find is the most important part? What was it that you had to change before you started making money? Are you actively promoting your blogs (scrapebox, xrumer, making backlinks) or letting it grow organically?
What are you having trouble with? Are you using a packet sniffer like httpfox in firefox (it shows unencrypted ssl)? Try using that combination and emulate the responses.
Read the following text on regex, it will cover 99% of the regex you will use
Assuming you're using PHP:
I suck at regex, but a good trick is to just learn this, it's almost all you ever need anyway:
Code:
preg_match("/abc(.*?)/","abcdefg",$match); $output = $match[1];
echo $output;
//Will...
Post recent log entries for apache and php if relevant. What do you mean by "temporary urls"? You're on a vps you should have direct urls. Do you use a control panel?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.