Jump to content

general

Members
  • Posts

    53
  • Joined

  • Last visited

Posts posted by general

  1. though I do not use Buzzen ...n have no idea that wat type of Buzzen V2 is...

     

    Im using following codes FOR SCN and it realy works great.....not sure if these codes work for buzzen

    but give a try if this can be helpful for buzzen...

    just change servers address and room name format ..wateva Buzzen allow %#roomname or #roomname i donnu....

    on *:Disconnect: {
      server 72.36.133.68 6667 
      timer.joinroom 1 10 join #roomname2
    }
    on *:Disconnected: {
      server 72.36.133.68 6667 
      timer.joinroom 1 10 join #roomname1
    }

  2. hummmm

    i checked all files throughly ..i have no such codes but only this one ....

    on ^*:PART:#: {
      if ($nick == $me ) halt {
      msg $active $read(text\partmsgg.txt) }
    }

    but i dont think so ...this can be the reason to halt window after leaving the room...

    wat do u say?

  3. Omg........Wat a great snipplet is this..........

    i msgs almost 600 line......to the room ..and other script users were about to die to see this ..

    Bundle of thanx for such nice codes ......both of u .....Travis and fusion.....

    in this regard i wud like to know something more about it......

    wat if i change

    .timerslowsend -m 1 300 gosend
    to
    .timerslowsend -m 1 500 gosend
    still it work fine ....?

    im using socketwrite connection ......the codes are posted by Fusion do not works with socketwrite connection ..while with other connection it works fine......

    with socketwrite connection on command...

    Me : !readuser

    8-[├«[H]»┤]- has left the conversation.

    8-[├«[H]»┤]- has joined the conversation.

    8-[├«[H]»┤]- has made -[├«[H]»┤]- an Owner.

    Me : !readuser

    8-[├«[H]»┤]- has left the conversation.

    8-[├«[H]»┤]- has joined the conversation.

    8-[├«[H]»┤]- has made -[├«[H]»┤]- an Owner.

    it left and join only but do not read file....

    But codes posted by Travis working fine with both socketwrite ans simple conenction.........

    its all ok anyway .....now i just want to know if i increase time intervel from 300 to 400 or more wud it effect codes anyway?

     

  4. how many scripts do you have loaded?

    by loaded scripts if u mean number of files loaded in script ...

    then these are 43 or 47 i guess.....

    or if u mean different type of scripts ..then i have no other script......

    the script im being used, was very light almost 1.9 mb of its size when i downloaded it...

    but now after adding too many featurs..like dialog boxes...macroz..mp3 playes...vedio player...games ...now it has increased its size more than 6 mb........but i dont think this is becoz its heavier in size...everyother feature and file perfectly working ..........

  5. on admin:TEXT:readusergate:#:{
      var %handle = handle $+ $ticks, %file = user.txt
      if (!$lines(%file)) { msg # There is no Message to read %file . }
      else {
        .fopen %handle %file
        if (!$ferr) {
          while (!$feof) { msg # $fread(%handle) }
          .fclose %handle
        }
      }
    }

     

    everything is fine with above mentioned codes....but if there are more than 40 lines in file...it causes of input flooding disconnections....

    i try to set timer with eatch line..but hell, it is too lengthy process....is it possible to set timer in above mentioned code..that each line shud be msged to $chan with a specific intervel........ to avoid Input Flooding Disconnection

     

    your help in this regard will highly be appriciated...

  6. Lemme say sorry ....:P coz im too late for this reply.....

     

    I do not use buzzen since they have changed to flash...

    as i come to know by ur replies that buzzen do not allow /who

    im posting another codes to record user gates which u can use for multi purpose....

    like if someone left quickly after spaming or obusing ...or in case of any violation i can put his/her gate easy in banllist........ to get anyone's gate you can use "@find" command.if you dont have codes to read usergate from joint.txt lemme know....

    on *:start:{
      window -efk0 @Joins -1 -1 930 180
      echo @Joins -°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°
      echo @Joins -°-°-°-°-°-°User Gates / Nicks Record-°-°-°-°
      echo @Joins -°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°
      echo @Joins -°-°-°-°-°-°-°-°-°By Remix-°-°-°-°-°-°-°-°-°-°
      echo @Joins -°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°
    }
    on *:JOIN:*: { 
      if ($nick == $me) { .halt }
      write text\join.txt Joined: $nick
      write text\join.txt Gate: *!* $+ $address
      write text\join.txt Room: #
      write text\join.txt Date and time: ( $+ $date(ddd mmm yyyy) $+ ) ( $+ $time(h:nn:ss tt) $+ )
      write text\join.txt -°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°
      window -efk0 @Joins -1 -1 930 180 Onjoin Recordes By Remix
      echo @Joins Joined: $nick
      echo @Joins Gate: *!* $+ $address
      echo @Joins Room: #
      echo @Joins Date and time: ( $+ $date(ddd mmm yyyy) $+ ) ( $+ $time(h:nn:ss tt) $+ )
      echo @Joins -°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°
    }

     

     

     

  7. On admin:TEXT:!join*:#:/Join $chr(37) $+ $chr(35) $+ $2-
    On admin:TEXT:!part*:#:/part $chr(37) $+ $chr(35) $+ $2-

     

    these above are simple codes to join a room on server just by typing a command......

    but the thing irritating me is...

     

    on

    !join

    script joins room ....n obviously it will open new channel window...

    and on

    !part

    though it left room....but it do not close channel window ...only nick left on command and channel windows is remain opened.....

     

    so i want to do both task on !part... which are, script shuld left room and channel window shuld also be closed..

    if it can be done via command...or i have to close channel window manually?

  8. You want to gain acess to peoples private information. That is just wrong! And illegal !!

     

    i dont think this is illegal or wrong to get info about user that in which rooms he is being talked and to get the info about room how many users are currently chatting there.....without joining such room....

     

    Suppose if i want to know detail about %#room....

    there are two way i can get to know wat i want..

    1) I manually join %#room and see wat i want to know...mean WHOIS there, how many host and owners and how many total users are chating..bla bla

    2) i do not need to join room ...just type few commands and my script will tell me everything that i want to know...

     

    i dont understand wat is illegal and wrong in it and how im interepting privacy of other users ....u can say this is an addon or trick ..which can b used ...and shud be used too....

     

    still u think it is illegal i dont know then wat scripting mean is just join a room and give access users .....

    as i guess u mean to say there shud b no difference between web chat and sripting .....both shud be use in a same way ...

    m i right?

  9. if (!$isfile(%file)) { msg $chan There is no suggestions file to read from. }
    elseif (!$lines(file.txt)) { msg $chan The file is empty. }
    else {

     

    i make changes in above mention lines ...and now it is working good

     

    if (!$lines(%file)) { msg $chan There is no suggestions file to read from. }

    Thanx Buddy for helping ....

  10.  

    Lolzzzzzzzz

    yea u get it right

    actually i take this idea from yahoo chat bot...

    and its my idea that it will work for SCN,BUZZEN,PHREIK and other servers.....

    coz i already have FUNDU, WHOIS,and room joiner working codes...

    and now i want to use these codes togather...im working on it ..lets see if i can bring it to work.

     

     

    as u guess ...

    General : !find $nick

    Script : $nick is Found in: %$room1

    Script joining %#Room1

  11. Why do I always get a gut wrenching feeling that I would never want to be in any chat room that general was in.... <nono>

    Wat can i say......If u are not known about these chat rooms or servers and do not like them,

    do tell if this is my fault ^o)?

    :lmaojump:

  12. Well, people who are used to of Yahoo chat they might know what is "follow user".

    i think if FINDU and WHOIS commands can work on these chat servers then it also shuld work...

    but i dont know how it wud.......

    On admin:TEXT:!find*:#: /findu $2
    raw 709:*:{ amsg # ($2-) }
    raw 641:*:{ amsg # ( $2 $3 $4 ) }
    raw 642:*:{ amsg # (Nick $2 Found in: $4 ) }
    raw 643:*:{ amsg # ($2 $3 $4 $5 )
    }

    this command will find $2 and then will msg on main channel .....now my question is ...if script can join the rooms in which $2 is found?

     

    like i make other command for quick room join and it works ..

    On admin:TEXT:!join*:#: /Join $chr(37) $+ $chr(35) $+ $2-

     

    if someone get wat do i mean and can help with this?

     

    i want to use /Join $chr(37) $+ $chr(35) $+ $2- command with FINDU command ....

    if on !join command script can join $2- while in FINDU it can find $2 in $4 --> (Nick $2 Found in: $4 ) y it do not joins $4 after finding $2 in $4?

    if it can be possible then tell me how?

    thanx

  13. Iwas using mirc 6.2 and i have its registration codes. but by mistake i replaced mirc 6.2 with 6.3 :(

    i thought same keys will work for 6.3 version but it does not..

    now tell me from where i can download 6.2 version ...or if someone knows keys for 6.3 and can tell me ..

     

    Thanx

  14. One another thing i need to know....

     

    suppose there is a .txt or .ini file in script folder... and there are multi lines in it...which can may poetry,jokes or anyother stuff...

    how wud script read every line from specified file on command?

    like

    On *:TEXT:!readsug:#:/msg # S \rTahoma;0  (*) 
 (*)  $+ $read Complaints/suggestion.ini

    it will read only one msgs ...it wont go to next line...

    but i want to make script read all lines ...after finishing one it should go to next line till last line and msg to room...

  15. i made this system for user's help, though it works fine but i want to add few more thing in it...which im not getting understand how to do it properly...in this regard i need help with following things:-

    1. i want add feature that script should show how many users has been complained, mean number of users or nicks should be shown like it shows in kickloger system..

    2.suppose there are total 20 usere had made complaints....n i want to read complain no 16 how wud it work with command?

    #messagebot on
    on *:join:#: { if (%messagebot = On) && ($me isop $chan) {
        if ($nick == $me) halt
        ctcpreply $nick TIME ï€ -=[ Problem Reporting is on ]=-
-=[ Type !problem to read detail ]=-
-=[ !complain your message for record you complain ]=-
-=[ !suggest your message for record your suggestions ]=-
      }
    }
    
    
    on *:text:*!problem*:*: {  
      /ctcpreply $nick TIME ï€ -=[ Record Your Problems ]=-
-=[ You can complain about Hosts,Owners,Scripts users etc ]=-
-=[ Or make a suggestion about any thing ]=-
-=[ We will try our best to resolve your concern ]=-
-=[ Just Type: !complain or !suggest and your message ]=-
    }
    on *:text:*!complain*:*: {
      write Complaints/complaints.ini $nick Complained that: $2- 
      /privmsg # 
-=[ $nick your complaint has been recoreded ]=- 
-=[ We will try to resolve your concern]=- 
    }
    
    on *:text:*!suggest*:*: { 
      write Complaints/suggestion.ini $nick Suggested that: $2- 
      /privmsg # 
-=[ $nick your suggestion has been recoreded ]=- 
-=[ We will consider your suggestion]=-
    }
    On *:TEXT:!readsug:#:/msg # S \rTahoma;0  (*) 
 (*)  $+ $read Complaints/suggestion.ini  â€©  Type: !suggestion (You'r suggestion) For Adding suggestion ..(*)   
    On *:TEXT:!readcom:#:/msg # S \rTahoma;0  (*) 
 (*)  $+ $read Complaints/complaints.ini  â€©  Type: !complain (You'r complain) For Adding complain ..(*)  
    On Level5:TEXT:!com*:#:/run Complaints\Complaints.ini
    On Level5:TEXT:!sug*:#:/run Complaints\suggestion.ini
    On Level5:TEXT:!clcom*:#: write -c Complaints\Complaints.ini
    On Level5:TEXT:!clsug*:#: write -c Complaints\suggestion.ini
    #messagebot end
    menu menubar {
      -
      -=[ Complain Bot ( $+ $group(#messagebot) $+ )  ]=-
      ..On:{ .enable #messagebot | set %messagebot on | echo -a 0,12Complain Recorder is now $+ 0,94 On }
      ..Off:{ .disable #messagebot | set %messagebot off | echo -a 0,12Complain Recorder is now $+ 0,4 Off }
      .Edit
      ..Complaints:/run Complaints\Complaints.ini
      ..Suggestions:/run Complaints\suggestion.ini
      .Clear
      ..Complaints: write -c Complaints\Complaints.ini
      ..Suggestions: write -c Complaints\suggestion.ini
      .-

  16. I think he grabs codes from other scripts or bots and tries to disect them

    if im good in coding then why i wud ask for help?

    well Fusion ....i told so many time,im neither professional nor expert in scripting or in coding......but i always try to learn...... as u said i grabs code from other scripts and bots ...its true, but i do not use that code as it is.....i try to make something new from existing codes.......

    anyway .......thanx all u guys for helping me with "stupid" things lolz....i have made it working ..

    Thanx again

     

     

    Lemme ask onemore thing :$.........can we see user Ip or cab put IP ban via script?

  17. Thanx for replying Orus...

    The codes u paste i think will work for the same room in which script is being run...

    but the codes i posted above will show user detail of other room ...dosent matter script is in that room or not...

    but roommust be exist and active .......so i do not need to join each room and see how many user are there in the room.. i can see other rooms detail while sitting in my room by typing a coomand...

    but codes im using do not count total owner , total host and then total users....it show each person name which disconenct script if number of user are more than 40...

    anyhow ...i wud try with this ...

     

  18. I won't show you how to join every room in the room list, but I will point you in the direction to save room list info to an ini file.
    thanx for pointing me in the direction to save room list....now i wud make it work that how to join all room saved in the list .....i can already join 12 room on start up....but the main problem was to save roomlist ....

     

    well there is one more thing i need to help with and that is.....

    on level5:TEXT:!who*:#:{ privmsg $chan Waiting For person in (F) $2 (F) <:o)
      .enable *****:P
      who ****:P
      .timer2 1 4  privmsg $chan No Matches Found :-s
      .timer 1 4 .disable #who 
    } 
    #who end 
    #who off
    raw 352:*:{ if (. isin $7) { timer2 off 
      /amsg $6 Found in: $2 Status: Owner }
      elseif (@ isin $7) { timer2 off 
      /amsg $6 Found in: $2 Status: Host } 
      elseif (+ isin $7) { timer2 off 
      /amsg  $6 Found in: $2 Current Status: Voice } 
      else { timer2 off 
      /amsg $6 Found in: $2 Status: Participant } 
    } 
    #who end

    this command show all the users in a room.......but the problem is ...if the number of users are more than 40 it makes script disconnected from the room....

    if it can possible that it show only number of user ..do not show full detail....

    i want the following info should be shown only ...rather than full detai..

    1. Number of owners in room

    2. Number of hosts in room

    3. Total Users in the room....

     

    Thanx........

     

×
×
  • Create New...