ProxyFinder

Status
Not open for further replies.


Is there any info on working with the callback? How does it work if I wanted to use a script with them?

I haven't worked with it, but from Matt's last post on it it's for talking with a script on your server. So, for instance, you'd give the URL to a PHP script that will "accept" the passed array of proxies. That script would then do whatever you wanted it to with those proxies. You could have it save them to a text file to store on your server, be used to update your scrapebox proxies, use the proxies itself to scrape websites, etc.
 
Code:
$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>";

  } 
  
}

This should add proxys to a database :) I have managed to get it working.
 
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.
 
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.

It's hard when he IMs me at 4am then is offline when I wake up. I have spoken to him several times. Email would be best.
 
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.

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
 
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.

To be fair, I have asked Matt some stupid ass questions when I should have RTFM and he replied quite quickly via e-mail.
 
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

It constantly updates!
 
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
 
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?
 
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?

Check the first page of this thread, there are links to patches.
 
hey,
paid for proxy finder yesterday and still didn't hear from you.
wonder if i should post transaction id here

Transaction ID: 8PM44986FR7871047

thx
 
Status
Not open for further replies.