XBOX360 ABGX Search Engine
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 6.0 (of 1 scores) |
| Date Added | Jul 02, 2008 |
| Last Updated | Jul 02, 2008 |
| Tags | 360 abgx search xbox xbox360 |
Introduction
Here is my first attempt working with Sockets.
First of all i need to Thanks QuickStep for his great Sockets Tutorial and mountaindew for help me with Regular Expressions (the one that retrive Filenames and Regions)
The snippets is simple: load it on the remote of your bot and write: !abgx [search criteria]
Enjoy it, hope this time i get at least 1 comment :)
Cheers
essebi
mIRC Snippet:
XBOX360 ABGX Search Engine
Posted on Jul 2, 2008 3:36 am
Posted on Jul 2, 2008 3:36 am
Hey, well done man. A couple comments tho. One is, this should say .net ...
Also, why don't you include a link to the files it finds?
And then I wanted to ask if you plan on adding capabilities to look through the other systems like psp, ps2, ps3, or even nintendo.
Anyhow, good job.
6/10
| Code: |
| .msg $nick Searching abgx.org for $qt($2-) $+ ... |
Also, why don't you include a link to the files it finds?
And then I wanted to ask if you plan on adding capabilities to look through the other systems like psp, ps2, ps3, or even nintendo.
Anyhow, good job.
6/10
mIRC Snippet:
XBOX360 ABGX Search Engine
Posted on Jul 2, 2008 3:51 am
Posted on Jul 2, 2008 3:51 am
| Quote: | ||
| Hey, well done man. A couple comments tho. One is, this should say .net ...
|
LOL!! You're right, i've tested it for over 2 weeks and no one notice me, damn friends! *edited :)
Regarding your second questions, i'm related to xbox and i don't think to add other systems, but if you need it is really simple to do, you only need to make a variable for " ch=6 " on the url, is the only thing that will change on this code.
Cheers
essebi
mIRC Snippet:
XBOX360 ABGX Search Engine
Posted on Jul 2, 2008 4:35 am
Posted on Jul 2, 2008 4:35 am
Ahhh, didn't know you were in the xbox scene alone. Thanks for the tip on the page to edit it to but the idea was more for enhancing the script, not my own needs. I still say "wd".
mIRC Snippet:
XBOX360 ABGX Search Engine
Posted on Jul 2, 2008 4:51 am
Posted on Jul 2, 2008 4:51 am
Thanks mate :)
mIRC Snippet:
XBOX360 ABGX Search Engine
Posted on Nov 29, 2008 9:09 pm
Posted on Nov 29, 2008 9:09 pm
Hi essebi,
It's a nice script, however since you're parsing the actual pages this consumes quite a bit of bandwidth. Lately, I've begun to block IPs which I notice are using more bw than normal -- as it's usually an indication of a script such as this being used.
Since it's an IRC script (so you're obviously already on IRC when using it), might I suggest an alternate method that messages the bot directly? It'll be much quicker, direct, and will consume a lot less bw (and won't be prone to being IP-blocked).
Many of the commands for GoogleBot and BinaryBot can be done via msg and with full or abbreviations for the channel names. A couple examples being:
.msg BinaryBot -search x360 yoursearchkeywords
.msg GoogleBot -gamesearch x360 yoursearchkeywords
"-search" searches the requests/filling/posted
"-gamesearch" searches the game database
Channel abbreviations are:
x360 == #alt.binaries.games.xbox360
abgx == #alt.binaries.games.xbox
abd == #alt.binaries.dreamcast
absp == #alt.binaries.sony.psp
abgn == #alt.binaries.games.nintendods
abgw == #alt.binaries.games.wii
abcp == #alt.binaries.console.ps3
Regards,
MomDad
It's a nice script, however since you're parsing the actual pages this consumes quite a bit of bandwidth. Lately, I've begun to block IPs which I notice are using more bw than normal -- as it's usually an indication of a script such as this being used.
Since it's an IRC script (so you're obviously already on IRC when using it), might I suggest an alternate method that messages the bot directly? It'll be much quicker, direct, and will consume a lot less bw (and won't be prone to being IP-blocked).
Many of the commands for GoogleBot and BinaryBot can be done via msg and with full or abbreviations for the channel names. A couple examples being:
.msg BinaryBot -search x360 yoursearchkeywords
.msg GoogleBot -gamesearch x360 yoursearchkeywords
"-search" searches the requests/filling/posted
"-gamesearch" searches the game database
Channel abbreviations are:
x360 == #alt.binaries.games.xbox360
abgx == #alt.binaries.games.xbox
abd == #alt.binaries.dreamcast
absp == #alt.binaries.sony.psp
abgn == #alt.binaries.games.nintendods
abgw == #alt.binaries.games.wii
abcp == #alt.binaries.console.ps3
Regards,
MomDad



