Jump to content

Pablo

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by Pablo

  1. Pablo

    Fracture

    Well being as this is a mod, I would add replace sockopen with an 'echo' in that loop just to see what it is saying. Or just add one. Not interested in joining B anymore.
  2. First of all it would be nice to have all the code. Second, why do you have spaces between $ and xdid and . and text? Not good. Third, you will have an additional identifier inside of the (). As stated in the help file, you will need tree and branch. The parameter you are using as 1 2 and 3 should be the control item number. So if you created the TREEVIEW with XDIALOG (I think) then the first # would be the number you used. Syntax: $xdid(dialog, ID, PATH).text Example: $xdid(dcx, 4, 1 2).text $xdid(treeview, 1, 1).text $xdid(treeview, 1, 2).text $xdid(treeview, 1, 3).text ^^ Is more of the format.. And Finally, $xdid().text only RETURNS a value. to SET a value (as you are doing in =), you need to do a xdid command. Read up on the docs and download a script like 'Dreams' for Buzzen to get an example.
  3. Pablo

    Hosting

    I think you need to hire a scripter or find a forum willing to help you to be quite honest. Your multiple requests are going unanswered. From what I see you are pretty much asking someone to write scripts for you. No one really seems interested.
  4. Agreed. That is disabled due to security. It would take some extreme modding which would also pose security and database issues.
  5. I know nothing of making viper work. I can shed some light on the split and replace. Based upon this thread, I understand a little. :TK2CHATWBA10 613 NickName :207.68.167.159 6667 .. is an example of what that routine would receive. ServerIP is split into an array at each space. So, ServerIP(0) would be :TK2CHATWBA10, (1) would be 613, (2) Nickname, (3) :207.68.167.159, (4) 6667 ServerIP then replaces all ":"s with nothing "". Now, (3) is 207.68.167.159 .. without the : All I will say is this code is based upon ancient code that will barely run on newer machines (If at all). My best recommendation is to dump the OCX and Viper, become friends with someone familiar with this antiquated setup, or spend hours and hours on an old language, code, and setup which time is better spent in learning .NET.
  6. Pablo

    Multiconn Project

    I would suggest having the mention/tip alert tell you what server it is coming from too, being that it is multi. Looks good.
  7. Pablo

    Multiconn Project

    Nice, very well thought out. I have a lot of dev and theme fonts on my system as well which really slows things down. So I decided to store the list, which sucks if you add more fonts, but makes it faster. I almost wish I went with the preset list now. Any expectation of release? It looks like it is coming together.
  8. Pablo

    Multiconn Project

    Looks like a preset font list out of curiosity? And I would like to see the color dialog too
  9. Pablo

    Multiconn Project

    As far as a multi-server script.. I do not see anything beating it. And I am saying this without even using it. But based upon screenies and its dev team.. I doubt anything will come close. Even if people only use it for one server.
  10. Well noted, I did not realize or read the code that well. In that case I would rearrange the icons added to see if it changes.. perhaps making buzz at the end. Then what chain says makes perfect sense.
  11. Post the init code noting how you add them.
  12. Pablo

    I'm a Daddy!!

    congrats, that's a big boy!
  13. So Trav, that means when you were 15 your girlfriend was 8? Or 17 and 5 in the case of BIG_GUY? Lol, just kidding, mine is younger as well.
  14. Ravi. Rather than just troll over an old post, please do explain your reasons or knowledge behind your post.
  15. Top two reasons I can think of: Networks use different return raws (801 ..) for access information. Most access dialogs trigger or depend heavily on the specific raw number Networks also use different formatting and requirements of ACCESS command parameters. For example, the ACCESS ADD [address] [duration] [reason] might be formatted differently based upon network. Also, some networks allow short user addresses (paul!*), while others require full addresses (paul!*@*$*). Unfortunately not every network follows RFC standards.
  16. yes, look up MD5 to get a better understanding of one way encrypted hashes. mIRC has a $MD5 function, try it out.. //echo -a $md5(hahah)
  17. Pablo

    Koach

    Please refer to this post: http://www.tg007.net/forum/index.php?showtopic=15561&pid=79936&st=0&&do=findComment&comment=79936
  18. Congrats Haggis So you bump up old threads and make meaningless posts to hit your number? Not trying to stir up drama, but could that not wait? Maybe in a week or two you could have had 1k. You don't have to respond if you want to keep your number perfect. Oh, btw, I just noticed I am at 69! Maybe I will stay forever in silence.
  19. need a lot more information. What exactly are you trying to read the user information from (website. irc server, give a link for example)? Secondly, what exactly are you trying to get from the mIRC script (url, etc)? Helps to have the whole script and a lot more information.
  20. In the channel in which you have +q or +o, type the following into your edit box. //access # add deny >* 0 :Room Guest Ban That will add a guest ban to access where a guest will not be able to join, receiving a "ban message" on join.
  21. Pablo

    Music

    You know.. actually while I am on the computer I do not really listen to music too often. Driving and working is another story.. a few albums/artists I've been listening to lately: ( Rise Against - End Game + older stuff Muse - The Resistance + older stuff Seether - new album this year too Staind - Self Titled - new and trying out Jason Aldean - for country i like Pantera / Tool / Metallica - classic trifecta always Civil Twilight ntm a few other underground things
  22. Pablo

    Why

    I just haven't checked it in two days.. otherwise I am still here
  23. I have noticed most external drives have a sleep feature, other do not. When the drive is running you can feel it moving. If it doesn't ever sleep, unplug it. If it sleeps alot, then I don't see the harm in leaving it plugged in. After all, it is a regular hard drive in an enclosure which can handle thousands of hours of use. I do still agree with err0r on the amount of usage justifying the connectivity.
  24. Pablo

    Dcx Help

    Make sure you download the latest version of DCX in the thread I posted above (the forum). Use that one only. According to Maki that alone will make your toolbar work correctly still using the xdock -m flag. For icons in the xstatusbar, here is an updated status alias that adds icons. It is commented. Ask if you have questions. alias status { ;icons are indexed by a number in the order you add them. You add five icons, they will be 1 through 5 ;add icons (a1-a3.ico is located in the folder with mirc.exe atm .. use icons\a1.ico to have an icons folder) ;adds icon #1 as a1.ico in main mirc.exe folder xstatusbar -w + 0 a1.ico ;adds icon #2 as a2.ico xstatusbar -w + 0 a2.ico ;adds icon #3 as a3.ico xstatusbar -w + 0 a3.ico ;enable statusbar xstatusbar -A 1 notheme ;add 4 sections to statusbar xstatusbar -l 100 200 200 -1 ;input data for the 4 sections ;uses icon #1 - a1.ico as defined above xstatusbar -t 1 + 1 Width100 $chr(9) Width100 Tooltip normal style ;uses icon #2 - a2.ico xstatusbar -t 2 + 2 Width200 $chr(9) Width200 Tooltip normal style ;uses icon #3 - a3.ico xstatusbar -t 3 +n 3 Width200 $chr(9) Width200 Tooltip noborder style ;uses icon #0 - which means no icon xstatusbar -t 4 +p 0 Width Remainder $chr(9) Width Remainder Tooltip popup style }
×
×
  • Create New...