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.

Forum Script

Old posts that have not been replied to for several years.
Locked
K
Kimmi
Halfop
Posts: 58
Joined: Thu Jul 24, 2003 4:17 pm
Location: Norway
Contact:

Forum Script

Post by Kimmi »

Hello

Have any of U seen or heard of a furum script of some sort. So that U can have ann irc bot that says: NEW topic in Forum by Kimmi or something like that.

I cant make script so hoping there is a script kiddie out there that can 8)
Kimmi@EFnet
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

coding/scripting is not script kiddie behaviour :(
photon?
K
Kimmi
Halfop
Posts: 58
Joined: Thu Jul 24, 2003 4:17 pm
Location: Norway
Contact:

Post by Kimmi »

omg... plz....

Anyone out there ever heard of a Forum script... :)

slennox.... your smart... make one 8)
Kimmi@EFnet
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

thats not the way requests are made

1) we help you with making your scripts, but we dont write them for you (except sometimes when the author is in a mood)

2) if you order a person to script something for you : try with a "Donate" function

3) scripting has nothing to do with being a scriptkiddie

4) There is no such thing as a furum
K
Kimmi
Halfop
Posts: 58
Joined: Thu Jul 24, 2003 4:17 pm
Location: Norway
Contact:

Post by Kimmi »

omg.... U ppl have no sence of humor...

sice U all are so serius and dont seem to have any ironi in u, Im just gona ask this:

Have heard of a Forum script?

and last... GodOfSuicide... U never type wrong I guess... U really didnt understand what I was asking for when I misstyped the word "forum".
Kimmi@EFnet
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Kimmi wrote:Have any of U seen or heard of a furum script of some sort. So that U can have ann irc bot that says: NEW topic in Forum by Kimmi or something like that.

Code: Select all

bind time - * furum
proc furum args {
  foreach c [channels] {
    if {[botonchan $c]} {
      putserv "PRIVMSG $c :NEW topic in Forum by Kimmi or something like that."
    }
  }
}
Kimmi wrote:Have heard of a Forum script?
What is this script supposed to do? Act like a forum on irc...to replace chatting? :P
K
Kimmi
Halfop
Posts: 58
Joined: Thu Jul 24, 2003 4:17 pm
Location: Norway
Contact:

Post by Kimmi »

what its suposed to do??.... well.... lets just asume we have the scripts and all that.

The bot will post in #channel when someone posts a new topic/or reply in the Forum the bot is assigned to check.

like:
NEW topic in Forum by Kimmi
or
Some one has mad a reply to your topic Kimmi

I really dunno since I have never seen it... so thats why I have this post.. to see if anyone have.
Kimmi@EFnet
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Gå og legg deg, gutt!

Post by user »

There is no one single script to do this. It would have to be custom made for the particular forum you're running. And since you're obviously not running one I suggest you sort that out first :P

The best way to do this (IMO) is to have the script doing the saving of new posts (on the webserver) notify the bot. That way you get instant notification and you can use the same code no matter what the forum html looks like as long as it's still running the same scripting language.
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

hehe, i love you user :D
K
Kimmi
Halfop
Posts: 58
Joined: Thu Jul 24, 2003 4:17 pm
Location: Norway
Contact:

Post by Kimmi »

okey dokey if U say so user
Kimmi@EFnet
z
z0rQuE

Post by z0rQuE »

yes vbulletin.tcl for VBB.
Search for it on vbulletin.org

l8ers
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

Some boards also email mods/users on replies/new topics in areas you are 'watching'. With a bit of twiddling it should be possible for a script to check the mail for content (would be based on the board's config) and give a shout to whatever channel is needed. My idle time is short these days so I wont even attempt it - just a thought. :)
Locked