zonirc

zonirc

Joined
Mar 04, 2005
Occupation
jobless
Location
malaysia
Interests
computer, comic and irc

Activity Stream

zonirc commented on a Product, here  -  Jul 02, 2009

the logo design contest website... I think I saw the icon at there but its for a iphone mobile cooking theme :) Thats why Im askin perhaps he the author :)

Cant give a url since the contest have been closed and lock

 Respond  
zonirc commented on a Product, here  -  Jun 23, 2009

hey wonder where did you get the icon LOL... is it you at that contest test

 Respond  
zonirc commented on a Page, Background Picture Animation  -  Jun 22, 2009

cool cool... who afifah actually mate :))

 Respond  
zonirc commented on a Page, Auto-Censor  -  Dec 01, 2008

I think this code can be useful in a strict channel(especially when their op's have a disturbing anti swear scripts). Sometimes the normal user had typed without knowing the words can make they be banned so this script can preventing them....

 Respond  
zonirc commented on a Page, /drawcir and /drawsect  -  Dec 01, 2008

this is a nice idea... however I think mIRC already have a /drawrect -e which can draw a circle eventhought in help file its pointed as a eclipse.
One thing I notice that you had use x and y as a center point(for me its confused myself and this totaly because im not good in math... i think this is the correct way to draw a circle isnt it?)
I also love to see if you can support the /draw* switches such as -r so that your script can be more versatile.

 Respond  
zonirc commented on a Page, drawing outline text on picture window  -  Nov 09, 2008

thanx BlueThen, now the screenshot already available.
Right now, I'm in process to make this alias can allow user to specified the outline size and perhaps can find other decoration style that can be make using this alias.

 Respond  
zonirc commented on a Page, drawing outline text on picture window  -  Nov 09, 2008

This is another example that can make the text look like a 3d text

alias 3dtext {
  window -pa @test
  var %loop 1, %max $iif($1,$1,10)
  while (%loop < %max) {
    text_outline -of @test $calc(100 + %loop) $calc(10 + %loop) 255 1 32 "times new roman" sample text for testing purpose only
    inc %loop
  }
}

Just type '/3dtext' or '/3dtext [N]'

feel free to use/alter it :)

 Respond  
zonirc commented on a Page, /selectcase statement  -  Nov 09, 2008

thanx Thelmrac, hopes it would be useful to others. Im have updated the documentation and added another example to show the idea for using it.

 Respond  
zonirc created a Page  -  Nov 09, 2008
191 

This alias have been make due to the lack of select case statement in mIRC(actually theres another way to accomplish it). However it still not perfect, so if you guys had found any bugs/error please inform me so that I can update it and in sametime I can learn more :)

zonirc   -  Nov 08, 2008

@biase ahak salam bruas ekek sorry beb aku x pasan
baru la nie pasan ade request ekekekkekeke
jgn marah nooooo
lama x jumpa ngko ape citer now
sehat?

 Respond  
zonirc commented on a Page, drawing outline text on picture window  -  Nov 07, 2008

already update it any comment guys?

 Respond  
zonirc created a Page  -  Nov 06, 2008
2,066 

Drawing an outline text on picture window. Feel free to use/edit/alter it.

zonirc   -  Nov 05, 2008

Im at undernet network in #klkite if nothing gone wrong :)

 Respond  
zonirc commented on a Page, Channel Modes Manager (Updated)  -  Nov 05, 2008

Well how would i get it to disable the modes if it isnt supported.. is there even a way to check for that

You can check it by using $chanmodes.

Also. Do you know if it can check what modes are selected and what ones arent so it can be automatically checked to cause no confusion.

