Skip to content
Forum

Search the Forum

Find discussions and posts across the Forum sections you are allowed to read.

Search results 12 matching topics
Search the community
Forum search

Search results

Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.

12 topics matched your search by Tutorial.

&binvars

In General mIRC tutorials Topic by Tutorial Last activity Feb 25, 2008 6:52 PM

&Binvars   Description:   Binary valuables are variables that have binary contents, which means not just plain text.   Advantages:   Doesn’t have an inbuilt size limitation like %vars do.   Isn’t limited to a certain range of characters,...

Matching post #60,499 by Tutorial Feb 25, 2008 6:52 PM

Custom @windows

In General mIRC tutorials Topic by Tutorial Last activity Feb 25, 2008 6:50 PM

Custom @windows   Description:   We’ll use a custom @window to store a list of text lines.   Advantages:   Has powerful sorting and search options using /filter and other premade $identifiers .   Can be saved easily into .txt files for p...

Matching post #60,498 by Tutorial Feb 25, 2008 6:50 PM

Txt Files

In General mIRC tutorials Topic by Tutorial Last activity Feb 25, 2008 6:47 PM

Txt files   Description:   We’ll use a .txt file to store information in sort of list.   Can use to permanently store custom @windows data.   Advantages:   Unlimited storage space (well, you won’t fill your HDD with this).   Has powerful...

Matching post #60,497 by Tutorial Feb 25, 2008 6:47 PM

Hash Tables

In General mIRC tutorials Topic by Tutorial Last activity Feb 25, 2008 6:44 PM

Hash Tables   Description:   Hash tables allow you to efficiently store large amounts of information which can be quickly referenced and retrieved later on.   Advantages:   Ability to store items by 2 parameters : name and item name.   E...

Matching post #60,496 by Tutorial Feb 25, 2008 6:44 PM

Ini Files

In General mIRC tutorials Topic by Tutorial Last activity Feb 25, 2008 6:42 PM

INI Files   Description:   We’ll use an .ini file to store information in an organized order.   It’s useful to use as a permanent storage for hash tables.   Advantages:   Ability to store items by 2 parameters : section and item name.  ...

Matching post #60,495 by Tutorial Feb 25, 2008 6:42 PM

Tokenized Lists

In General mIRC tutorials Topic by Tutorial Last activity Feb 25, 2008 6:39 PM

Tokenized lists   Description:   Tokenized lists are simple lists that can be used for a limited number of items.   We’ll use a %variable that will contain a list of items separated by a character—C.   I’ll show as an example a list sepa...

Matching post #60,494 by Tutorial Feb 25, 2008 6:39 PM

What Is Irc? [ Tutorial ]

In mIRC tutorials Topic by Tutorial Last activity Dec 19, 2007 11:19 AM

What is IRC?   IRC stands for Internet Relay Chat. The global chat. The idea is just like any other chat... webchat, javachat and so on... You choose a nickname and joins a channel (room). But IRC is far more advanced then any other chat...

Matching post #58,875 by Tutorial Dec 19, 2007 11:19 AM

Common Pitfalls (mIRC for dummies) Ch. 1

In General mIRC tutorials Topic by Tutorial Last activity Dec 21, 2005 12:30 AM

Common Pitfalls A Tutorial by myggan Table of Contents: * 1. The Art of Debuging * 2. The Importance of Error Checking * 3. Spotting Ambiguous Conditions * 4. Brackets and Braces * 5. Double Events * 6. Timers * 7. Input Events * 8. Matc...

Matching post #30,521 by Tutorial Dec 21, 2005 12:30 AM

Icons in nicklist dialog

In General mIRC tutorials Topic by Tutorial Last activity Sep 12, 2005 8:55 PM

on*:dialog:nicklist:init:*:{ ^when the nicklist opens dll $mdx SetMircVersion $version ^using mdx.dll set mircversion o the version dll $mdx MarkDialog $dname ^with mdx.dll Markdialog dll $mdx SetMircVersion $version dll $mdx MarkDialog...

Matching post #25,695 by Tutorial Sep 12, 2005 8:55 PM

Hash Tables

In General mIRC tutorials Topic by Tutorial Last activity Jul 23, 2005 5:56 AM

INTRODUCTION   Hash Tables is something that you find within mIRC itself. Theres a few commands that allow you to store data into a file that you can then retreive and use in whatever way you wish.   In my personal opionion , hash tables...

Matching post #23,061 by Tutorial Jul 23, 2005 5:56 AM

MDX Combo and Listview

In DLL Tutorials Topic by Tutorial Last activity Apr 16, 2005 10:55 PM

Ok in this tutorial I will be covering:- Combos, List views     Start:   What you need: 1. Mdx 2. mIRC 3. Time   Mdx aliases needed: alias mdx { return path-to-mdx/mdx.dll } alias ctl { return path-to-ctl/ctl_gen.mdx } alias bars { retur...

Matching post #17,881 by Tutorial Apr 16, 2005 10:55 PM

LockedBasics of Hash Tables

In General mIRC tutorials Topic by Tutorial Last activity Mar 27, 2005 8:28 PM

Tutorial by KingTomato   What is a hash table? A dictionary in which keys are mapped to array positions by a hash function. Having more than one key map to the same position is called a collision. There are many ways to resolve collision...

Matching post #17,089 by Tutorial Mar 27, 2005 8:28 PM