Announcement
Collapse
No announcement yet.
Search Result
Collapse
71 results in 0.0508 seconds.
Keywords
Members
Tags
-
Yeah, I know. I have an idea of how to fix it, but it'll take a bit more work. I'll see if I can have another version out by next week.
-
[RELEASE] ICQ Hack v0.02
This hack adds a "Send" link next to a users ICQ number in their profile.
Disclaimer, Installation instructions, and changes are noted in readme.txt.
...Last edited by Dennis Wrenn; Wed 12 Sep '01, 12:06pm.
-
Here's one that recently hit 20,000
http://www.vbforums.com/showthread.p...159#post466159
Leave a comment:
-
Scroll to the bottom of the forums index page and choose "Log out". Then you can register again.
Leave a comment:
-
-
You should also block /nul/nul as that is rumored to crash an unpatched win9x as well.
Leave a comment:
-
VB-World Forums is run by John...
Guess that's why it's featured
Not sure about the other ones though.
Leave a comment:
-
From my experience and knowledge, it would be just fine to password protect the admin directory using .htaccess rather than the vB authentication system.
-Dennis
Leave a comment:
-
Have you entered the correct mysql hostname, username, and password?
Leave a comment:
-
Comment out these lines (598-600) in private.php.
PHP Code:if ($savecopy) {
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid, {etc}.......);
Leave a comment:
-
-
I know you can turn the setting to reply to your own threads on, but it took me nearly 15 minutes to figure out what was going on... Anyway, here is the thread where the issue of only being able to reply...
Leave a comment:
-
But if the permission setting is where you can reply to others threads, but not start your own. You can not reply to any threads, because this checks if you can reply to your own before you can reply...
Leave a comment:
-
-
Is this a bug?
In lines 56-58 of newreply.php:
PHP Code:if (!$permissions[canview] or !$permissions[canreplyown]) {
show_nopermission();
}
Leave a comment: