Jump to content

The Gate Keeper

Members
  • Posts

    1,465
  • Joined

  • Last visited

Everything posted by The Gate Keeper

  1. on *:dialog:toolbar:sclick:1:{ ;Set the buttons id in %click var %click $did($dname,1).sel ;Make the events happen; Buttons start at "2" if (%click == 2) return elseif (%click == 4) { scid $window($active).cid | .list | scid -r } elseif (%click == 6) $dialog.open(about) } try that.
  2. for the actual dialog, don't use dropdown setting, keep it as simple. And from there, the DLL will convert it to drop down. Also, with the did -c, make sure you check the second box, as the first is used to hold the data (if it applies, i'm not sure, well yea, i'm guessing here based on experience with other mdx features )
  3. on admin:TEXT:@find*:#: { var %l = 1 while ($read(test.txt, w, * $+ $2- $+ *, %l)) { var %l = $readn , %i = $ifmatch msg $chan %i } } Just make sure you replace test.txt with the appropriate file name.
  4. on *:ACTIVE:*: { if ($active == Status Window) { did -ra bottom 4 Server: $server } } That will do it for whenever you click on a server window. No need for loops
  5. not too bad job, looks reasonable, but i still think that you could move away from the MSN style.
  6. on me:*:JOIN:#: {  if ($network == CUSA) {   set -u10 %who. [ $+ [ $chan ] ] $true   who $chan  } } raw 352:*: {  if (!$hget(away. $+ $2)) hmake away. $+ $2 3  $iif($7 == G,hadd,hdel) away. $+ $2 $6 Away  if (%who. [ $+ [ $2 ] ]) haltdef } raw 315:*: unset %who. [ $+ [ $2 ] ] There you go cleric, all people that are away are added to the hash table for you to work out. Just modify as you like.
  7. yea that is my opinion as well, and a lot of my friends thought that tim should have won. The margin from what i remember was 55% to greg, 45% to tim, but i think that tim should have won, not greg.
  8. in that case try this set %ip. [ $+ [ $nick ] ] <user's ip> like that?
  9. you could use a text file or ini file, this can do the job, but yea, i don't see the point in storing a lot of nicknames unless your making a clone protection feature.
  10. Logan Greg, a representative of the twins has won $836,000 AUS (approx $645,000 US). The twist at the begining of BB05 AUS was that there were identical twins, Logan Greg and Logan David, as they were caught out before their prank on the house by big brother was over (2 week period), they twins would spend the time in the house as 1 person for nomination and games. Logan David was evicted in the 3/4 way of BB05 as many of the house mates saw it as an advantage. Logan Greg was left to carry on, and ended up winning BB05 AUS. For more information, visit http://bigbrother.3mobile.com.au/
  11. alias achan { var %l = 1 , %c = 0 while ($scon(%l)) { scid $ifmatch | %c = %c + $chan(0) | inc %l } return %c } then just use $achan and it should return the total amount of channels you are in
  12. why not expand the nicklist? shrink the font down to the minimum it can be, next the bottom, and have the nicklist cover most of the space.
  13. yea i know, but he nearly had it there, just slightly off.
  14. nevermind guys, i solved his issue in 1 min just by looking at his actual code in MSN.
  15. looks to stuffed up, icons need to be a bit clearer and bigger.
  16. for a re-start it sure looks flipping good
  17. *goes and starts a chat called chatsAUS
  18. better, and i already know both of these guys are not releasing it, so the idea is to flog as much as you can from their screenshots
  19. on *:EXIT: { if ($input(Enter password:, dip, Password request) == $md5(<non-hashed code here>)) exit else { echo -at Didn't return the right password, no leaving the program :P | return } }
  20. you could try this, even though he said var wasn't working, on *:Input:#:{ if (/* !iswm $1) { var %blah.aa = $1- , %blah.bb = 1 , %blah.cc = $numtok(%blah.aa,32) while (%blah.bb <= %blah.cc) { set %blah.msg %blah.msg 04 $+ $left($gettok(%blah.aa,%blah.bb,32),1) $+ 09 $+ $right($gettok(%blah.aa,%blah.bb,32),$calc($len($gettok(%blah.aa,%blah.bb,32)) - 1)) inc %blah.bb } msg $chan %blah.msg haltdef } }
  21. shrink your "goto sounds folder" and "close" button, so they are both on the 1 line, big doesn't always = nice
  22. 87052402, what you are to do is type this in a mIRC window, type this //echo -at : $md5(<PUT YOUR PASSWORD HERE>) E.G. //echo -at : $md5(hi bob) then it will give you a 32 character string copy that string and place it in tidy's code where it says <password in md5 format> NOTE: you will need to change his coding, you may not want it to do server blah blah [since that isn't even a server], you may want it to greet the person, or you may want a dialog to come up, you are to change it. TIDY didn't give you the code and expect it to be everything you need, you are still required to do some work.
×
×
  • Create New...