Status
Not open for further replies.

sherwood

Active Member
805
2008
0
0
Any of you have or know about a PreDB script like this?
http://pre.zerosec.ws/

If so could you point me in the right direction,

Thanks

EDIT: if you can create such a script yourself for a price let me know.
EDIT2: preferably a movie predb script
 
13 comments
And you want it because..? What you need is a IRC pre channel and a script that can POST to external mysql, I would suggest a private one since relayers can get sniffed out easily and some php knowledge to display data from mysql, that's it.

I prefer using WordPress(check dupedb.com) over displaying data just as it is, more customizable and google loves it more.
 
The reason for wanting it is because I'm planning on adding one to my movie site.
actually thats a point, would be better if I could get a predb script for just movies.

And as for what you said about IRC I read somewhere about them getting all the info from google and yahoo searches. think i saw that on rlslog
 
@thizzladen you don't donwload from these predb's it just tells you what releases have been released

@CO care to expand a bit mate?
 
only one "preDB" site that i know offers the downloads right there......so technically it ain't a pre-DB but I'm trying to get a script similar to it......
If you succeed in getting a script sherwood, let me know plz, as I am also looking for something similar to that.


oh and the site is http://www.renegadearmy.net
 
You'd need to relay from a pre-channel and that isn't really approved of. The pre channel owners will find out and ban your client.

I have a predb running for:
http://prescene.com/

The source is a pre channel im an OP on so I don't get banned but other people would.
 
Ah, so the only way to really do one is if you have scene access/connection or something like that.
Well thanks for letting me know JmZ,

Other thing that I could do is just get an rss feed from something like VCDQ.com or http://www.renegadearmy.net/rss-xvid.php

It'd just mean finding away to format it to look good.

edit: lol just saw your user on a pre irc JmZ, don't worry I'm not using it as a source (don't have the knowledge to do it anyway)
 
Nah JmZ is actually me.

My bot is named otherwise, don't think the channel/network owners even remember its name :P
 
I have a prescript for a channel, but yes the guy who made it was a op. I suppose if I used it I would be banned myself.

Ill hint to the usefullness of "eggdrop" although its often banned on networks.
 
They run regular checks on each client matching certain criteria automatically.
So you'd probably be able to relay things for a while but would get found out eventually.

I mean, there's obviously something strange going on if a person has been idling for days on end without saying a single word lol.

Hence why I don't use eggdrop since it's easier to detect.
 
http://pre.zerosec.ws/ or http://www.renegadearmy.net

Just .php

Code:
#
<?
#
/*
#
#!/usr/bin/php -q
#
<?
//-------CONFIG_DB
define('sqlhost','localhost'); //ip DB
define('sqllogin','root'); //login_DB
define('sqlpassword','');//pass_DB
define('sqldb','prebot'); //name_DB
//---------------------------------------------
//-------Configuration IRC
$serveur = "your_network";
$port = your_port;
$pseudo = "name_prebot";
$identd = "your_ident_PRE";
$salon_addpre = "your_pre_chan";
$salon_addprepass = "your_pass_prechan"; 
$salon_liste = array("#tests","#a","#b","#c","#d"); //Announces others_prechans
$salon_pass = array("","","","",""); //add_pass_others_prechans
 
Status
Not open for further replies.
Back
Top