Jump to content

Ozzy10

Admin
  • Posts

    1,495
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Ozzy10

  1. red.orange = male blue = female black = undesided bed = away
  2. if you read the other posts, you ould see you do NOT need a connection for chatsusa mirc connects without one
  3. Its not advertising the script, its advertising the server lol The banners are to make it match to the site anyway heres a screen shot of my personal script for chatsusa
  4. Heres what i have been working on, to use on chatsusa Fully decodes the fonts and send the correct ones to room Emoticon list Font dialog Room lister (didnt like one in mirc) Nick dialog
  5. Ozzy10

    IE 7

    no he didnt Cleric xtx Posted: Feb 18 2005, 01:36 AM OZZY_10â„¢ Posted: Feb 15 2005, 10:01 PM how is that before me ? think thats me posting 3 days before its on the anti spyware news bit, it includes about ie7
  6. Ozzy10

    IE 7

    another repeat post of the news allready posted
  7. Nick2588 was forced to change URL's from whatpulse.bounceme.net to whatpulse.afraid.org. If you have a signature there, please update your links.
  8. khar , you are an ungratefull idiot , it takes me about 2 hours a day to find and post the news and you complain. The news is TECH based cause this is a TECH site. Why dont you post some and see how hard it is?
  9. Ozzy10

    Ircop Help.

    try these http://www.romikmil.com/commands.htm http://www.vulnscan.org/UnrealIrcd/faq/ http://www.irchelp.org/irchelp/irctutorial.html http://www.irchelp.org/irchelp/misc/ccosmos.html
  10. strange how you guys have this prob, my nicklist removes my nick and puts it in another box and i dont have to -1 to it it keeps it correct without doing that maybe its how you have made your lists
  11. alias -l refresh { if (!$dialog(nick. [ $+ [ $1 ] ])) return did -r nick. [ $+ [ $1 ] ] 1 set %l 1 while (%l <= $nick($1,0)) {  if ($nick($1,%l) != $me) did -a nick. [ $+ [ $1 ] ] 1 0 + $nickicon($nick($1,%l),$1) $nick($1,%l)  if ($nick($1,%l) == $me) did -ra nick. [ $+ [ $1 ] ] 8 0 + $nickicon($nick($1,%l),$1) $nick($1,%l)  did -ra nick. [ $+ [ $1 ] ] 4 $nick($1,0) People Talking  inc %l } }
  12. well maybe they have chat servers blocked so that idiots cant set bot nets up on school comps to attack websites and spam people Most schools have blocks on chat servers and sites
  13. Ozzy10

    No Icons

    alias mdx { return mdx.dll } alias ctl { return CTL_GEN.MDX } alias bars { return BARS.MDX } alias views { return views.mdx } alias icon { return icons\ $+ $1 $+ .ico } dialog auto { title "List View example" size -1 -1 100 91 option dbu list 1, 1 3 98 73, size button "&OK", 2, 49 78 37 12, ok } on *:dialog:auto:init:0: { dll $mdx SetMircVersion $version dll $mdx MarkDialog $dname dll $mdx SetControlMDX $dname 1 ListView report single grid > $views did -i $dname 1 1 headerdims 200 did -i $dname 1 1 headertext Autolist did -i $dname 1 1 seticon list $icon(gold) did -i $dname 1 1 seticon list $icon(host) set -u %x 0 while (%x < $lines(auto.txt)) { did -a auto 1 +b 1 $read(auto.txt) inc %x } } and make sure the icons are in a folder called icons how you have the coding , this folder must be in the main mirc folder
  14. Ozzy10

    mIRC

    it wasnt deleted , it was moved to the msn section
  15. Please post your mIRC releated tutorials in a new thread in this section, stating which section it is for. When accepted they will be moved to the correct section above Please make sure that if it is not your tutorial , that you state who made it
  16. Ozzy10

    help

    only problem with the code tidy gave , is if you were in say 2 rooms and the other person was too, it would host them in both rooms apart from that the code should work
  17. on *:DIALOG:dialogname:init:0: { var %o = 1 while (%o <= $numtok(%mirc.adminsonline,44)) { did -a dialogname id $gettok(%mirc.adminsonline,%o,44) inc %o } } make sure you change the following dialog name to the name of your dialog id to the id of the box you want to put the var into the above code will place them under each other eg %mirc.adminsonline you,err0r,ozzy,someone would show in box as you err0r ozzy someone
  18. Ozzy10

    $remove

    you had this ($remove(%mirc.opersonline,%nickname $+ $chr(44)) and it should be this $remove(%mirc.opersonline,%nickname $+ $chr(44))
  19. what is the exact name of the dll cause i think ya either using an older version or have the name wrong
  20. i think the main reason it didnt work , is cause it looks like the file name was incorrect alias html { return $+(",$scriptdirdll\nHTMLn_2.9.dll,") } should be alias html { return $scriptdir $+ dll\nHTMLn_2.92.dll } note the bit in red
  21. alias html { return $scriptdir $+ dll\nHTMLn_2.92.dll } alias mdx { return $mircdir $+ system\dll\mdx.dll } alias rsn { window -p @rsn echo -a $dll($html,attach,$window(@rsn).hwnd) echo -a $dll($html,navigate,www.mircscripts.org) }
  22. for some reason ' is one of the few you dont need to convert
  23. if (' isin $nick) halt
×
×
  • Create New...