PDA

View Full Version : Improved Who's Online Display


TWTCommish
05-12-2002, 10:00 PM
This hack is pretty straightforward: it provides more detail on the Who's Online? page. Here are some examples: Things like "Editing Buddy List" or "Editing Forum Options" are not accompanied by links. "Buddy List" links to the page to edit your own Buddy List, and so on with "Forum Options, "Ignore List," and a few others similar to that.

Instead of "Sending Email to Another Forum User" or "Viewing the Profile of a Forum Member," you'll be told which user it is in both cases, and their username will be a link to their profile.

Most significantly, IMO: no more vague "Sending Private Message" or "Reading Private Message" messages. Now you have the following:
-- Reading a Private Message
-- Reading a Private Message From You
-- Replying to a Private Message
-- Replying to Your Private Message
-- Sending a Private Message
-- Sending a Private Message to You

As you can see, this is much more useful, yet it still protects the basic privacy of each member. Cool, eh? :D

"Viewing the Results of a Poll" now links you to the results of that poll, and the word "Post" in "Editing Post" is a link to the post being edited.

The word "Attachment in "Viewing Attachmet in Thread Blah Blah Blah" is now a link to the specific attachment being viewed.That's it, basically. I'm using it on my site: http://www.movieforums.net/online.php

It is *HIGHLY* recommended that you use vBHacker (https://vborg.vbsupport.ru/showthread.php?threadid=36378) to install this hack, as it involves 14 code edits in one file (online.php)...automating that can save you a lot of time. :) Attached is an archive containing a vBHacker installation file, as well as a plain text instruction file. Enjoy.

ZiRu$
05-13-2002, 01:23 AM
very nice.....does it work on 2.2.4?

TWTCommish
05-13-2002, 01:25 AM
I think so. It should work on all 2.2.x versions...I don't think the online.php file has changed much over the last few versions.

TheComputerGuy
05-13-2002, 02:39 AM
Thanks for this great Hack

Velocd
05-13-2002, 04:38 AM
cool hack, although I personally I'm going to stick with my design, which is pop-up version of who's online (just goto my forums and click on who's online to see it).

good though :D

Warlord
05-13-2002, 08:10 AM
Sounds cool.. I'll install it now and get back to you.. :)

Warlord
05-13-2002, 08:56 AM
Ok, I get this error after installing it manually....

Fatal error: Call to a member function on a non-object in /home/virtual/site24/fst/var/www/html/vb/online.php on line 172

Warlord
05-13-2002, 09:01 AM
ok.. this is wierd. Now the active users page works and I didn't do anything. But it doesn't have all the features you described.... I had someone view and reply to a PM I sent him and it simply said "Reading a Private Message" amd "Using Private Messenger" or something to that effect....

DWZ
05-13-2002, 09:12 AM
Sounds like a great hack, will install once I can get vbHacker to work...

Smoothie
05-13-2002, 09:18 AM
Originally posted by Warlord
Ok, I get this error after installing it manually....

Fatal error: Call to a member function on a non-object in /home/virtual/site24/fst/var/www/html/vb/online.php on line 172 Same here.

TWTCommish
05-13-2002, 11:22 AM
Ok, you can fix the error by replacing this:

global $thread, $post, $forum, $event, $gotforum, $hideprivateforums, $bbuserinfo, $timeformat, $enableemail, $enablepms, $bbtitle, $usergroupdef, $numberguests;

with this:

global $DB_site, $thread, $post, $forum, $event, $gotforum, $hideprivateforums, $bbuserinfo, $timeformat, $enableemail, $enablepms, $bbtitle, $usergroupdef, $numberguests;

Warlord: are you sure you replaced all the bits of code?

dawl
05-13-2002, 11:25 AM
works great here ! love it :-)

ExcErr
05-13-2002, 01:41 PM
great hack, i think it's very usefull!
but, may be you can add features for Store(lesane hack)?
for example: Buying "Custom avatar" etc.......

TWTCommish
05-13-2002, 01:42 PM
I don't know enough about his hack to do that offhand...working on a few other things I should probably focus on, too. :) But I don't think adding a few things like that by hand should be too hard.

CeleronXL
05-13-2002, 05:47 PM
vBHacker couldn't find any of those parts of code to change.....

File edits
File edit number 1:
The code needed was not found in the online.php file.

File edit number 2:
The code needed was not found in the online.php file.

File edit number 3:
The code needed was not found in the online.php file.

File edit number 4:
The code needed was not found in the online.php file.

File edit number 5:
The code needed was not found in the online.php file.

File edit number 6:
The code needed was not found in the online.php file.

File edit number 7:
The code needed was not found in the online.php file.

File edit number 8:
The code needed was not found in the online.php file.

File edit number 9:
The code needed was not found in the online.php file.

File edit number 10:
The code needed was not found in the online.php file.

File edit number 11:
The code needed was not found in the online.php file.

File edit number 12:
The code needed was not found in the online.php file.

File edit number 13:
The code needed was not found in the online.php file.

File edit number 14:
The code needed was not found in the online.php file.

TWTCommish
05-13-2002, 06:19 PM
That's odd. Can you send me your online.php file?

-=dm=-
05-13-2002, 07:49 PM
Hi TWTCommish
thanx for a nice hack :)
is it possible to remove the private calender show up, on "whois online"?
cuz when our members ad some "private" events other member who are on the "whoisonline" are able to see the subject of the events:(
thanx

TWTCommish
05-13-2002, 08:30 PM
I didn't add anything to the hack to allow people to view private events, so if vB doesn't display them by default, it should be okay. :)

-=dm=-
05-13-2002, 10:54 PM
Hi
it display the subject of the private events, on whois online when user adds a private event.

TWTCommish
05-13-2002, 10:56 PM
Does vB do that standard? I think it must...because I certainly didn't add that functionality in.

-=dm=-
05-14-2002, 12:05 AM
I have never noticed it before :(
today I installed u r hack and I was longtime on the whoisonline and suddenly I saw a private event title.

Warlord
05-14-2002, 05:21 AM
Ok, I have added $DB_site to that string of code and I'm not getting any errors.. I'll have to see if the extras work as people use the different features....

For now, I'm clicking on install ;)

FleaBag
05-17-2002, 10:07 AM
Thanks for this hack Chris, installed manually in under 3 minutes on 2.2.5 and working brilliantly! :D

Boofo
05-18-2002, 09:17 PM
I get an error in online.php in line 175 (or around there) when someone is writing or sending a private message. If they read it, it seems fine. The error starts on the line that begins with:


$pm = $DB_site->query_first("SELECT fromuserid FROM privatemessag

Any ideas?

StealthAnime
05-18-2002, 09:23 PM
good hack, will install it right away :)

TWTCommish
05-19-2002, 01:19 AM
Boofo: what error do you get?

Boofo
05-19-2002, 03:36 AM
You'd have to ask me that. :) It gives me the error as I load the screen (or refresh it is how I first saw it). I call it the "white page error" where is tells me the line of code and file the error is in. The page won't re-load until they are out of it. I will try to catch it again and let you know.

Boofo
05-19-2002, 10:00 AM
TWTCommish,

I finally got the error again tonight (this early AM actually). Here it is:

Fatal error: Call to a member function on a non-object in /home/virtual/site3/fst/var/www/html/forum/online.php on line 175

It happened right after they were "Reading a private message". Actually the message was from me (isn't it supposed to say "Reading your private maeesage"?). then I got the error and the page would not load. After about 5 refreshes, it re-loaded and then I had a box pop up for a new peivate message. The line in the error is the line that I told you about in my previous post about the error. Hope this helps! :)

TWTCommish
05-19-2002, 11:20 AM
Ok, you can fix the error by replacing this:

global $thread, $post, $forum, $event, $gotforum, $hideprivateforums, $bbuserinfo, $timeformat, $enableemail, $enablepms, $bbtitle, $usergroupdef, $numberguests;

with this:

global $DB_site, $thread, $post, $forum, $event, $gotforum, $hideprivateforums, $bbuserinfo, $timeformat, $enableemail, $enablepms, $bbtitle, $usergroupdef, $numberguests;

Boofo
05-19-2002, 11:54 AM
Ok, done! Will that also fix the problem of it not showing that they are Reading My Private Message (instead of just reading a private message) or just the error part? And are you going to update the install with this or do I need to copy it down somewhere? :)

TWTCommish
05-19-2002, 11:56 AM
That should fix both parts; try it and see. :) As for the install; I'll try to get around to updating it soon. Sorry for the delays.

Boofo
05-19-2002, 11:56 AM
Oh, by the way, I'm just curious...what did that fix actually do? Does it add another query? (I LOVE learning this stuff!) :)

inetd
05-19-2002, 12:04 PM
good hack

zeedy2k
05-19-2002, 01:13 PM
Im getting this: Fatal error: Call to a member function on a non-object in /home/httpd/hostchat/html/online.php on line 123 when running the vbhacker file.

Anyone know whats up?? heres whats on that line:
$user = $DB_site->query_first("SELECT username FROM user WHERE userid = ".intval($userid[1]));

zeedy2k
05-19-2002, 01:16 PM
fixed thanks to https://vborg.vbsupport.ru/showthread.php?postid=252446#post252446

Althought whats this?

Unknown Location: /updateindex.php?&fid=6&val=1

Boofo
05-19-2002, 01:35 PM
It is still reading "Reading Private Message" instead of "Reading Boofo's Private Message" (or however it is supposed to read. :)

TWTCommish
05-19-2002, 01:36 PM
Hmm. Odd. I'll register at your board later today and see if I can figure things out. :)

Boofo
05-19-2002, 01:40 PM
The error is gone from what I can tell, though. :)

Ian
05-19-2002, 06:00 PM
For the people that installed this hack right when it came out, do we need to change or update anything if it seems to be working fine?

TWTCommish
05-19-2002, 06:02 PM
If it's working fine, then no, I guess you won't need to change anything. I think the only way it could work in spite of that bug, however, is if you've installed another hack within that file that made a similar change.

FleaBag
05-19-2002, 10:28 PM
I just realised I was having exactly the same problem as Boofo. Though I couldn't find the line of code to fix mentioned... mine was the same but with " $onlineloc; " at the end? So I just added your fix and left $onlineloc; at the end.

Boofo
05-20-2002, 12:08 AM
Mine had that on the end, too, probably from another hack. I also left it in. :)

FWC
05-20-2002, 07:06 AM
Originally posted by TWTCommish
It is *HIGHLY* recommended that you use vBHacker (https://vborg.vbsupport.ru/showthread.php?threadid=36378) to install this hack, as it involves 14 code edits in one file (online.php)...automating that can save you a lot of time.I went the manual route. I already have so many hacks on WOL I wanted to see what I was changing. As a side benefit I didn't need to do the mod to the global list because it was already there. :cool:

Boofo
05-20-2002, 07:13 AM
TWTCommish,

Did you get a chance to check out the board yet? It still seems to be saying the reading private message thing I wrote about a few posts up. And it did the error on not loading the page again on a refresh, but I didn't catch where it happened at this time, sorry. I'll keep an eye on it and see if I can catch it again. Let me know when you have checked it out. Thanks!

Jeremy W.
05-23-2002, 05:25 PM
Well done Chris, I love it :D

Kars10
06-06-2002, 01:57 PM
hello Guys!!
Ive installed the hack, and all seems to be perfect.
But If someone views the User cp of some other user, and i will klick on the user link in whos online, í get the message "sorry but this user is not registered.
All other links are allright. What can the problem be??
I hope that you understand my bad english. :nervous:

TWTCommish
06-06-2002, 02:01 PM
I'm afraid I don't understand. The link titled "User CP" should lead to YOUR User CP...which means you need to be logged in to access it. :)

Kars10
06-06-2002, 02:07 PM
Hello Chris, can i send you my code??
Than you can take a look ....
Please

TWTCommish
06-06-2002, 02:16 PM
Surely. :) PM or email it over.

Kars10
06-06-2002, 02:23 PM
hello Chris, you got Post.
I´ll send it to privacy@...

Thank you very much.

TWTCommish
06-06-2002, 02:35 PM
I'm looking at the code now...what did you say the problem was? Which link is giving you trouble?

Kars10
06-06-2002, 02:40 PM
...$userinfo[where] = "Schaut sich das Profil an von <a href=\"member.php?s=$session[sessionhash]&action=getinfo&userid=$user[userid]\">$user[username]</a>";


and here is the problem. It looks like: schaut sich das profil an von >>mr.x<<. If i click on mr.x ill get a message that this user are not registered.

TWTCommish
06-06-2002, 03:01 PM
I'm not sure what's wrong, but to make sure the link works, replace this:

