Top

Comments

  (140)  RSS
Hawkee's
Anonymous
Comments: 10
 
PHP Snippet:  PHP gunzip, unzip File Extractor
Posted on Aug 6, 2008 8:50 pm
 Edit
Thanks Hawkee, I was happy to find your site come up first when I searched for "php gunzip"

I always look for examples for php functions I haven't yet used. This snippet should be very easy to integrate.
Eugenio
Comments: 602
 
OpenSocial Snippet:  Hawkee Most Vocal Friends
Posted on Aug 2, 2008 8:32 pm
fuxin nice hawkeh
vaseline28
Comments: 115
 
Javascript Snippet:  Javascript for "Full Review" Toggle
Posted on Jun 26, 2008 12:33 pm
I love this, 10/10.

I also love how "editable" it is, it's more than simple for someone like me who knows almost no Javascript (other than how to start it, <script type="text/javascript"> and end it, </script>) to edit the message shown in the link, great work hawkee!

10/10
Hawkee
Comments: 412
 
CSS Snippet:  All CSS Border Styles
Posted on Jun 23, 2008 5:14 pm
Yeah, or just use #000 as I've been doing lately.
vaseline28
Comments: 115
 
CSS Snippet:  All CSS Border Styles
Posted on Jun 21, 2008 3:54 am
And obviously you can change #000000 to whichever color you would like!
markusPHP
Comments: 9
 
Javascript Snippet:  Copy to Clipboard Javascript
Posted on Jun 16, 2008 11:58 am
Works in Opera, you might add.
SnoooP
Comments: 348
 
mIRC Snippet:  On Join
Posted on May 16, 2008 10:44 am
i decided to rate it a 10 outta boredom soo... lol deal with it :P~~ lmao
oldfish
Comments: 1
 
PHP Snippet:  Dynamic Title and Meta Tags
Posted on May 14, 2008 2:02 pm
Sorry to dig up an old post however this is I am sure what I have been looking for my site, collectable fish dot com. Feel free alanh to contradict me with an alternative :-)

However, I am pretty dim when it comes to these techie things and wonder if anyone can walk me thru dropping in the code on my site?

Thnx
jonesy44
Comments: 715
 
OpenSocial Snippet:  Sample Gadget
Posted on Apr 2, 2008 6:18 am
lol, i gave this a go a few weeks ago, made a chatbox style thing. but the alignment in the gadget apps screws around a bit so i gave up and forgot about it really ..
DarkDaemon
Comments: 52
 
PHP Snippet:  "Sort by" Box for Lists
Posted on Mar 24, 2008 2:48 am
i love it :D *Humps Hawkee's Head* 9/10
M[n]M
Comments: 95
 
mIRC Snippet:  On Join
Posted on Feb 21, 2008 12:51 pm
right .. :]
EL
Comments: 975
 
mIRC Snippet:  On Join
Posted on Feb 10, 2008 10:27 am
JUB369 can DO EET for us moutaindew~! JUB369 can do anything~!

*Busts out the jub369 signal an waits....

mountaindew
Comments: 1,440
 
mIRC Snippet:  On Join
Posted on Feb 10, 2008 10:11 am
Quote:

the snippet system is working perfectly except for those ppl who submits the score depending on the Authors popularity and not the snippet quality...so u still have sth wrong with the snippet system i hope u can fix this ;)

umm...i don't think he can fix how people rate other people's snippets based on popularity.
EL
Comments: 975
 
mIRC Snippet:  On Join
Posted on Feb 10, 2008 9:57 am
Quote:

haha no problem ;) just get it right next time :P just joking, I really wouldn't have cared normally, but I was just really bored, lol

LOL yeah me to = an will do thanks to my new found knowledge curtosy of you>P
Quote:

Okay guys, I only added this to test the snippet system when it was first introduced back in 2003. This was before the 100 character rule.

Yeah dont have a huff wasnt aware of the snippets age or the when the rules changed.Thanks for the update tho.
Gex
Comments: 94
 
mIRC Snippet:  On Join
Posted on Feb 10, 2008 9:47 am
the snippet system is working perfectly except for those ppl who submits the score depending on the Authors popularity and not the snippet quality...so u still have sth wrong with the snippet system i hope u can fix this ;)
Hawkee
Comments: 412
 
mIRC Snippet:  On Join
Posted on Feb 10, 2008 9:40 am
Okay guys, I only added this to test the snippet system when it was first introduced back in 2003. This was before the 100 character rule.
mountaindew
Comments: 1,440
 
mIRC Snippet:  On Join
Posted on Feb 10, 2008 8:35 am
Quote:

you could improve on this for a 11/10 by using the echo -a instead of my favourite /msg $chan

what is the point of an echo welcoming a nick to a channel?
Quote:

EL I don't know where you got your degree, but I count 36 Characters, but this can be improved:
Code:

on 1:JOIN:#: {
  if ($nick != $me) {
    /msg $chan Welcome $nick
  }
}


rather than the if ($nick != $me), you can do
Code:

on !*:JOIN:#:{

log2
Comments: 52
 
mIRC Snippet:  On Join
Posted on Feb 10, 2008 8:10 am
haha no problem ;) just get it right next time :P just joking, I really wouldn't have cared normally, but I was just really bored, lol
EL
Comments: 975
 
mIRC Snippet:  On Join
Posted on Feb 10, 2008 6:18 am
Eh lucky for me i can use lack of ''characters and ASCII chr(32) '' knowledge as an excuse sorry aint up on all my characters.Muh bad,still dont change the fact hes breakin his own rules,Oh an thanks for the character update i ll be sure to ''log'' it.
log2
Comments: 52
 
mIRC Snippet:  On Join
Posted on Feb 10, 2008 5:57 am
on 1:JOIN:#:/msg $chan Welcome $nick
123456789012345678901234567890123456 (36)

Spaces are characters too, chr(32) in mIRC or ASCII 32 is a space, and space is a character. =D
1 2 3 4 5 6 7 Next
Bottom