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...
Showing results 1 to 21 of 21
Search took
0.00
seconds.
Search:
Posts Made By:
warpeditor
Forum:
Modification Graveyard
09-30-2006, 02:24 PM
Replies:
77
Board Optimization -
vCharset Converter 1.0.0 BETA 2
Views:
20,927
Posted By
warpeditor
any news? (aka. bump)
any news? (aka. bump)
Forum:
Modification Graveyard
09-06-2006, 09:37 AM
Replies:
77
Board Optimization -
vCharset Converter 1.0.0 BETA 2
Views:
20,927
Posted By
warpeditor
please please please!
please please please!
Forum:
Modification Graveyard
09-04-2006, 06:14 AM
Replies:
77
Board Optimization -
vCharset Converter 1.0.0 BETA 2
Views:
20,927
Posted By
warpeditor
Any update news for 3.6 version?
Any update news for 3.6 version?
Forum:
Modification Requests/Questions (Unpaid)
03-14-2005, 04:25 PM
Replies:
20
Style Permissions
Views:
2,161
Posted By
warpeditor
I no longer getting parse error but it doesn't...
I no longer getting parse error but it doesn't change style ID 29. Moderators (ID number 7) only sees default style. After this even administrators can't see style ID 29.
Many thanks anyway...
Forum:
Modification Requests/Questions (Unpaid)
03-09-2005, 12:52 PM
Replies:
20
Style Permissions
Views:
2,161
Posted By
warpeditor
$userselect = false; // is style in the...
$userselect = false;
// is style in the forum/thread set?
if ($codestyleid)
{
// style specified by forum
$styleid = $codestyleid;
$userselect = true;
}
else if ($bbuserinfo['styleid'] >...
Forum:
Modification Requests/Questions (Unpaid)
03-07-2005, 10:10 AM
Replies:
20
Style Permissions
Views:
2,161
Posted By
warpeditor
if ($bbuserinfo['styleid'] == 23 AND...
if ($bbuserinfo['styleid'] == 23 AND $bbuserinfo['usergroupid'] != 7)
{ ----- this one is line 266
$styleid = $vboptions['styleid'];
}
else
{
// style specified in user profile
$styleid...
Forum:
Modification Requests/Questions (Unpaid)
03-06-2005, 01:19 PM
Replies:
20
Style Permissions
Views:
2,161
Posted By
warpeditor
if ($bbuserinfo['styleid'] == 23 AND...
if ($bbuserinfo['styleid'] == 23 AND $bbuserinfo['usergroupid'] != 7)
{
$styleid = $vboptions['styleid'];
}
else
{
// style specified in user profile
$styleid = $bbuserinfo['styleid']; ...
Forum:
Modification Requests/Questions (Unpaid)
03-06-2005, 09:19 AM
Replies:
20
Style Permissions
Views:
2,161
Posted By
warpeditor
Well, of course I did. But I still got an error....
Well, of course I did. But I still got an error. Thanks anyway.
Forum:
Modification Requests/Questions (Unpaid)
03-05-2005, 02:33 PM
Replies:
3
request style set per usergroup
Views:
1,083
Posted By
warpeditor
Did you find any solution for this? Thanks in...
Did you find any solution for this? Thanks in advance.
Forum:
Modification Requests/Questions (Unpaid)
03-05-2005, 02:00 PM
Replies:
20
Style Permissions
Views:
2,161
Posted By
warpeditor
I got a parse error with this code. All I want to...
I got a parse error with this code. All I want to do is give moderators 1 more style to choose. Any ideas?
Forum:
Modification Requests/Questions (Unpaid)
10-10-2004, 07:11 AM
Replies:
1
Style set only for Moderator/admin
Views:
850
Posted By
warpeditor
Style set only for Moderator/admin
I have 3 styles on my forum but I'd like to add 1 more style only for mod/admins. Is this possible?
Forum:
Modification Requests/Questions (Unpaid)
07-15-2004, 06:56 AM
Replies:
2
Make vB3 look like vB2
Views:
813
Posted By
warpeditor
Make vB3 look like vB2
Hi,
I searched the forum but couldn't find one. Is there any hack make vb3 look like vb2? My forum users says vb3 style is bit confusing.
Thanks in advance.
Forum:
vBulletin 2.x Beta Releases
02-04-2004, 08:24 AM
Replies:
61
Secretly ban a user
Views:
16,215
Posted By
warpeditor
2.3.4 I am still getting parse error on...
2.3.4
I am still getting parse error on newreply.php.
Even I copied Chen's solution but no luck.
Anybody?
Forum:
Modification Requests/Questions (Unpaid)
06-08-2003, 03:03 PM
Replies:
4
Deleting thread when there's reply
Views:
905
Posted By
warpeditor
Thanks for your interest, Metro! Since I...
Thanks for your interest, Metro!
Since I don't know php enough to do hack, I will just wait for you to come up with something then. Thanks again.
Forum:
Modification Requests/Questions (Unpaid)
06-07-2003, 01:53 AM
Replies:
4
Deleting thread when there's reply
Views:
905
Posted By
warpeditor
Thanks for reply. One of our registered...
Thanks for reply.
One of our registered member deleted all the thread he created because he got upset with others reply/comments about his post. There even was some thread with 200+ replies but...
Forum:
Modification Requests/Questions (Unpaid)
06-06-2003, 05:38 PM
Replies:
4
Deleting thread when there's reply
Views:
905
Posted By
warpeditor
Deleting thread when there's reply
Hi,
Right now, our registered members can delete their own post and thread they started. However, is it possible to make registered members CAN delete post but CANNOT delete thread when there's...
Forum:
vBulletin 2.x Full Releases
03-10-2003, 12:52 PM
Replies:
28
Auto resizing of avatars
Views:
6,463
Posted By
warpeditor
It doesn't work with 2.3.0, does it? I got parse...
It doesn't work with 2.3.0, does it? I got parse error.
Parse error: parse error, unexpected '}' in /home/somewhere/public_html/vb/admin/functions.php on line 1829
Imagemagick installed, safe...
Forum:
Modification Requests/Questions (Unpaid)
01-06-2003, 12:31 PM
Replies:
4
Wildcard (*) in every searches
Views:
1,450
Posted By
warpeditor
Thanks for reply. I'll give it a try...
Thanks for reply.
I'll give it a try tonight.
Thanks again.
Forum:
Modification Requests/Questions (Unpaid)
01-05-2003, 07:26 AM
Replies:
4
Wildcard (*) in every searches
Views:
1,450
Posted By
warpeditor
Wildcard (*) in every searches
Hi, all
Since my forum is for Thai people we have to use wildcard (*) for better search result because we are using two byte fonts. However, most of the members always forget to include wildcard...
Forum:
vBulletin 2.x Full Releases
07-09-2002, 08:23 AM
Replies:
398
Stars v0.2.3
Views:
77,909
Posted By
warpeditor
I have installed this hack and changed 2 files as...
I have installed this hack and changed 2 files as Bro_Joey_Gowdy wrote.
Stars showed up and everything works fine except newreply.php. When i click the reply button, it says
What is this...
Forum:
vBulletin 2.x Full Releases
12-04-2001, 04:21 AM
Replies:
398
Stars v0.2.3
Views:
77,909
Posted By
warpeditor
Same problem here. How did you fix this one?
Same problem here. How did you fix this one?
Showing results 1 to 21 of 21
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
02:07 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.01824 seconds
Memory Usage
1,994KB
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)
post_thanks_navbar_search
(1)
search_results
(21)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(39)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0007
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
FULLTEXT Search
php_sapi_name(): fpm-fcgi