I am working on a submit script, for submitting to Search Engines and many other traffic sources.
My question is I have read that some sites will not accept a url submitted from a script. Whether it is true or not I don't want to take the chance. So I am working on cloaking it or making it look like it was submitted on the site itself.
I've seen cgi submit scripts that use a seperate file that contains browser info. How can this be done with php? I'm sure it can, just not sure who to do it. Or if some one can point in the direction of a pre-made script like this?
Why are you blasting me? I am not trying to con anyone or rip anyone off. I am trying to save myself a ton of time!
I am looking at submitting only one URL a day if that. But that one URL I would submit to MANY places and that would take ALOT of time.
When submitting to SE's, I play by the rules better than 90% of those submitting!
So, don't try to make me look like a scammer, thank you!
echo "Attempting to connect to '$address' on port '$port'...<br>";
$result = connect ($socket, $address, $port);
if ($result < 0) {
echo "connect() failed.\nReason: ($result) " . strerror($result) . "<br>";
exit;
} else {
echo "OK.<br>";
}
// Here is where the HTTP request is formulated..
// depending on whether you do a get or post, it will be either..
// take a look at http://www.cis.ohio-state.edu/htbin/rfc/rfc2068.txt (rfc 2068) for more info..
echo "Closing socket...";
close ($socket);
echo "</p>OK.<br>";
?>
As Vinay says.. this must not be used for automated submission etc.. if this happens too much you lose out in the end because the search engines are full of things that shouldn't be there and you cant find what you want!
I seems that everyone thinks I plan to use this for evil intentions. I could not AGREE more that their are FAR to many people spamming the engines and YES even now they are full of unrelated posts.
I build small subsites of different interests and would like to try to get some traffic to them. And just like the MANY submission services out there, like add-me or register-it, I just want to save myself some time. So all these site submission services are also bad too? or wrong?
I have so much to do and no time to do it. I've been trying to automate anything so that I can get more done.
Bookmarks