Top

Comments

  (15)  RSS
A^1^T^E^A^M's
DiGiTaL
Comments: 26
 
Perl Snippet:  MessageDigest.pl
Posted on Sep 13, 2008 3:42 pm

if (@ARGV !=1)


@ARGV is a list, it will not work because you are comparing the array to an integer. The correct term you'd need is $#ARGV.

If ($#ARGV != 1) { do stuff }

($var) = @ARGV; you are distributing @ARGV into ($var), var is now a list therefore you cant use it this way: print "\n$var (MD5)" . " : " . md5_hex("$var")."\n"; you'd need to access the elements for example $var[0]
jonesy44
Comments: 1,086
 
PHP Snippet:  Encoding converter
Posted on May 21, 2008 4:18 pm
what is the difference between, windows-1251 and utf-8.

utf-8 is general webpage encoding no?
jonesy44
Comments: 1,086
 
Image:  A.C.A.B
Posted on May 15, 2008 1:33 pm
:|
A^1^T^E^A^M
Comments: 12
 
Image:  A.C.A.B
Posted on May 15, 2008 6:15 am
?
SnoooP
Comments: 320
 
Image:  A.C.A.B
Posted on May 15, 2008 4:23 am
lmfao
A^1^T^E^A^M
Comments: 12
 
Perl Snippet:  MessageDigest.pl
Posted on May 14, 2008 1:31 pm
Simple using the modules of MD5 (125 b) and SHA1 (160 b) algoritms...

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Encryption of MD5 and SHA1, but its using more for integrity for files, for any text ...
jonesy44
Comments: 1,086
 
Perl Snippet:  MessageDigest.pl
Posted on May 14, 2008 10:41 am
mIRC is a doss. lol.
I just don't understand the perl syntax much, a little more explination would be nice :-)
Eugenio
Comments: 1,103
 
Perl Snippet:  MessageDigest.pl
Posted on May 13, 2008 7:02 pm
LOL I have the same question as Jonesy
mIRC coding is bad enough this perl stuff is out of this world.
jonesy44
Comments: 1,086
 
Perl Snippet:  MessageDigest.pl
Posted on May 13, 2008 5:51 pm
What does this *do* exactly? :-s
Gemster
Comments: 56
 
mIRC Snippet:  Script Editor Code Protection
Posted on Apr 23, 2008 5:12 am
El with the above code even if u change the font size it will reset back ie: timers.

If a script is made and tested fully there should be no bug, but i do agree its not the best for code used for scripters but as there is a lot of ripping out there it is useful.
EL
Comments: 1,402
 
mIRC Snippet:  Script Editor Code Protection
Posted on Apr 23, 2008 4:45 am
Haha thats funny and oddly alot of released full scripts do this its rather annoying when your testing the code if ir buggs out you !@#$ unless your smart unuff to change the font LOL >_>
A^1^T^E^A^M
Comments: 12
 
mIRC Snippet:  Script Editor Code Protection
Posted on Apr 23, 2008 4:43 am
Thanks Gemster. Its not the best code protection, but only n00bs edit the codes, and easy can fallen on this code.
Gemster
Comments: 56
 
mIRC Snippet:  Script Editor Code Protection
Posted on Apr 23, 2008 4:38 am
Well A^1^T^E^A^M
Good job, I like the idea of changing font size and font type, I didnt know that was possable by code but i see now how it works.

Again good job. 8/10 for such a small and wunderful code :D
A^1^T^E^A^M
Comments: 12
 
Image:  Untitled
Posted on Apr 20, 2008 2:15 pm
Just 5 cigarets pre month :) and only with society... :Pp
BlueThen
Comments: 332
 
Image:  Untitled
Posted on Apr 19, 2008 1:00 pm
Smoking's bad for you.
Bottom