Pinging Tool with Multi-Thread Support

tooled

Registered Member
Joined
Sep 11, 2009
Messages
92
Reaction score
119
This is a pinging tool I've coded to help pinging the urls containing the backlinks I build to my sites.

It's a simple and lightweight tool coded in C# that will ping all urls you provide within pingomatic.com using all ping services.
It support multi-threads and its hell fast!

Just configure the app on config.ini, put your urls in file and start the app.
The app will craw the title for each page and will ping using it. So if you ask him to ping the Wikipedia home page it will ping it's url with title "Wikipedia, the free encyclopedia".

Just remember to provide the urls with the HTTP ou HTTPS part.

Any comments, feedback, error report for this or suggestion for a new tool, just leave me a pm or a reply.

Code:
Virus Total:
http://www.virustotal.com/file-scan/report.html?id=02332c1fc3f121270477966ea6bbb8ef31bcbb5ac8e913d8cbe3bd79916328e6-1292218213
Code:
Download:
http://www.mediafire.com/?ub1j13cc6tsude7
 
wont i get banned from pinging server for pinging hell of urls ?
 
image
pinger.jpg
 
I tried with that same url and it worked just fine for me.
You could try with another url to see if it works but it may fail if the connection timeout.

I don't think you can get banned, I have made runs of thousands urls and never got banned.
And Ping-O-Matic is a service that pings the urls you provide within various other pinging services.

You can check it out at pingomatic.com
 
Your test prolly timed out for some reason.
Could you test it again with the same and with other urls, please?
 
it would be gr8 if there is anything where can i set timeout, coz i m on wimax connection and has some latency issues.
 
i just tried , and hell ya, its giving result success.,

everything works fine.. gr8 job.
will see when my back-links gets indexed.
 
error

sometimes it gives this

[12/15/2010 6:53:12 PM] Error:Exception http://www.mydomain.com/
[12/15/2010 6:53:12 PM] Error:Exception - An item with the same key has already been added.
[12/15/2010 6:53:12 PM] Error:Exception - at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at Pinger.Program.Ping(String url)
[12/15/2010 6:53:12 PM] Shutting down...



it looks like it doesnt allows duplicate urls.
so go here
http://textmechanic.com/Sort-Text-Lines.html

paste al ur links.,
click remove duplicate,,and then copy those and replace in urls.txt

this worked for me.
 
I never tried with duplicate urls, so I didn't expected that to happen!
I'll gonna work in a fix for this.

Thanks for your feedback!

error

sometimes it gives this

[12/15/2010 6:53:12 PM] Error:Exception http://www.mydomain.com/
[12/15/2010 6:53:12 PM] Error:Exception - An item with the same key has already been added.
[12/15/2010 6:53:12 PM] Error:Exception - at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at Pinger.Program.Ping(String url)
[12/15/2010 6:53:12 PM] Shutting down...



it looks like it doesnt allows duplicate urls.
so go here
http://textmechanic.com/Sort-Text-Lines.html

paste al ur links.,
click remove duplicate,,and then copy those and replace in urls.txt

this worked for me.
 
New version available for download

New features

Now you can set the Connection Timeout in milliseconds inside config.ini;
The app will skip the duplicate urls so it doesn't crash;
Added window resize for better view;

Code:
Download
http://www.mediafire.com/?t3ofya9invz74uo
Code:
Virus Total
http://www.virustotal.com/file-scan/report.html?id=accb45d290ff6d294c938d63a39c33d7139cc13e92d5a9efb344e2fce58e7ebc-1292432211
 
Last edited:
Back
Top