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 11 matches

by Psx|Dk
Wed Apr 27, 2005 9:19 am
Forum: Archive
Topic: time thingy help !
Replies: 1
Views: 1500

time thingy help !

Hey all ;)

i extract timestamp from a mysqldb

looks like this 20050426151138

what i need is a way to convert it to following !

if i need to see time after 1½ year
want it to look like this

1y 6m 16h 9m 19s



any there can help me out here !
by Psx|Dk
Tue Jan 25, 2005 10:31 am
Forum: Archive
Topic: udp socket script
Replies: 1
Views: 2123

udp socket script

hey

are there any there can help me with how to make following !

need a script there listen on a udp port , and parses it to a $idx and make a putlog

any there can help me ?
by Psx|Dk
Thu Jan 06, 2005 6:25 pm
Forum: Archive
Topic: a www search script Plz help !
Replies: 2
Views: 1499

dident post the complete script !! but the actualy code part there are the problem ;) there are some release names in the text with a date and what i try to get it to list out from the website whne there are performed a search its lists [DUPE] »» 2 HITS FOUND! [DUPE] - The.Matrix.1999.INTERNAL.DVDR....
by Psx|Dk
Thu Jan 06, 2005 4:41 pm
Forum: Archive
Topic: a www search script Plz help !
Replies: 2
Views: 1499

a www search script Plz help !

Hey i have a problem with a tcl any there can help me !!! ? here are the Code ! tcl set query [::http::formatQuery $actie $zoekstring ] set http [::http::geturl $a -query $query] set d [::http::data $http] set c [split $d \n] set hitregel [lindex $c 27] set b1 [split $hitregel "("] set hit...
by Psx|Dk
Thu Dec 09, 2004 3:14 pm
Forum: Archive
Topic: Any there can help me a bit ?
Replies: 10
Views: 3823

Didn't notice you had made a edit of your previous post !

Thanx alot for the quick and good help :)
by Psx|Dk
Thu Dec 09, 2004 12:04 pm
Forum: Archive
Topic: Any there can help me a bit ?
Replies: 10
Views: 3823

CrazyCat that are almost there :)

looks like this now

is [A]
is 19
is [H]
is 4
is
is 1

acutaly need it like

[A] 19
[H] 4
1
by Psx|Dk
Thu Dec 09, 2004 10:55 am
Forum: Archive
Topic: Any there can help me a bit ?
Replies: 10
Views: 3823

Ohhh you lost me there ;) not alle the time there are the same values in stats ! [*] there can be one or many more and info inside [] can be difrent to 1. $stats = [A] 15 [C] 9 or 2. $stats = [E] 30 [G] 11 [H] 8 [S] 1 hope you follow what im trying to tell :) ohhh yeah it will always set the biggest...
by Psx|Dk
Thu Dec 09, 2004 10:42 am
Forum: Archive
Topic: Any there can help me a bit ?
Replies: 10
Views: 3823

Well how do i get it to out put if i split em to there are no more ? i can use a [lindex * db output stored in $stats set split [split $stats "\["] if { [lindex $split 0] == "" } { set msg "" } else { set msg "[lindex $split 0]" } but how do i get it to cuntin...
by Psx|Dk
Thu Dec 09, 2004 9:00 am
Forum: Archive
Topic: Any there can help me a bit ?
Replies: 10
Views: 3823

Any there can help me a bit ?

ì extract this from a database ! [A] 10 4 [C] 1 how do i make code so it shows up like that in chan ? [A] 10 4 [C] 1 i know i can make putserv "PRIVMSG $chan : [lindex $var 0] [lindex $var 1] putserv "PRIVMSG $chan : [lindex $var 2] [lindex $var 3] putserv "PRIVMSG $chan : [lindex $va...
by Psx|Dk
Wed Jun 02, 2004 7:16 pm
Forum: Archive
Topic: Help
Replies: 1
Views: 1205

Help

Hey i cant find the function !!! i have #ChanA #ChanB set trigger "!" set upflag "|" bind pub $upflag ${trigger}sysinfo pub:sysinfo bind pubm $upflag "${trigger}sysinfo*" pub:sysinfo proc sysinfo2 { } { if {[catch {exec uptime} uptime]} { set uptime "Uptime non dis...
by Psx|Dk
Thu Aug 21, 2003 9:07 am
Forum: Archive
Topic: Script help
Replies: 2
Views: 1180

Script help

Hey all :) Well i have looked alot for a script and cant find it what i need: TCL for Eggdrop/windrop Logs on to a MS SQL Reads in a table every 10 Sec and if it finds a new ID it posts it in spesifyed chan also the possibility for !lastnews and !last5news will run on a windrop on a windows2003serve...