if ($user[username]) {
with this:

if (intval($user[userid])) {

Kars10
06-06-2002, 03:08 PM
Thank you Chris. I will try it. :D

FleaBag
06-19-2002, 10:27 PM
Running well on 2.2.6 apart from 1 issue with the profile userid, it doesn't put the number of the member in the hyperlink.

TWTCommish
06-20-2002, 12:21 AM
Replace this...
$user = $DB_site->query_first("SELECT username FROM user WHERE userid = ".intval($userid[1]));
...with this...
$user = $DB_site->query_first("SELECT userid, username FROM user WHERE userid = ".intval($userid[1]));

FleaBag
06-20-2002, 05:31 AM
Thanks Chris. Nobody viewing profiles for me to check at the moment, but I'm sure it works! :)

FleaBag
06-20-2002, 09:53 AM
It doesn't say the name of the person who's profile they are viewing at all now... I'm gonna check my online.php just to be sure everything is as it should be.

FleaBag
06-20-2002, 09:59 AM
Right everything is as it should be, all the file edits are done. Did you deliberately remove that feature Chris? If so wouldn't it be better to have the member name without the link, if it isn't easy to do? I have no idea what I'm talking about by the way. :)

TWTCommish
06-20-2002, 12:44 PM
The whole block of code should look like this:

case 'getinfo':
$userid = explode('userid=', $userinfo[location]);
$user = $DB_site->query_first("SELECT username FROM user WHERE userid = ".intval($userid[1]));

if ($user[username] && $user[userid]) {
$userinfo[where] = "Viewing Profile of <a href=\"member.php?s=$session[sessionhash]&action=getinfo&userid=$user[userid]\">$user[username]</a>";
} else {
$userinfo[where] = "Viewing Profile of a Forum Member";
}

break;
Anyway, you can always test it without anyone else: just view a profile, and make the next page you go to be the Who's Online page. That's how I tested it. :)

FleaBag
06-20-2002, 12:46 PM
That test usually works for me, but it doesn't seem to work with profiles. Anyway, it seems to suddenly have started working properly now. So thanks yet again! :)

xug
06-20-2002, 08:24 PM
TWTCommish, could you look to this thread :

https://vborg.vbsupport.ru/showthread.php?postid=263760#post263760

I have installed that hack and it screws up online.php a little!

Could you look into this and create a solution so other and I know where the user is instead of showing the sig.php info!!

Thank you for your time!

Mystislav
07-20-2002, 10:54 AM
Yo guys I'm getting some gay ass error:

Parse error: parse error, unexpected T_CASE in /home/sjmadho/public_html/board/online.php on line 188

veedee
07-20-2002, 09:30 PM
Does this work for every user or can you set this new online.php page to show the extra info *only* for admins?

Cheers,

Mystislav
08-04-2002, 08:40 PM
Can anyone help???????

Boofo
08-04-2002, 08:42 PM
Can you post just the error line with the 5 lines above it and the 5 below it so we can see what the problem might be?

Originally posted by Mystislav
Can anyone help???????

TWTCommish
08-04-2002, 08:43 PM
PM me your online.php file as an attachment and I'll have a look.

GunsNetwork
08-07-2002, 01:51 AM
I have a very large online crowd and all I get is a blank screen

I am trying to use this great hack. I have a who is online for all the members to see, but I am trying to get this one to work just for my Admin's so we can see the guests and where they are mostly.

I would appreciate some help, please. I have the files needed for someone to look at.

I am confused with this one, I thought it would be an easy one.

Confused???

BowHunt

TWTCommish
08-07-2002, 01:53 AM
I'm sorry, could you describe your problem a little more? What seems to be wrong?

GunsNetwork
08-07-2002, 02:33 AM
This is my site is http://www.gunsnet.net

When you go there you will see the who is online on the main index and on each forum.

Here is what I am trying to do, I want a separte WOL for Admin's and Mod's to track the guest's and members so you know what forum they are in without having to go to each forum to find them.

here is my online.php as you will see a blank screen.
http://www.gunsnet.net/forums/online.php


I would appreciate some help on this.

Tigga
09-06-2002, 10:25 PM
I've got it working on 2.2.7 for the most part. The only problem is whenever it shows "Viewing Profile of xxx", it doesn't properly link to the user's profile. It just links to /forum/member.php?s=&action=getinfo&userid=. Anyone else having this problem or know how to fix it?

Bison
09-20-2002, 06:36 AM
Works OK now ... (Click Install) :D

Change the $user variable to this dude....

$user = $DB_site->query_first("SELECT userid, username FROM user WHERE userid = ".intval($userid[1]));


That was my problem too, but it works now! ;)

