The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 5
1
2
3
>
Last
»
Showing results 1 to 25 of 123
Search took
0.00
seconds.
Search:
Posts Made By:
MUG
Forum:
vBulletin Pre-Sales Questions
09-09-2003, 06:52 PM
Replies:
4
Help!
Views:
1,223
Posted By
MUG
Your customer number and password is in the email...
Your customer number and password is in the email you received when purchasing vBulletin.
Forum:
Community Lounge
08-23-2003, 05:15 PM
Replies:
35
vB3Dev.com
Views:
4,291
Posted By
MUG
vB3Dev is censored! :D ++++++ lol
vB3Dev is censored! :D
++++++
lol
Forum:
vBulletin 2.x Beta Releases
08-12-2003, 12:56 PM
Replies:
8
Email Obfuscation Hack
Views:
3,434
Posted By
MUG
New version released that allows you to use...
New version released that allows you to use bbcode within tags.
Forum:
vBulletin 2.x Beta Releases
07-30-2003, 09:38 PM
Replies:
41
robots.txt Manager
Views:
8,850
Posted By
MUG
Did you change $vB_Config_Path to the correct...
Did you change $vB_Config_Path to the correct path?
Forum:
vB3 General Discussions
07-26-2003, 10:54 PM
Replies:
48
Customer Number/Password
Views:
8,744
Posted By
MUG
Aw :rambo: I'm just good at memorizing...
Aw :rambo:
I'm just good at memorizing numbers. :D
Forum:
vB3 General Discussions
07-05-2003, 11:08 PM
Replies:
3
Something is killing my server
Views:
1,031
Posted By
MUG
The hack that shows the number of posts & threads...
The hack that shows the number of posts & threads since your last visit is causing problems.
--------------------------------------------------------------------------------
Query: SELECT...
Forum:
vB3 Programming Discussions
06-30-2003, 03:27 PM
Replies:
17
PHP5.0.0 Beta 1 and vBulletin
Views:
2,486
Posted By
MUG
No problems yet :) The install went...
No problems yet :)
The install went smoothly, and everything seems to work fine so far, but I haven't logged into the Admin CP yet :p
Forum:
vB3 Programming Discussions
06-30-2003, 03:08 PM
Replies:
17
PHP5.0.0 Beta 1 and vBulletin
Views:
2,486
Posted By
MUG
I'm going to test it now :) (Apache/2.0.46, PHP...
I'm going to test it now :)
(Apache/2.0.46, PHP 5.0.0 Beta 1, vB 3.0.0 Beta 4)
Forum:
vB3 General Discussions
06-28-2003, 12:36 PM
Replies:
15
Im not sure how to do this...
Views:
2,346
Posted By
MUG
This will show the page to members and forward...
This will show the page to members and forward guests to /some-page-for-guests.php (you can change to whatever you want)
Forum:
vB3 General Discussions
06-28-2003, 11:52 AM
Replies:
15
Im not sure how to do this...
Views:
2,346
Posted By
MUG
So, you want only members to be allowed in a...
So, you want only members to be allowed in a certain page?
<?php
$dir = getcwd();
chdir('./forums'); // replace with your forums directory
require('./global.php');
chdir($dir);
...
Forum:
vB3 General Discussions
06-28-2003, 10:41 AM
Replies:
15
Im not sure how to do this...
Views:
2,346
Posted By
MUG
No, you need the chdir because global.php uses...
No, you need the chdir because global.php uses relative paths to include all the other important files (DB_mysql.php, config.php, functions.php)
Forum:
Community Lounge
06-27-2003, 12:50 AM
Replies:
4
vB3 reduces load on servers...
Views:
1,268
Posted By
MUG
I'm seeing double :confused: lol ;)
I'm seeing double :confused: lol ;)
Forum:
vBulletin.org Site Feedback
06-26-2003, 07:36 PM
Replies:
5
[KNOWN BUG] Total Thread Views: Array
Views:
1,080
Posted By
MUG
[KNOWN BUG] Total Thread Views: Array
On the vB.org forumhome, I see this: ;)
Total Threads: 25,877 | Total Posts: 243,282 | Total Thread Views: Array
Using the Stylish Green style.
Forum:
Member Archives
06-26-2003, 12:19 PM
Replies:
12
disallow space in username?
Views:
1,353
Posted By
MUG
In register.php, find: $username =...
In register.php, find:
$username = trim($username);
Under it, add:
$username = str_replace(' ', '_', $username);
if(!preg_match('#^([A-Za-z0-9\_]+)$#', $username)) {
...
Forum:
vB3 Programming Discussions
06-25-2003, 09:39 PM
Replies:
10
Checking an include?
Views:
1,102
Posted By
MUG
That only works on 4.3.0 and above, where you can...
That only works on 4.3.0 and above, where you can usually assume that the GD version is 2.0 :p
Forum:
Community Lounge
06-25-2003, 09:39 PM
Replies:
3
Question again
Views:
1,018
Posted By
MUG
Not yet.
Not yet.
Forum:
vB3 General Discussions
06-21-2003, 09:55 AM
Replies:
4
Alternative Database Error Screen
Views:
994
Posted By
MUG
I don't know why you'd want to do this ;) but you...
I don't know why you'd want to do this ;) but you can. It's in admin/db_mysql.php, around line 237.
Forum:
Community Lounge
06-19-2003, 10:14 PM
Replies:
36
I am now perpetually polite...
Views:
3,633
Posted By
MUG
Suspend his signature filburt :eek:
Suspend his signature filburt :eek:
Forum:
Community Lounge
06-19-2003, 08:52 PM
Replies:
36
I am now perpetually polite...
Views:
3,633
Posted By
MUG
"up to 90 chars per line" ;)
"up to 90 chars per line" ;)
Forum:
vB3 Programming Discussions
06-19-2003, 08:51 PM
Replies:
3
How do I upgrade PHP?
Views:
1,050
Posted By
MUG
Not everybody is using CPanel. :rolleyes:
Not everybody is using CPanel. :rolleyes:
Forum:
vB3 Programming Discussions
06-19-2003, 07:43 PM
Replies:
3
How do I upgrade PHP?
Views:
1,050
Posted By
MUG
Are you using RPMs or did you compile it yourself?
Are you using RPMs or did you compile it yourself?
Forum:
vBulletin 2.x Beta Releases
06-18-2003, 10:32 PM
Replies:
8
Email Obfuscation Hack
Views:
3,434
Posted By
MUG
It should :)
It should :)
Forum:
vB3 General Discussions
06-18-2003, 08:21 PM
Replies:
11
Getting the webmaster's email from a code hack
Views:
1,512
Posted By
MUG
https://vborg.vbsupport.ru/showthread.php?s=&threa...
https://vborg.vbsupport.ru/showthread.php?s=&threadid=54495 ;)
Forum:
vBulletin 2.x Beta Releases
06-18-2003, 06:55 PM
Replies:
8
Email Obfuscation Hack
Views:
3,434
Posted By
MUG
obfuscate - To make so confused or opaque as to...
obfuscate - To make so confused or opaque as to be difficult to perceive or understand
Basically, it encodes the email addresses so spam bots can't steal them ;)
Forum:
vB3 General Discussions
06-18-2003, 04:58 PM
Replies:
11
Getting the webmaster's email from a code hack
Views:
1,512
Posted By
MUG
Wrote it again :confused: // $Id:...
Wrote it again :confused:
// $Id: obfuscate_emails.php,v 1.4 2003/06/18 17:59:08 alex Exp $
function make_mail_link($title, $address) {
$address = strval($address);
$len = strlen($address);...
Showing results 1 to 25 of 123
Page 1 of 5
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
06:27 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.01942 seconds
Memory Usage
2,032KB
Queries Executed
10
(?)
More Information
Template Usage:
(1)
ad_footer_end
(1)
ad_footer_start
(1)
ad_header_end
(1)
ad_header_logo
(1)
ad_navbar_below
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
pagenav
(1)
pagenav_curpage
(2)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(33)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.php
./
global.php
./includes/
init.php
./includes/
class_core.php
./includes/
config.php
./includes/
functions.php
./includes/
class_hook.php
./includes/
modsystem_functions.php
./includes/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0024
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi