Jump to content

err0r

Admin
  • Posts

    2,747
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by err0r

  1. https://www.tg007.net/ircwx/
  2. We have migrated to a new server which allowed us to upgrade our forum software to the latest version. If you notice any issues please report them.
  3. alias sbar { xstatusbar -A 0 xstatusbar -A 1 notheme xstatusbar -f + ansi 10 Calibri xstatusbar -k 2894892 xstatusbar -l 1% 20% 20% 30% -1 xstatusbar -w + 0 halodialogs\dcxbar\icons\server.ico xstatusbar -w + 0 halodialogs\dcxbar\icons\nick.ico xstatusbar -w + 0 halodialogs\dcxbar\icons\computer.ico xstatusbar -w + 0 halodialogs\dcxbar\icons\record.ico xstatusbar -t 1 +fn 0 $chr(9) xstatusbar -t 2 +fn 1 00Server: $iif($status == disconnected,$status,$server) xstatusbar -t 3 +fn 2 00Nick: $me xstatusbar -t 4 +fn 3 00Uptime: $uptime(system,1) xstatusbar -t 5 +fn 4 00Record Uptime: $iif(%systemup.format.record,%systemup.format.record,n/a) } on *:start: { sbar } on *:active:*: { if ($xstatusbar().visible == $true) { xstatusbar -v 2 +fn 00Server: $iif($status == disconnected,$status,$server) xstatusbar -v 3 +fn 00Nick: $me xstatusbar -v 4 +fn 00Uptime: $uptime(system,1) xstatusbar -v 5 +fn 00Record Uptime: $iif(%systemup.format.record,%systemup.format.record,n/a) } } NOTE: the 00 infront of the the section names like Server: is the mirc color code.. Insert the CTRL + K in front of them. you can also use bold and italic etc more info on xstatusbar @ https://www.tg007.net/dcx/xstatusbar.htm
  4. if you plan on this being your main status bar for mirc you should use /xstatusbar instead of xdid
  5. alias sbar { if ($dialog(sbar)) { dialog -x sbar sbar | Dialog -m sbar sbar } else { dialog -m sbar sbar } } on *:start: { sbar } dialog sbar { title "status bar" option dbu size -1 -1 1600 1 } on *:dialog:sbar:*:*: { if ($devent == init) { dcx Mark $dname sbar_cb xdialog -g sbar +b $color(1) xdialog -c $dname 1 statusbar 0 1 1600 8 xdid -l sbar 1 185 200 150 -1 xdid -l sbar 1 200 200 200 -1 xdid -l sbar 1 250 200 250 -1 xdid -l sbar 1 300 200 300 -1 xdid -w sbar 1 +a 0 halodialogs\dcxbar\icons\server.ico xdid -w sbar 1 +a 0 halodialogs\dcxbar\icons\nick.ico xdid -w sbar 1 +a 0 halodialogs\dcxbar\icons\computer.ico xdid -w sbar 1 +a 0 halodialogs\dcxbar\icons\record.ico xdid -t sbar 1 1 +n 1 Server: $server xdid -t sbar 1 2 +n 2 NickName: $nick xdid -t sbar 1 3 +n 3 Uptime: $uptime(system,1) xdid -t sbar 1 4 +n 4 Record Uptime: %systemup.format.record xdock -m $dialog(sbar).hwnd +b } } alias sbar_cb { } On *:Active:*:{ if ($dialog(sbar)) { xdid -v sbar 1 1 Server: $server xdid -v sbar 1 2 NickName: $nick xdid -v sbar 1 3 Uptime: $uptime(system,1) xdid -v sbar 1 4 Record Uptime: %systemup.format.record } } The on active was causing part of the issue. Needed to make sure the dialog existed before trying to xdid.
  6. thank you for the kind words and welcome back!
  7. you will have to enter something into the required fields.. i usually carry over information from the previous version when accepting if it doesn't have any new info in the fields. When it's checked updated of course.
  8. snippets will normally work in any irc connection..If you provide some information regarding the radio station we can probably come up with a snippet for you.
  9. mIRC 7.55 has been released! (February 8th 2019) This version of mIRC is primarily a security release. mIRC users are advised to upgrade due to a security issue that may allow someone to trigger a remote code execution vulnerability in some situations. This issue affects all versions of mIRC. This update also includes changes and fixes to a number of features: Fixed /onotice and related commands not working correctly in some contexts. Fixed Clear History log files option not deleting empty nested folders in logs folder. Fixed $sha1()/$hmac() bug that caused &binvar data to be overwritten. Added $zip() identifier that adds support for AES encrypted ZIP files. Extended $rand() to allow negative number values and changed RNG algorithm. Added $rands() identifier that returns a cryptographically secure random number. Fixed $hfind() not reporting an error when the called alias returns an error. Fixed $asctime() 'z' bug to work with non-standard offset timezones. Extended IRCv3 support for CAP NEW to request supported tokens automatically. Fixed RCE vulnerability affecting all versions of mIRC (CVE-2019-6453). Added $notify().sound2 property to return offline sound. Updated CA root certificates cacert.pem file. Fixed "Show nicks on join" option not working correctly. For a more detailed list of recent changes, please see the whatsnew.txt file. As always, the latest version of mIRC can be downloaded from the download page. Read full article @ https://www.mirc.com/news.html
  10. happy to see ppl scripting
  11. This is a small update that addresses a number of issues reported by users since the last release. It includes improvements, changes and fixes to a number of features, including: Fixed API call that prevented mIRC from running on Windows XP. Fixed script editor editbox horizontal scrollbar sensitivity. Fixed /hadd -mN parsing bug. Fixed $decode() parsing of N parameter when N = 0. Fixed /timer -p switch not counting down correctly when more than one repetition is specified. Added /timer -P switch that pauses the count down for a timer. Updated OpenSSL library to v1.0.2q. Optimized while loop parameter parsing in scripts. Fixed $hmac() bug when using sha384/sha512 with keys longer than 64 bytes. Fixed /onotice and related commands not working in some contexts. Fixed Log Files dialog sort by date column bug. Updated CA root certificates cacert.pem file. For a more detailed list of recent changes, please see the whatsnew.txt file. As always, the latest version of mIRC can be downloaded from the download page. Read full article @ https://www.mirc.com/news.html
  12. err0r

    GUNicklist

    well done Winz. Glad to see someone still putting out scripts and addons.
  13. stream needs to be active for me to test
  14. i can host it here on my site for you as it's ssl (https) then you can just link to it. What is the link to your stream?
  15. does wix allow iframes? if so you could embed html5 player that way.
  16. you can add different links if the stream is formatted to work in media player , etc.. using a html5 player to just link to your stream is better if legal for you to do so.
  17. mIRC 7.53 has been released! (November 29th 2018) This release includes improvements, changes and fixes to a number of features, including: Added support for voice selection to speech options dialog. Added support for CPRIVMSG and CNOTICE if listed in numeric 005. Updated OpenSSL library to v1.0.2p and CA root certificates cacert.pem file. Extended/drawpic and $pic() to enable access to multi-frame icons/GIFs. Extended /set -g and /unset -gl switches to enable use of local/global variables. Changed all time-related features to use 64bit time values. Add/Fixed features/issues in a number of identifiers including $encode(), $decode(), $ctime(), $readini(), $cb(), $var(). Changed udpate check/other features to avoid insecure SSL protocols in HTTP requests under Windows XP. Added support for numeric 005 STATUSMSG=@+ and WALLVOICES and commands /vmsg, /vnotice, and /wallvoices. Changed channel mode parsing to handle channel keys hidden from non-ops only on the Undernet ircd. Changed CAP packet-size request to use 2048 bytes if available. Added $eventparms identifer that returns event-specific parameters passed to an executed command in a script. Changed perform/joins on connect to be delayed if nickserv request is sent during logon. Updated PCRE regex library to v8.42 and TagLib sound library to latest fixes. Changed script editor editbox to allow longer lines before it starts wrapping. Added support for IRCv3 nested batches beyond basic batch support. Changed default hash table hash function to modified FNV-1A for improved distribution. Added support for dynamic-resizing in hash tables for better performance. In total, there have been over 60 changes since the last release. For a more detailed list of recent changes, please see the whatsnew.txt file. As always, the latest version of mIRC can be downloaded from the download page. Read full article @ https://www.mirc.com/index.html
  18. i'm sure they have tiered plans.. try that and if u need more and you feel it's worth it you can move to a bigger plan
  19. how popular is it? what is it for? I have low end sites that do around 400 mb bandwidth a month.. tg007 isn't used much anymore but still pulls 18+ GB a month in bandwidth ( downloads use alot )
  20. they need to check your account not give you links :S
×
×
  • Create New...