ASCII Table
mIRC Pastebin
Raw Numerics
User Map
User Browser
Channel Browser
IRC Junkie - IRC News mIRC Scripts Dot Com
Team Clan X Scripting Group Site (French) Scripting Website
 30 July @ 04:45am. #mirc.net @ undernet. Welcome, Guest | Sign in   
   Forums       Screenshots       Scripts       Addons       Snippets       Misc       DLLs       Tutorials       Community    
   Submit form       Download mIRC       Servers.ini       IRC News       Newbie Tutorial       Challenges       Tools    
 › snippet / dJabba's PrivateProfileString Library v0.99e

2480 downloads, 2 today


  
  Project details» View Comments » Post a comment
  Description    Independent review    Updates    Statistics    Screenshots  
» dJabba's PrivateProfileString Library v0.99e [36.4KiB] by dJabba.      
Author's Description:
Command library for searching, reading and modifying .INI files.
====================================================
This library contains many commands that are simular to mIRC's own INI related commands. But these functions have some very important differences.
 
All these commands have full support for spaces, that incluedes filename, section and item names (Data values always have this, also in mIRC itself). It also features a NULL value support when writing to files, that means you don't have to add the data when the item is added the first time.
 
This library also features a rename and copy funtion for items and sections, and it has one of the most powerfull wildcard read and search functions for INI files.
Compatible with: mIRC 6.16 to 6.2
Our review:
Average:      (5/5)
Documentation:
      (5/5)
Functionality:
      (5/5)
Design:
Not rated
Average user ranking:
Average:
      (5/5)

Based on 21 vote(s).

  Comments 
14 Jun 2010 @ 07:53am
postdJabba's PrivateProfileString Library v0.99ereply reply
mark45678
Good Linux hosting option package offered by  ucvhost  which not only provides the best in terms of hosting packages but also believes in truly being there for the customer, 24x7. cheap vps  Moreover , they offer unlimited bandwidth as well as nearly 1GB storage along with database maintenance, email facility along with storage,availability of sub domain and many other important features for a very low price. hosting thanks
 
 
 
 
 

03 Apr 2005 @ 11:37pm
post1000 downloads for dJabba's PrivateProfileString Library v0.99ereply reply
dJabba
The Exterminator

Hey, i just noticed, this snippet has been leeched exactly 1000 times on this page only.... :)

Did you ever wonder what mIRC-scripting is like? well just look at my avatar to the left... :)
 
- dJabba -- Visit me at the www (www temp out of order - rebuilding engine.)
 
 

05 Mar 2005 @ 04:42pm
postdJabba's PrivateProfileString Library v0.99ereply reply
tidy_trax
Review updated - 05/03/2005

Gone
 
 

28 Feb 2005 @ 08:36am
postdJabba's PrivateProfileString Library v0.99ereply reply
dJabba
The Exterminator

already 270 people that have downloaded this snippet alone during february here on this page only, but i don't get one piece of feedback. Please tell me if it works, does it do what you want it to, any suggestions - maybe even errors.
 
Please tell me! This snippet is still in development, and i want to perfectionize it most possible before the next and final release 1.00

Did you ever wonder what mIRC-scripting is like? well just look at my avatar to the left... :)
 
- dJabba -- Visit me at the www (www temp out of order - rebuilding engine.)
 
 

16 Nov 2004 @ 12:29pm
postdJabba's Private Profile String Library v0.99creply reply
X-FILE
I agree with Lemonbutt here.

 Heavy Metal is, undeniably, the best music ever. Of all time.
 
 


 

01 Dec 2004 @ 06:56am
postRe: dJabba's Private Profile String Library v0.99c [reply to X-FILE]reply reply
dJabba
The Exterminator

btw, tnx for the apologie via pmsg, but i still don't know why you said so... still wondering... :)

Did you ever wonder what mIRC-scripting is like? well just look at my avatar to the left... :)
 
- dJabba -- Visit me at the www (www temp out of order - rebuilding engine.)
 
 


30 Dec 2004 @ 10:19pm
postcopying mirc.ini each time I start mirc [reply to dJabba]reply reply
XNetX
 am sure dJabba you work real hard on that ,THANKS :) .... but to be  honest  i do not know how to use it  or how to use the commands like cpyini ...ect am not good with scriptingor mirc remotes
You should put examples on how to use it
I made a search at goole for a script that will copy the whole mirc.ini and save it as copymirc.ini
the reason for me doing that caz sometimes my mirc lose my notify list and all the remote files
and i have to reload them again ... that is why i need to make a copy of mirc.ini to be in save side every week
but since u made the commands how can i plz save my mirc.ini each time  using ur commands
 
thanks so much looking forward for ur kind reply .... good luck and happy new year
 
 
 

 
19 Jan 2005 @ 11:34am
postRe: copying mirc.ini each time I start mirc [reply to XNetX]reply reply
dJabba
The Exterminator

XNetX said: sometimes my mirc lose my notify list and all the remote files
and i have to reload them again ... that is why i need to make a copy of mirc.ini to be in save side every week
 
 
ok, my update is delayed due to no sparetime at all currently, this will change soon so don't worry - but to your question:
 
use these commands
//echo -s Backup notify: $cpyini($mircini , notify , my backup file.ini , notify)
//echo -s Backup remotes: $cpyini($mircini, rfiles , my backup file.ini , rfiles)
 

Did you ever wonder what mIRC-scripting is like? well just look at my avatar to the left... :)
 
- dJabba -- Visit me at the www (www temp out of order - rebuilding engine.)
 
 


30 Dec 2004 @ 10:10pm
postcopy n save a file code [reply to X-FILE]reply reply
XNetX
hi can some one plz show me the codes how to copy a file and save it
thanks
 
 
 


06 Oct 2004 @ 03:35am
postdJabba's Private Profile String Library v0.99reply reply
dJabba
The Exterminator

Added 11kb of codes :D to the update, hope it runs better now. New and way better serch command is added and think all reprted errors are removed.
 
To the reviewer, it is primary thought as a wrm.dll replacement, that can do more now (wildcard and renini).
 
- hope you guys like it, took quite some time making that searh function, looks simple now, but the search function alone have been up on 3500 lines before i got the code the way it is now.
 
- dJabba

Did you ever wonder what mIRC-scripting is like? well just look at my avatar to the left... :)
 
- dJabba -- Visit me at the www (www temp out of order - rebuilding engine.)
 
 

30 Dec 2004 @ 10:14pm
postcopying mirc.ini each time start mirc [reply to dJabba]reply reply
XNetX
 
 
 am sure dJabba you work real hard on that ,THANKS :) .... but to be  honest  i do not know how to use it  or how to use the commands like cpyini ...ect am not good with scriptingor mirc remotes
You should put examples on how to use it
I made a search at goole for a script that will copy the whole mirc.ini and save it as copymirc.ini
the reason for me doing that caz sometimes my mirc lose my notify list and all the remote files
and i have to reload them again ... that is why i need to make a copy of mirc.ini to be in save side every week
but since u made the commands how can i plz save my mirc.ini each time  using ur commands
 
thanks so much looking forward for ur kind reply .... good luck and happy new year
 
 
 


You must be registered and logged in to be able to post comments.

Contacts & Credits  /  Contributers  /  Terms and Conditions  /  Our Logos  /  Statistics  /  Report Abuse  /  Our History  /  Advertise
Link to us:

Copyright © mIRC Scripting Network 1999-2010.
If you have found a bug, please send a pmsg to wiggle or tye (pmsg).
Page compiled in 0.144s.
55 visitors online (3 registered / 52 guests).
Using GZIP Compression.
You just ate 8.29 kb of our traffic.