Jump to content

CharmedOne

Members
  • Posts

    115
  • Joined

  • Last visited

Everything posted by CharmedOne

  1. Ok i got a friend they ae using just a mirc o connect to buzzen. my guest ban works or them on one of their pcs but it dosent work in same mirc on a different pc which has windows 7. Is there a guest ban that will work on windows 7??????????
  2. Hows the new "CHANGE" working out for you
  3. Glenn Beck May 6, 2010 - 11:27 ET GLENN: I'll give you the story on the FCC here in just a second, and this is important. I can't tell you the things that I'm working on now because we're not always just among friends and I don't ever want to give them an upper hand on where I'm headed as a business and as somebody who is working to expose the corruption in this country.
  4. Ok i noticed when a sysops did a kill it didnt show in my regualr window how do i make it show in a window i make on *:kill:#:{ window -nk0 @Kill -1 -1 600 200 is not workin
  5. Well i seen some trouble in a rioom i hung in & travis reason i said 3 or 4 nicks is at times buzzen messes up & chatters will have at least two of the same nicks in the room at one time didnt want to kick the chatters , just the trouble that comes in under 3 or 4 & even 5 nicks at times all with same gate number tho some of the nicks are different than the others. Oh & thanks error.
  6. I was wanting a code that kicked when 3 nicks enter & they all have the exact same gate number wasnt sure how to go about coding it so I thought id post my request. thanks
  7. ty error for trying to help me out let me kmnow when it is done sweetie.
  8. didnt mean to come off so strong but last time i amde a post like this that was the only answers i got was not to worry about it scripts can be made undetected.
  9. I want a script checker & i dont care to hear the bs that oh most people cant be detected & etc, if i could code it myself I would can someone help me out pls.
  10. Ok this is just beyonddddddddd me i know this looks right but it isnt working, once i added the return to my code the whisper stopped closing so now i am lost, i cant believe i am having probs with something so simple. #whisperclose on raw WHISPER:*: { if (allow isin $+(*!*, $Ial($nick).addr))) { return if ($nick isop #) { return .closemsg $nick } } } #whisperclose end
  11. Well i decided to start this thread to give room owners some common sense ideas when running a room, am glad to see ozzys response & yes ozzy is right. I just get tired of room owners picking people to host & then other hosts or even owner jumping on them when they thought they was doing the right thing, number one problem is all those hosts are left with with no rules or guidelines for hosting is making the best judgement call they can, with that said , not everyone has good judgemnent. There should be more rules to follow as a host than rules for chatters. Too many rules would take the fun out of it for chatters but making rules for hosts is a good thing because it does require more responsability.
  12. Well yes I do agree with too many rules, after all it is chats not a daycare center. Let adults be adults but at the same time there has to be some kinda order & Owners & Hosts to help keep a room going & make it fun & interesting.
  13. Alot of people just simply open a room & have a few problems & heres a few ideas. I had hosted for a long time & alot of the time I would spend my time watching the other hosts & how they treated not only chatters but other hosts , with hammer or not, I have seen my share of mistakes & made a few of my own. But major ongoing problems over a long period of the time starts with the owmner of the room; in which case theres always chaos because of mismanagement. The first mistake room owners make is hosting or ownering hosts with no set rules that even the ROOM OWNER follows. When you do not have everyone on the same page it creats a problem, not everyone has good judgement & do make mistakes for we are all imperfect & do mess up. A set of rules for the room that includes server rules would fix that so people are not all making up thier own rules as they host.
  14. I was looking for someone to beta test my script & help me fix what very few errors there are, is someone able to help me.
  15. Ok thanks Warrior that works but for some reason it isnt changing my color in my font it is still black text.
  16. I am having trouble my dialog comes up blank & dosent show font color I am using with it errors font code can someone tell me why it is comming up blank, I am using a colorcombo.dll in main script folder. Heres both codes along with one error made. Dialog Code dialog color { title "Color Changer" size -1 -1 112 40 option dbu combo 1, 0 0 68 34, size drop button "Close", 4, 72 0 37 12, ok cancel } on *:DIALOG:color:init:*:{ dll colorcombo.dll COMBO options 1 did -c $dname 1 5 } on *:DIALOG:color:sclick:1:{ if ($did(1).sel == 1) { /set %scolor #517693 } if ($did(1).sel == 2) { /set %scolor #FFFFFF } if ($did(1).sel == 3) { /set %scolor #000000 } if ($did(1).sel == 4) { /set %scolor #00007f } if ($did(1).sel == 5) { /set %scolor #009300 } if ($did(1).sel == 6) { /set %scolor #ff0000 } if ($did(1).sel == 7) { /set %scolor #7f0000 } if ($did(1).sel == 8) { /set %scolor #9c009c } if ($did(1).sel == 9) { /set %scolor #fc7f00 } if ($did(1).sel == 10) { /set %scolor #ffff00 } if ($did(1).sel == 11) { /set %scolor #00fc00 } if ($did(1).sel == 12) { /set %scolor #009393 } if ($did(1).sel == 13) { /set %scolor #00ffff } if ($did(1).sel == 14) { /set %scolor #0000fc } if ($did(1).sel == 15) { /set %scolor #ff00ff } if ($did(1).sel == 16) { /set %scolor #7f7f7f } if ($did(1).sel == 17) { /set %scolor #d2d2d2 } } Errors Code text change collor (non echo) alias color { return %scolor } alias buzzcolor { return [style ff:Arial;co: $+ $color $+;] $+ $1- $+ [/style] } ^for font color change in web chat echo color change echo # ( owner: $checkfont($1-) } lias checkfont { var %bf = $1- noop $regex(%bf,/(\[style.*?\])/) | var %font $regml(1) | var %fs $iif($gettok(%font,3,59) == b,$true,$false) | var %fc $left($gettok(%font,-1,35),6) var %fua $iif($gettok(%font,3,59) == u,$true,$false) var %fub $iif($gettok(%font,4,59) == u,$true,$false) var %fuc $iif($gettok(%font,5,59) == u,$true,$false) if ((%fua == $true) || (%fub == $true) || (%fuc == $true)) { var %fu $true } else { var %fu $false } var %bf = $replace($regsubex(%bf,/(\[style (ff:.+?;|(bg)?co:.+?;|[ubi];|\bundefined\b)*?\]|\[\/style\])/ig,$null), ,$chr(32),&,&) return $iif(%fs == $true,,$null) $+ $iif(%fu == $true,,$null) $+ $+ $iif(%fc == $null,01,$hex2mirccolor(%fc)) $regsubex(%bf, /\[(?:style\x20.*?|/style)\]/gi,$null) $+ $iif(%Option.Theme.Bold == 2,) } alias hex2mirccolor { tokenize 46 $regsubex($1,/#?([a-f\d]{2})/gi,$base(\1,16,10) .) if ($1 == [style) { return 01 | halt } var %i = 0, %c, %d = 200000 while %i < 16 { tokenize 32 $1-3 $replace($rgb($color(%i)),$chr(44),$chr(32)) if $calc(($1 -$4)^2 + ($2 -$5)^2 + ($3 -$6)^2) < %d { %c = %i %d = $v1 } inc %i } return %c }
  17. ok so in scripts editor i can go to my alises & add this nHTMLn_2.95 { return $shortfn($mircdirdll\nHTMLn_2.95.dll } which if I edit the above code i posted like this on *:START:{ /nHTMLn_2.95 | /window -p @start | echo -a $dll(nHTMLn,attach,$window(@start).hwnd) | echo -a $dll(nHTMLn,navigate,http://www.youtube.com/watch?v=linkexample ) }
  18. I dont have a alias just the code shown
  19. I wanna open a script window on start up & wanted to do it with a you tube video um what am, i missing here on *:START:{ window -p @start | echo -a $dll(nHTMLn,attach,$window(@start).hwnd) | echo -a $dll(nHTMLn,navigate,http://www.youtube.com/watch?v=linkexample ) }
  20. on *:TEXT:*:?: { dosent work well i have better luck with raw whisper
  21. I was needing a code where if someone whispered me it would be a auto message that I am not here & to leave a message, can someone help ty.
  22. As the government reviews how an alleged terrorist was able to bring a bomb onto a U.S.-bound plane and try to blow it up on Christmas Day, the Transportation Security Administration is trying to find out who leaked a security directive to bloggers. TSA special agents served subpoenas to travel bloggers Steve Frischling and Chris Elliott, demanding that they reveal who leaked the security directive to them. The government says the directive was not supposed to be disclosed to the public.
  23. K i have my dialog setup right & i got code below right , so what else do i need to do a mouse over this is first time to attempt such a thing. Do my dialog byttons need to be push buttons or does it matter? on *:dialog:coptions:mouse:8,9,10:{ if (%didt == $did) { return } if ($did == 8) { movr Where you first add channels to add to protections. } if ($did == 9) { movr Where you turn a protection on for a particular channel. } if ($did == 10) { movr Where you turn a protection off for a particular channel. } set -u5 %didt $did } alias movr { did -ra $dname 17 $$1- }
  24. Ok ty errOr tho it still does the same thing it not only shows one i click but it ads one i didnt click in the box below heres a screen shot. So you can see what I got going on.
×
×
  • Create New...