You can use $chan(#channel).mode to determined the enable modes for the specified channel.

Im totally agree with others by using on init to check the current enable channel modes. However, its lack something such as when user keep the dialog open and the other channel operator changed a channel modes(or the user itself changed it manually).

So you need to watch the on mode event, and disable/enable the modes in dialog according to the current channel modes.

By using on active event also you can had one dialog for the whole channels, in other word the dialog would shown the correct modes for the active channel.

 Respond  
zonirc commented on a Page, Bitch Mode Dialog  -  Nov 04, 2008

The dialog seem ok for me but it would be more catchy if you put OK button a little bit down(like the cancel button) and maybe the frame can be resize to match the second frame.

The code can be shorten and have a little 'makeup':
on @*:OP:#: {
if (%Enable == on) && (%OP == on) && ($opnick != $me) {
.mode $chan -o $opnick
.msg $chan [4Bitchmode] Halfop Protection (Lifes a bitch)
}
}

However IMO this is not so useful but perhaps someone would think otherwise :)

 Respond  
zonirc commented on a Page, Channel Modes Manager (Updated)  -  Nov 04, 2008

I assume this script would working in some network only(especially the network that had implemented the specified chan modes...which many of them are unfamiliar for me).
IMO this is a simple script with a nice dialog and maybe you could added a couple thing on it such as:

  1. Disable the modes if its not supported by the network
  2. Adding a channel name into dialog title instead of 'Manager' so users know which channel the modes would be apply.

Anyway... its really something useful for the operators

Nice job

 Respond  
zonirc commented on a Page, $treeview  -  Aug 25, 2008

thanx typo youre right, I forgotten to remove the $switchbar(its can be used on 6.32 and above)... and the var line is actually for easy reading, so if anyone like to have a one line setting of var then you can edited it :)) anyway thanx Typo for telling about my error including $switchbar

 Respond  
zonirc created a Page  -  Aug 24, 2008
1 339 

Juts copy all the below code and paste in in your remote and make sure you use mIRC 6.21 and above

zonirc commented on a Page, /getvid - download youtube video  -  Feb 11, 2008

thanx water_dragon
at least someone feel this one are useful :P
anyway this snippet will downloading a .flv file(which that was a youtube video file format) and that means you need a FLV player which like mountaindew suggesting you can try total video player or you can google for \'flv player\' or you can get a codec that supported the .flv player such as storm codec.

water_dragon you can renamed the file as any .xxx that you like, however you still need a FLV player to play it. Even if you rename it as .wmv(for example) and your player didnt support flv format then an error occured.

If you want to convert the downloaded file, once again u can follow what mountaindew said. Or you can try media converter(which im prefer :P), you can get it at http://www.mediaconverter.org/ (either you want used the online converter or download its free version)

For others, there was some major problem for the url this snippet echoing(at @getvid). Since any url that have a spaces are not being converted into url form so a clicking at it will not working(eventhough its work but its redirect the browser to a wrong url).... So its better used the \'-b\' switches for this moment(until Ive got a desire to recode this thing-got many video to download so cant have spare time to coding lol :P)

 Respond  
zonirc created a Page  -  Feb 06, 2008
292 

just copy and put this thing into your remote section. oh yeah enjoy it!

 Respond   mIRC  
zonirc commented on a Page, $switchtok  -  Nov 02, 2007

i dont mean that since the idea is really basic and anyone out there can/would think of it... since Im lost my enthusiam to coded it again so when i see you make this one, hopefully you will do much more or upgraded :) sorry my english not so good :)

 Respond  
zonirc commented on a Page, $switchtok  -  Oct 31, 2007

this is nice... however theres a problem especially when the param are not specified(null) like this example:
--> $switchtok(Testing this bodacious alias is sweet,3,,32)
or when the N or N2 specified as 0
--> $switchtok(Testing this bodacious alias is sweet,3,0,32)

just wanna shared with you :)
http://www.hawkee.com/snippet/1313/

 Respond  
zonirc created a Page  -  Oct 26, 2007
14,085 

My first time working with socket......... Its been created when Im feel so tired to open the youtube pages and its source code and then find the video url there's. So Ive decided to write a simple snippet in mirc to allow me just gave the page url where theres was a video that I want to downloading.

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.