Jump to content

Ozzy10

Admin
  • Posts

    1,495
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Ozzy10

  1. Ozzy10

    Dll

    When I'm showing the parameter lists, parameters enclosed in [] mean those parameters are optional, and parameters enclosed in <> mean those parameters are mandatory. The DLL includes these functions: GetKeyValue Parameters: [starting character] [length] [display] <key/value> This function reads a value from the registry. As it's possible that some binary or string entries could be longer than 900 characters, you may provide a starting character and maximum length for the function to return. Characters start at 1. If [starting character] is 0, then the function will return the length of the registry value. These two parameters are ignored when the registry value is a DWORD value. Keys and values must be formatted as such: <root>\<key name>\\<value name> If <value name> is blank or the double backslashes do not exist, the key's default value will be returned. If the key does not exist or has no value ("" for strings, or a zero-length binary value) then $null will be returned. If you give a [display], you can change the way the registry entry is output: long - Displays REG_BINARY as a 32-bit integer (as if it were of type REG_DWORD). Returns $null if there are not enough bytes to do this. hex - Displays the output as a string of hexadecimal characters splithex- Displays the output as a string of hexadecimal characters with spaces in between, similar to the way regedit.exe displays REG_BINARY values Examples: //echo You logged on as $dll(registry.dll,GetKeyValue, HKEY_LOCAL_MACHINE\Network\Logon\\Username) //bset &SecondColor 1 $dll(registry.dll,GetKeyValue, 4 3 HKEY_CURRENT_USER\Control Panel\Appearance\\CustomColors) //echo Your dial-up connection speed is $dll(registry.dll, GetKeyValue,LONG HKEY_DYN_DATA\PerfStats\StatData\\Dial-Up Adapter\ConnectSpeed ) GetKeyType Parameters: <key/value> This function's purpose is to give you the data type of the registry value, in case it matters. On Windows 95/98, it can return REG_SZ (string), REG_BINARY (binary value), REG_DWORD (double word), REG_NONE (no specific type), or $null. If REG_NONE is returned, that usually means that the key you gave existed, but the value name did not. If $null is returned, that means that the key did not exist. On Windows NT, this can return other values too, but they aren't currently supported with GetKeyValue. The format of <key/value> should be the same as it is in GetKeyValue. Examples: //echo Most entries are of type $dll(registry.dll,GetKeyType, HKEY_CLASSES_ROOT\.bat) //echo Lame null: $dll(registry.dll,GetKeyType, HKEY_DYN_DATA\asdkjsdjka7834\dfyah) GetSubKeyName Parameters: <index> <key> Use this function to obtain a list of subkeys in the registry tree. <index> starts at 1. If you pass <index> as 0, the total number of subkeys will be returned. No value should be added to <key>. It will be ignored if it exists. You will also get $null if the key path does not exist. Keep in mind that only the key name is returned, not the full path name. Examples: //echo You have $dll(registry.dll,GetSubKeyName, 0 HKEY_CLASSES_ROOT\CLSID) class IDs //echo One of your recent network mappings was $dll(registry.dll, GetSubKeyName,1 HKEY_CURRENT_USER\Network\Recent) GetValueName Parameters: <index> <key> Like GetSubKeyName, this is used to obtain part of the tree listing, except this works for value names instead of subkey names. Other than that, it works exactly the same way. Example: //echo One of your color schemes is named $dll(registry.dll, GetValueName, 1 HKEY_CURRENT_USER\Control Panel\Appearance\Schemes) DLLInfo Parameters: none This just gives you my version info.
  2. well i saw when i joined the room and the message came AFTER i joined the room , not before
  3. err notify list shouldnt work to notify you when they join the server unless ya staff on cusa(least thats what i think happens) so it would only notify if they joined a room your in The list at top left looks like it has the dcc cause its something you downloaded and just added to your script, cause dcc is blocked on cusa. The bar at the top ia way too deep and the stuff on it could be put end to end to make it thinner.
  4. Please feel free to post your ircx screen shots here.
  5. make sure your using the correct port
  6. best you can do for /list is to leave it open but hide it window -h "Channels List" and as to the room windows search $window using loop and do -c on all windows with # in
  7. looks good haggis , keepp up the good work
  8. Not really ircx as i can use it on any server but heres an addon err0r is to blame for cause he got me to make it lol the bottom bit closes as its really for debuging and loging and the green arrows go red for each bit thats down
  9. Ozzy10

    auto op

    is it for ircx,msn,ircd ? just making sure you got the correct section , also have you tried looking in downloads/addons
  10. morph grow up there is no where on this thread that you have been slaged off get a grip
  11. ya was easy to solve , but if ppl keep doing it all for him he wont learn anything
  12. I allready told you one bit wont work ircxpro has +M and +m so isin wont work it needs to be isincs <-- case sensitive or it will show wrong when room is +M but i guess i am wrong cause you said i am and you need to look at these 2 lines elseif (m isin $chan($chan(1)).mode) && ($1 isvoice $chan(1)) return $+ elseif (m isin $chan($chan(1)).mode) && ($1 !isvoice $chan(1)) return 5
  13. lmao and you say you made the nicklist
  14. Ozzy10

    question

    $sockname returns the name of the socket
  15. where is the picture , is it on a website? If its on a website just open ie and get the pic
  16. you have to ask the cusa staff for the icons as they bought them and they are subject to copyrite by the maker
  17. this is an old addon i never got round to finishing , but i have most of the bugs out of it now mIRC eXplorer
  18. Ozzy10

    LISTVIEWS

    well for starters the room name needs to be first, then the topic really as the room name is allwas one word and the topic is several , thus the topic isnt a constant amount of words if the first item was the users in room, then room name , then topic then the code to get the room name would be $gettok($did(1).seltext,10,32) if it was room then topic it would be $gettok($did(1).seltext,6,32) i would suggest you change this raw 322:*:{ if ($dialog(chan)) { .did -a chan 1 $5- $+ $chr(9) $+ $2 } } to this raw 322:*:{ if ($dialog(chan)) { .did -a chan 1 $2 $+ $chr(9) $+ $5- } }
  19. whats wrong clerix , they too AMERICAN for you
  20. simply because ircxpro uses diff modes to msn or ircd so bit hard to remeber the modes for each server etc
  21. thats cause whatever colour i set the nicklist to , the dialogs change to that colour too
  22. us3rX when you mouse over it gives full discription in the bottom box and the dialog looks so big cause the screen res is 800 in the screen shots lol and one thing i def hate, is drop down boxs that drop below the dialog , hence why it as at the top , it looks neater when in use. Plus i do my dialogs how i like them , not anyone else as its only for my use.
  23. a few of my dialogs room lister modes room reset room reset isnt totally finished yet
×
×
  • Create New...