Learner29
09-24-2002, 03:51 AM
looks interesting.....

Kohhal
10-17-2002, 01:12 PM
Great hack Chris, exactly what I was looking for :D

I have one related problem maybe you can help me with, as detailed in this thread (https://vborg.vbsupport.ru/showthread.php?s=&threadid=44640).

Thanks,

G!

FleaBag
10-29-2002, 07:21 PM
Installed on 2.2.8 in about 4 seconds! :D

GunsNetwork
10-29-2002, 08:17 PM
Chris I get this message after redoing my online.php file.

Parse error: parse error, unexpected T_CASE in C:\Web\WebSites\GunsNet\Forums\online.php on line 135

I will send you my online php file

BowHunt

Natch
01-14-2003, 04:01 PM
Has anyone else noticed that upgrading to 2.2.9 breaks the Who's Online for Viewing (this members) Profile ?

EDIT: // as in it was working fine afaik before the upgrade but now I seem to have the following error whenever I try to view a Profile and then look @ Who's Online ...

Fatal error: Call to a member function on a non-object in /my/home/directory/forums/online.php on line 122

Line 122 is from this hack and comprises case 'getinfo':
$userid = explode('userid=', $userinfo[location]);
/*122 */ $user = $DB_site->query_first("SELECT userid, username FROM user WHERE userid = ".intval($userid[1]));

if ($user[username] && $user[userid]) {
$userinfo[where] = "Viewing Profile of <a href=\"member.php?s=$session[sessionhash]&action=getinfo&userid=$user[userid]\">$user[username]</a>";
} else {
$userinfo[where] = "Viewing Profile of a Forum Member";
}

break;

Any ideas what's wrong ?

//EDIT: Apart from me not reading thru the thread properly LOL :( Sorry!

Great hack and thanks :D :D

Slynderdale
01-17-2003, 02:53 PM
Some bug fixes:

find:

function show($userinfo) {
global $thread, $post, $forum, $event, $gotforum, $hideprivateforums, $bbuserinfo, $timeformat, $displayemails, $enablepms, $bbtitle, $usergroupdef, $numberguests;


If it doesnt have $DB_site in global then add it such as:

function show($userinfo) {
global $thread, $post, $forum, $event, $gotforum, $hideprivateforums, $bbuserinfo, $timeformat, $displayemails, $enablepms, $bbtitle, $usergroupdef, $numberguests,$DB_site;


then find:

case 'mail':
$user = explode('userid=', $userinfo[location]);
if (intval($user[1])) {
$user = $DB_site->query_first("SELECT username FROM user WHERE userid = ".intval($user[1]));


and change it to:

case 'mail':
$user = explode('userid=', $userinfo[location]);
if (intval($user[1])) {
$user = $DB_site->query_first("SELECT username,userid FROM user WHERE userid = ".intval($user[1]));


now find:

case 'getinfo':
$userid = explode('userid=', $userinfo[location]);
$user = $DB_site->query_first("SELECT username FROM user WHERE userid = ".intval($userid[1]));


and change it to:

case 'getinfo':
$userid = explode('userid=', $userinfo[location]);
$user = $DB_site->query_first("SELECT username,userid FROM user WHERE userid = ".intval($userid[1]));



Now every thing should work correctly.
Im also using vbulletin 2.2.9

Boofo
01-17-2003, 03:17 PM
Does it make a difference what order the username and userid is on on the query statement? I have the following query in my online.php:

$user = $DB_site->query_first("SELECT userid, username FROM user WHERE userid = ".intval($userid[1]));

Slynderdale
01-17-2003, 04:59 PM
Originally posted by Boofo
Does it make a difference what order the username and userid is on on the query statement? I have the following query in my online.php:

$user = $DB_site->query_first("SELECT userid, username FROM user WHERE userid = ".intval($userid[1]));

no it doesnt make a difference, i installed this hack on a vbulletin 2.2.9 and when i went to whos online i got quite a bit of errors that as i read through the thread, many others had encountered so i posted the changes i made to fix the errors i was getting.

Boofo
01-17-2003, 05:42 PM
Yeah, I found out about the missing $DB_site in global totally by accident when I suddenly got a fatal error one time. I had been using the hack with no problems for about 2 months then all of a sudden, I got the error. There were two of us that were in the 2 spots to trigger it only that one time. It had never happened up until then. :)

Herman
01-29-2003, 05:38 AM
I had the same problem as that other guy.

File edit number 1:
The code needed was not found in the online.php file.
File edit number 2:
The code needed was not found in the online.php file.
File edit number 3:
The code needed was not found in the online.php file.
File edit number 4:
The code needed was not found in the online.php file.
File edit number 5:
The code needed was not found in the online.php file.
File edit number 6:
The code needed was not found in the online.php file.
File edit number 7:
The code needed was not found in the online.php file.

File edit number 8:
The code needed was not found in the online.php file.

File edit number 9:
The code needed was not found in the online.php file.

File edit number 10:
The code needed was not found in the online.php file.

File edit number 11:
The code needed was not found in the online.php file.

File edit number 12:
The code needed was not found in the online.php file.

File edit number 13:
The code needed was not found in the online.php file.

File edit number 14:
The code needed was not found in the online.php file.

cirisme
03-14-2003, 10:55 PM
I love this hack. :)

Elentari
03-25-2003, 02:24 PM
Works like a dream with Slynderdales fixes :D Thanks!!

FleaBag
03-31-2003, 11:20 PM
I was getting the same problem with viewing a profile and then the online.php file. I'll apply the fixes right away - thanks!

Alien
05-04-2003, 06:42 PM
This working with 2.3.0 (with fixes) now too?

-Jason

Intex
06-21-2003, 04:37 PM
Installed and works without any problems. Thx for the hack.

/me clicks install.

kirupa
07-27-2003, 11:40 AM
Thanks! This hack is really great. After incorporating all the fixes that members posted, the Who's Online feature works like a charm :)

desmondw
07-29-2003, 04:49 PM
Does this work for 2.3.0 ? Looks to be an awesome hack!

Kriek
07-30-2003, 03:59 AM
Flawless via 2.3.0

/me clicks install

Oblivion Knight
08-18-2003, 12:55 PM
This doesn't appear to be working correctly with 2.3.2.. :(
Even after applying the fixes by Slynderdale; Viewing profiles, pm's and such returns "Viewing Profile of a Forum Member" instead of stating who's profile a person is viewing..

aquariumpros
09-30-2003, 05:55 PM
Some bug fixes:

find:

function show($userinfo) {
global $thread, $post, $forum, $event, $gotforum, $hideprivateforums, $bbuserinfo, $timeformat, $displayemails, $enablepms, $bbtitle, $usergroupdef, $numberguests;


If it doesnt have $DB_site in global then add it such as:

function show($userinfo) {
global $thread, $post, $forum, $event, $gotforum, $hideprivateforums, $bbuserinfo, $timeformat, $displayemails, $enablepms, $bbtitle, $usergroupdef, $numberguests,$DB_site;


then find:

case 'mail':
$user = explode('userid=', $userinfo[location]);
if (intval($user[1])) {
$user = $DB_site->query_first("SELECT username FROM user WHERE userid = ".intval($user[1]));


and change it to:

case 'mail':
$user = explode('userid=', $userinfo[location]);
if (intval($user[1])) {
$user = $DB_site->query_first("SELECT username,userid FROM user WHERE userid = ".intval($user[1]));


now find:

case 'getinfo':
$userid = explode('userid=', $userinfo[location]);
$user = $DB_site->query_first("SELECT username FROM user WHERE userid = ".intval($userid[1]));


and change it to:

case 'getinfo':
$userid = explode('userid=', $userinfo[location]);
$user = $DB_site->query_first("SELECT username,userid FROM user WHERE userid = ".intval($userid[1]));



Now every thing should work correctly.
Im also using vbulletin 2.2.9
Great hack...

Thanks to TWTCommish for this - and to Slynderdale for the version 2.2.9 fix!!

:)

walkingthepath
12-01-2003, 02:40 PM
TWTCommish: Have you updated the original attachment with all the bug fixes, or do I need to DL the original, and modify to fix all the bugs?? THX...

NeveAddict
01-25-2004, 09:14 PM
Working great with VB 2.3.2
Thnx!

*clicks install*