This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Need TCL database type script - Can pay small fee

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
o
outlawsys
Voice
Posts: 2
Joined: Fri Aug 04, 2006 12:47 am
Location: Earth
Contact:

Need TCL database type script - Can pay small fee

Post by outlawsys »

I am in need of a custom TCL script for my eggdrop.(running ED 1.6.18, on FreeBSD 6.1-RELEASE-security) I can pay a very small fee if required for the work if I can get the script to work as requested.

Basically it is a database type script.That will maintain a list of URLs, that via /MSG users can search for.If found 1 URL (if more than one) will be sent back to user via MSG.

Basically I need a searachble database.NON SQL that will contain a URL, users need to be able to enter (for example) SOMESITE.COM and have the program search the database for SOMESITE.COM.Returning 1 (NOT all) matching searches if found.

The following conditions MUST apply.

It must use a non SQL ,flat text file to store the info.Something editable in Pico or Notepad.

It must be searchable via /MSG (no DCC search or public !trigger search is wanted or needed, only search via MSG)

It must not allow searches from persons not in a configuarable #channel(s)

It must be able to limit users to a configurable number of searches in a set amount of time. (3 searches every 30 mins for example) Should be fairly secure, limiting via IP or host, not just NICK/IDENT, to prevent 3 searches,change nick, 3 more searches,change nick, to prevent abuse/ripping the entire database ect.

It must contain some function for storing a list of URLs from the DB that users have reported as dead, so that we can remove them later.

It should contain some sort of numbering stategy, or some other way for users with +N flag to remove specific URLs, or someother method for relativly easy removal via a /MSG command of URLs reported to be dead by users.This function is optional, if needed we can remove URLs by finding it in the DB file with an editor by hand, but being able to number the URLs and remove them via the bot would be fantastic (/msg BOT remove #1234 or similar type command for example)

I am thinking that assigning each URL a number, that way when a URL is reported dead it could have a /msg !reportdead #### type command,I think this is easiest way to accomplish this, but your input is more than welcome.Actual removal of URLs should be for +N only obviously.


I can pay a small one time fee for the script if needed, I can't afford much, as the bot isn't used for anything but fun, and its all non profit, so its money outta my pocket, but I don't find paying a small fee via paypal, or however you'd like for your time making the script.

I'd like to get ahold of the script ASAP, like yesterday :) But if it could be done sometime the next 2 weeks or so, it would be fantastic!

If interested please contact me for anymore details you need, and for more info.

Thanks :)[/b]
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Not a difficult request, and I'd do it for free. I have some other projects I'm working on at the moment, so give me a week or so.
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Sounds like a hacked pornsite-password service to me, which as you may be aware is not legal. (since hacking is not legal, and you obviously do the hacking or you wouldn't have any websites)
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

In which case, I'm not facilitating illegal activities. I will, however, make a url database script, but not with those options.. Instead, I plan to make it show ALL matches for a search, and don't care about restricting the number of search requests (makes it much easier for me to implement the script anyway :)

And it'll take longer cos I now have another project someone requested to make a new quotes script with better features than the existing ones :P
Post Reply