Comments

 (680) 
  1. Everything
  2. Snippets
  3. Images
  4. Hardware
sunslayer commented on Status: sunslayer  -  Mar 20, 2011
@Hawkee I'm getting emails about my own comments
sunslayer commented on PHP Snippet: PHP Timer  -  Mar 19, 2011
it follows the same basic syntax as mIRC, timer(interval, repitition) where interval is the interval between executions and repitition is the number of times its repeated(n<1 for infinite), also you can queue multiple callbacks to one timer by using add() method, i forgot to mention it in the example but you can also pass parameters in an array as a second param for add(). exec() simply executes the timer

it also throws an error if you create a timer that will take longer than max_execution_time allows the script to run for
sunslayer commented on PHP Snippet: PHP Timer  -  Mar 19, 2011
heres an example

Code

 
sunslayer commented on Status: sunslayer  -  Mar 19, 2011
@Hawkee you can use mine
sunslayer commented on Image: PHP Snippet Statistics  -  Mar 19, 2011
@[Plornt] PHP has grown far beyond just a server-side scripting language, you can manage databases, create graphics, generate PDF files, make OS applications, automate CLI tasks, create GUI's. And more extension modules being made/developed everyday
sunslayer commented on Python Snippet: Colored Nicks based on Usermode  -  Mar 19, 2011
%-formatting is planning to be deprecated in future releases over the newer str.format() method
sunslayer commented on Status: sunslayer  -  Mar 18, 2011
@Hawkee I don't know if its an error but a couple of my snippets have the exact same data as each other

edit:

Quote

Warning: current() expects parameter 1 to be array, null given in /home/hawkee/public_html/phpBB2/includes/activities.php on line 250
got that error when i posted this comment
sunslayer commented on mIRC Snippet: Random Quote/Fact  -  Mar 18, 2011
making strict regex with web fetches is a bad idea as every little change on the site will cause your code to fail, combining simple regex with $htmlfree() is generally better for the long-term
sunslayer commented on mIRC Snippet: jaytea's Highlight Thing  -  Mar 15, 2011
hmm I had always assumed that was what it was used for, just from skimming the help file it doesn't seem to explain what it's purpose is?
@Shadowless there appears to be an error in the archive so i can't look at the code, but i would assume you could just go through and replace all /msg nickserv with /msg nickserv@services.*.net
sunslayer commented on mIRC Snippet: jaytea's Highlight Thing  -  Mar 15, 2011
I'd use $color(Highlight text) instead of defaulting to 4, so instead of having to edit the script users can simply alt-k to change it
sunslayer commented on mIRC Snippet: Short key  -  Mar 15, 2011
There also seems to be quite a few bracket missing and ambiguous if statements
sunslayer commented on mIRC Snippet: !IMDB Movie Search  -  Mar 14, 2011
since the 'M' in IMDB stands for movie, shouldn't the title be '!IMDB search'? seems a bit redundant

Quote

Also, if Black Swan doesn't make your top 10,000 you must either only watch Disney movies or must be really, really picky. :P
i agree with FordLawnmower, black swan sucked...
sunslayer commented on Status: sunslayer  -  Mar 13, 2011
@Hawkee http://www.hawkee.com/vb/ displays Windows apps and mIRC snippets along with VB posts
sunslayer commented on mIRC Snippet: Short key  -  Mar 12, 2011
my mistake :p fixed
sunslayer commented on mIRC Snippet: Short key  -  Mar 12, 2011

Code

 
sunslayer commented on Status: sunslayer  -  Mar 12, 2011
I don't really use msl very much anymore, try asking on the forums
sunslayer commented on mIRC Snippet: Short key  -  Mar 12, 2011
@HaLF_EviL

Code

 
will work just fine
sunslayer commented on mIRC Snippet: Short key  -  Mar 12, 2011

Quote

i dont know what you mean by

Quote

ma na aisay Short Snippet banai hay jisay app c haian to apna Bot ma dal ka , work kar saktay hain yah itni taze work karti ha jitna taze app ki CS karay gi !! :) , app log isay apna bots ka remote ma dal ka bhi work la saktay hain lakin op nick ki jaghan , operater ka nick hi mention kijya ga , warna her user user kar sakta hay , main channel ki jaghan app apna server ka main channel ka name likhin ga ..
or yah Sirf nick per ban karay gi !! ager app chaian to is ma time bhi add ker saktay ho !!
so... yeah.
sunslayer commented on Visual Basic Snippet: Random string generator | VB2008  -  Mar 12, 2011
you can post this as a script and upload multiple files
sunslayer commented on mIRC Snippet: Short key  -  Mar 12, 2011
there's also redundant curly braces
sunslayer commented on Status: sunslayer  -  Mar 12, 2011
sunslayer commented on mIRC Script: Simple HL Script (SHLS)  -  Mar 11, 2011
http://www.hawkee.com/post_snippet.php or atleast use the code box :/
sunslayer commented on Windows App: USGS - Portable Earthquake Map (PEM)  -  Mar 09, 2011

i keep getting that whenever i try to launch the file
sunslayer commented on mIRC Snippet: Acronyms with switch  -  Mar 08, 2011
there are multiple other snippets like this on here so I think I'll hold off on posting one for now... (trying to be nice) maybe you should consult your sources if you think that that regex makes any sense what-so-ever
sunslayer commented on mIRC Snippet: Acronyms with switch  -  Mar 08, 2011

Quote

in fact its not wrong, cause the ?: will look for that match, but its just necessary the ?!

you can interpret the (?:(?![[:punct:]])) as

"the next match needs to be something, that its not punctuation"
I'll say it again...

Quote

I'd like to know where you learned regex lol
sunslayer commented on mIRC Snippet: Acronyms with switch  -  Mar 08, 2011

Code

 
I'd like to know where you learned regex lol
thought I'd throw my two cents in...
sunslayer commented on Image: Hollow v4.0 Beta  -  Mar 04, 2011

Quote

and once again sunslayer, do you even look at the screenshots? in the about, it says, Coder: Keith_ (and the dll makers) read before you speak.
Obviously you missed the point of my comment. It's quite hypocritical

and there is an edit button so theres no need to fill up my notices with meaningless posts

Quote

Why not post your screenshot indicating it's been the inspiration for many of these screenshots and that you'd like to humbly claim credit for the original script.
there is no proof as if he was really the first he would have to be the creator of the DLL
sunslayer commented on Image: Hollow v4.0 Beta  -  Mar 03, 2011
It's obvious from the picture that you were using a DLL, so the apparent question is: did you make the DLL? just because a theme is aesthetically similar to yours doesn't mean it was ripped
  1. Prev
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5
  7. 6
  8. 7
  9. 8
  10. 9
  11. 10
  12. 11
  13. 12
  14. 13
  15. 14
  16. 15
  17. Next
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.