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.

Search found 3 matches

by Northeim
Tue Jul 18, 2006 3:38 pm
Forum: Scripting Help
Topic: A botnet Problem
Replies: 0
Views: 2726

A botnet Problem

2 Eggdrops linked Sent script: bind pub - !test jojo proc jojo {nick uhost hand chan arg} { putbot Binary "echo das.ist.ein.test" } Recieve Script: bind bot - echo announce proc announce {frombot cmd text} { putlog $text putquick "PRIVMSG #dasisteintest :$text" putserv "PRIV...
by Northeim
Mon Feb 20, 2006 4:53 am
Forum: Scripting Help
Topic: libmysql Select Problem [German]
Replies: 1
Views: 3858

Habe den Fehler gefunden,jedoch kommt das nächste Problem: set jo 'text' set test [mysqlsel $mysql_handler "SELECT * FROM $sql_table WHERE 'Spalte1' LIKE $jo"] if { $test == 0 } { putserv "PRIVMSG $chan : \[ CHECK \] $jo was not found in database." Er soll mir also sagen, ob in S...
by Northeim
Sun Feb 19, 2006 9:29 am
Forum: Scripting Help
Topic: libmysql Select Problem [German]
Replies: 1
Views: 3858

libmysql Select Problem [German]

Hi, ich möchte mir etwas aus einer MySQL 5 Datenbank ausgeben lassen. set test [mysqlsel $mysql_handler "SELECT * FROM $sql_table WHERE 'Spalte1' LIKE '%test%'"] putmsg $nick $test Er soll mir also alles anzeigen was "*tes*t" beinhaltet. Jedoch kommt als Antwort immer nur "&...