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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.03
seconds.
Search:
Posts Made By:
EnIgMa1234
Forum:
vBulletin 3.8 Add-ons
08-09-2009, 08:05 PM
Replies:
84
Add-On Releases -
[VBC] Rap Battle System [LITE]
Views:
21,821
Posted By
EnIgMa1234
Mixup with hosting. Will be back soon.
Mixup with hosting. Will be back soon.
Forum:
vB3 Programming Discussions
08-08-2009, 03:52 PM
Replies:
3
Error: Unable to add cookies, header already sent
Views:
2,414
Posted By
EnIgMa1234
You can have any output before including...
You can have any output before including global.php.
You may also need to include the user data manager file.
Forum:
vB3 Programming Discussions
08-03-2009, 01:28 PM
Replies:
13
Define new variable for showthread.php
Views:
1,368
Posted By
EnIgMa1234
Have you tried including it in a plugin using one...
Have you tried including it in a plugin using one of the showthread hooks?
Forum:
vBulletin 3.8 Add-ons
07-27-2009, 11:09 AM
Replies:
84
Add-On Releases -
[VBC] Rap Battle System [LITE]
Views:
21,821
Posted By
EnIgMa1234
Yes :)
Yes :)
Forum:
vBulletin 3.8 Add-ons
07-20-2009, 11:43 AM
Replies:
62
Add-On Releases -
[VBC] Sig Of The Week 2.0
Views:
11,074
Posted By
EnIgMa1234
You should have a new catagory in your admincp.
You should have a new catagory in your admincp.
Forum:
vB3 General Discussions
07-14-2009, 01:02 AM
Replies:
4
Registration code required, Help Please
Views:
1,011
Posted By
EnIgMa1234
Seems this is a paid request. You can post these...
Seems this is a paid request. You can post these requests in the Request For Paid Services (https://vborg.vbsupport.ru/forumdisplay.php?f=30) forum
Forum:
Community Lounge
07-05-2009, 09:02 PM
Replies:
16
Do You Plan On Installing the vb 4.0 Beta
Views:
2,294
Posted By
EnIgMa1234
As far as I know they aren't releasing a beta to...
As far as I know they aren't releasing a beta to the general public.
Forum:
vB3 Programming Discussions
07-01-2009, 05:18 PM
Replies:
7
Checking user and pass externally.
Views:
843
Posted By
EnIgMa1234
Oh, vBulletin uses a salt value on top of...
Oh,
vBulletin uses a salt value on top of their password.
I think passwords are encrypted like this (Don't quote me on this though).
md5($password.$salt);
The salt value is stored in the...
Forum:
vB3 Programming Discussions
07-01-2009, 04:21 PM
Replies:
7
Checking user and pass externally.
Views:
843
Posted By
EnIgMa1234
You might want to remove your database info from...
You might want to remove your database info from the code :)
As for your error check this line of code.
WHERE username='$user' AND password='$hashhpass'");
$hashhpass should be $hashpass
Forum:
Community Lounge
06-30-2009, 02:42 PM
Replies:
22
FireFox 3.5
Views:
2,596
Posted By
EnIgMa1234
Wow, HTML 5 is great. Loving the new <audio> and...
Wow, HTML 5 is great. Loving the new <audio> and <video> tags.
Forum:
vB3 Programming Discussions
06-27-2009, 07:24 PM
Replies:
1
vbphrases in php?
Views:
553
Posted By
EnIgMa1234
Just use $vbphrase['phrasename']. You'll...
Just use $vbphrase['phrasename'].
You'll need to include special phrasegroups in the $phrasegroups array at the top of your script.
Forum:
vB3 General Discussions
06-27-2009, 12:12 AM
Replies:
1
Forum problem
Views:
448
Posted By
EnIgMa1234
When making catagories you need to set "Act as...
When making catagories you need to set "Act as Forum" equal to No.
Forum:
vB3 General Discussions
06-26-2009, 07:38 PM
Replies:
3
How do I accomplish Adding Spaces bewtween Catagories and Centering images in Forum?
Views:
702
Posted By
EnIgMa1234
For problem 2 try this: <if...
For problem 2 try this:
<if condition="$forumid == 35">
<span style="float: right">
<img src="http://www.spearfishingplanet.com/sfpbannerads/topicads/spucclub.jpg"width="299" height="64">...
Forum:
vB3 Programming Discussions
06-26-2009, 04:43 PM
Replies:
5
Problem with if ($_REQUEST['do'] == 'xxx'')
Views:
809
Posted By
EnIgMa1234
You probably have another print_output at the end...
You probably have another print_output at the end of the page right?
Forum:
vBulletin 3.8 Add-ons
06-23-2009, 01:46 AM
Replies:
62
Add-On Releases -
[VBC] Sig Of The Week 2.0
Views:
11,074
Posted By
EnIgMa1234
It isn't included in vbadvanced because...
It isn't included in vbadvanced because vbadvanced isn't part of the default vbulletin package. However it wouldn't be too hard adding it. It's a case of copying the plugin code from the other plugin...
Forum:
vBulletin 3.8 Add-ons
06-23-2009, 01:03 AM
Replies:
62
Add-On Releases -
[VBC] Sig Of The Week 2.0
Views:
11,074
Posted By
EnIgMa1234
That would require a plugin.
That would require a plugin.
Forum:
Modification Requests/Questions (Unpaid)
06-22-2009, 11:57 PM
Replies:
2
Making a Moderator Application!!!
Views:
652
Posted By
EnIgMa1234
Robotic Zombie Dinosaur Nazi's! On a more...
Robotic Zombie Dinosaur Nazi's!
On a more serious note, letting users choose their own questions couldnt be a bad thing :)
Forum:
vBulletin 3.8 Add-ons
06-21-2009, 02:04 AM
Replies:
62
Add-On Releases -
[VBC] Sig Of The Week 2.0
Views:
11,074
Posted By
EnIgMa1234
Just download the new files and reupload them and...
Just download the new files and reupload them and the product file.
Forum:
Modification Requests/Questions (Unpaid)
06-19-2009, 12:25 PM
Replies:
13
top 5 newest members!!
Views:
1,386
Posted By
EnIgMa1234
You do realise that this thread is almost 7 years...
You do realise that this thread is almost 7 years old right?
Forum:
vB3 General Discussions
06-14-2009, 08:35 PM
Replies:
7
Multiple Page Conditional?
Views:
685
Posted By
EnIgMa1234
Don't think that'd work. You'd need to do...
Don't think that'd work. You'd need to do something like
if (in_array(THIS_SCRIPT, array('index', 'showthread', 'forumdisplay')))
{
}
Forum:
Forum and Server Management
06-14-2009, 12:55 AM
Replies:
5
Limiting guest usage
Views:
788
Posted By
EnIgMa1234
When you perform the search above, the very first...
When you perform the search above, the very first thread is what you are looking for.
https://vborg.vbsupport.ru/showthread.php?t=201563&highlight=Limited
You need to make sure you use Titles...
Forum:
Forum and Server Management
06-14-2009, 12:35 AM
Replies:
5
Limiting guest usage
Views:
788
Posted By
EnIgMa1234
Search for "Limited" in "All Mods" with "Titles...
Search for "Limited" in "All Mods" with "Titles Only".
Forum:
Community Lounge
06-13-2009, 11:24 PM
Replies:
34
We've got Google, Yahoo, and now Bing
Views:
3,473
Posted By
EnIgMa1234
Google was registered back in the 90's when a lot...
Google was registered back in the 90's when a lot of the "good" domains were not already taken. Nowadays you'd be very lucky to own a domain like bing.com
I personally have made the switch to...
Forum:
vB3 General Discussions
06-12-2009, 08:21 PM
Replies:
5
Users cannot login with different URLS
Views:
656
Posted By
EnIgMa1234
Try this. Admincp -> vBulletin Options ->...
Try this.
Admincp -> vBulletin Options -> Cookie and HTTP Header Options -> Cookie Domain.
Change it to
.yoursite.com
Forum:
vB3 Programming Discussions
06-12-2009, 08:17 PM
Replies:
6
modified profile.php does not recognize custom $_POST['do'] == "xx"
Views:
1,141
Posted By
EnIgMa1234
Add print_r($_POST); to your file and see if...
Add
print_r($_POST);
to your file and see if your $_POST parameter is there.
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
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
11:20 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.05012 seconds
Memory Usage
2,066KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(30)
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.0236
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(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(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi