Jump to content

general

Members
  • Posts

    53
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://asianmix.vze.com

Profile Information

  • Gender
    Male
  • Location
    Islamabad
  • Interests
    Scripting,..............net surfing .............movies................web developing...............bla bla

Recent Profile Visitors

3,707 profile views

general's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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 to 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... 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. 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. Thanx gatekeeper for reply.. but i already have tried this one...... same result......... but i notice onething ......window do not close when nick left..but it close after few minuts......lolzzzz
  7. Lemme say sorry .... 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 -°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-° }
  8. Option u tell is already unchecked ...but still it keeps channel windows open ......... it makes me more irritated when everything is ok ....y it does not close channel windowwwwwwww eeeeeeeeeeeeeewwwwwwwwwwwwww
  9. Yes.....it shuld close channel window on part...... but it aint closing on both /part $s- and /close $2- i think there is anyother technical fault lolzzzz........ anyhow its ok....not much important to have this commad......
  10. 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?
  11. 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?
  12. 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 ....
  13. 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 ...
  14. 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)?
  15. thanx hixxy thats wat i exectly needed...... its works fine ...but a lil bug in it ....thats it do not msg if file is empety ..... otherwise its cool. thanx for codes again
×
×
  • Create New...