Is there any info on working with the callback? How does it work if I wanted to use a script with them?
Is there any info on working with the callback? How does it work if I wanted to use a script with them?
$proxys = $_POST['proxies'];
$proxys = explode("\n", $proxys);
foreach ($proxys as $o)
{
$o = str_replace("\r", "", $o);
if (!empty($o)) {
mysql_query('INSERT INTO proxy (address) VALUES("'.$o.'") ')
or die(mysql_error());
echo $o;
echo " Added";
echo "<br>";
}
}
Yo matt,
My coder has been trying to talk to you about the proxyfinder (theinc on WF), he says you're doing nothing but ignoring him.
It would be nice if you could provide some support for him, as we did buy your product. Kinda pisses me off that he has questions about your software, but i kinda get the feeling that since he's in a foreign country, you won't give him the time of day.
The kid is smart, and I respect him for what he knows. Maybe you should do the same.
ok, so what your saying is, If you point MegaPinger to proxies.txt, MegaPinger will continually read and reread the proxies.txt file and pickup file changes as they occur from ProxyFinder.
Yo matt,
My coder has been trying to talk to you about the proxyfinder (theinc on WF), he says you're doing nothing but ignoring him.
It would be nice if you could provide some support for him, as we did buy your product. Kinda pisses me off that he has questions about your software, but i kinda get the feeling that since he's in a foreign country, you won't give him the time of day.
The kid is smart, and I respect him for what he knows. Maybe you should do the same.
I was suffering from a severe case of dumb-ass :error:. I pointed MegaPinger to the Proxyfinder file proxies.txt in it's directory and all is well. However, I am not sure if MegaPinger ever reads the proxies.txt in ProxyFinder beyond once it's initially read.
Shadow
I would like to move ProxyFinder over to a dedicated XP box in my server rack. I understand in the above threads that a patch is needed for XP's tcp/ip.
Where do I get the tcp/ip XP patch?
Shadow
Problem Solved, Trend Micro AV was blocking tcp/ip traffic on the NIC. I removed Trend Micro AV and ProxyFinder works. :drinkup:
Shadow
My ProxyFinder does not work with Windows XP. Symptom, very slow ping rate with high failure rate. XP pings roughly 1/10 the speed of my Windows 7 system.
Is there a patch for Windows XP?