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 2
1
2
>
Showing results 1 to 25 of 46
Search took
0.00
seconds.
Search:
Posts Made By:
Darnell 0216
Forum:
vBadvanced CMPS
01-05-2005, 03:31 AM
Replies:
487
vBadvanced CMPS - Old Support Thread
Views:
29,515
Posted By
Darnell 0216
Find: <if condition="$show['member']"> <td...
Find: <if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
</if>
Add Before: <if condition="THIS_SCRIPT ==...
Forum:
vBulletin 3.0 Full Releases
04-30-2004, 11:33 PM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,011
Posted By
Darnell 0216
You should have a small navigation box at the...
You should have a small navigation box at the bottom right corner of the games list. To change the amount of games shown, find in arcade.php (around line 341):$perpage = 10;
Change 10 to a large...
Forum:
vBulletin 3.0 Full Releases
04-28-2004, 09:15 PM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,011
Posted By
Darnell 0216
Every second the chopper is in the air, you gain...
Every second the chopper is in the air, you gain roughly 30 points. Someone who can dodge sticks for a minute will have 1800 points give or take a few. Basically your champ was at it for around 2...
Forum:
vBulletin 3.0 Full Releases
04-18-2004, 10:55 PM
Replies:
1,224
vBadvanced Homepage
Views:
184,958
Posted By
Darnell 0216
If you follow the instructions posted on...
If you follow the instructions posted on http://www.v3arcade.com/, the arcade news will work correctly. Make sure that if you've changed to a different custom block, you change the directions...
Forum:
vBulletin 3.0 Full Releases
04-18-2004, 10:44 PM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,011
Posted By
Darnell 0216
Find in arcade.php // Selects all games from the...
Find in arcade.php // Selects all games from the database
$result_allgames = $DB_site->query("
SELECT * FROM " . TABLE_PREFIX . "games $searchclause ORDER BY gameid DESC
");
Change ORDER BY...
Forum:
vBulletin 3.0 Full Releases
04-14-2004, 09:34 PM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,011
Posted By
Darnell 0216
Upload the files as directed. A Zip usually...
Upload the files as directed. A Zip usually contains 4 files
thegame.php -> admincp folder
game1.gif -> images/arcade folder
game2.gif -> images/arcade folder
game.swf -> games folder
After...
Forum:
vBulletin 3.0 Full Releases
04-14-2004, 08:52 PM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,011
Posted By
Darnell 0216
The installer is only made to put the templates...
The installer is only made to put the templates into the forum's current Default Style. To import the templates into each style, Simply change the default style settings in AdminCP -> vBulletin...
Forum:
vBulletin 3.0 Full Releases
04-13-2004, 03:04 AM
Replies:
85
vB3 Arcade - Allow Users to Change Game Size
Views:
21,820
Posted By
Darnell 0216
Easily installed and very much needed. Thanx...
Easily installed and very much needed. Thanx Tigga!
Forum:
vBulletin 3.0 Full Releases
04-13-2004, 12:31 AM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,011
Posted By
Darnell 0216
Try capitalizing ASC. SQL commands are case...
Try capitalizing ASC. SQL commands are case sensitive in some usages.
ORDER BY title ASC
Forum:
vBulletin 3.0 Full Releases
04-13-2004, 12:07 AM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,011
Posted By
Darnell 0216
If you've made any custom usergroups, they will...
If you've made any custom usergroups, they will be denied access by default. Only the original usergroup numbers are given default access as was the case with my forum. Check your usergroup...
Forum:
vBulletin 3.0 Full Releases
04-13-2004, 12:03 AM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,011
Posted By
Darnell 0216
I installed v3 Arcade and 18 games without a...
I installed v3 Arcade and 18 games without a hitch. Very well done I must say :) I love the simplicity behind installing games. No complicated codes and database management necessary.
Forum:
vBulletin 3.0 Full Releases
01-23-2004, 08:19 PM
Replies:
1,224
vBadvanced Homepage
Views:
184,958
Posted By
Darnell 0216
As someone mentioned either here or on vb.com,...
As someone mentioned either here or on vb.com, even though settings are automatically inputted, they don't always stick. In this case it is necessary to "Save" the instruction anyway even when it...
Forum:
vBulletin 3.0 Full Releases
01-21-2004, 04:51 AM
Replies:
1,224
vBadvanced Homepage
Views:
184,958
Posted By
Darnell 0216
Comparing your code to the original, the only...
Comparing your code to the original, the only difference I can really see is that you've got your script reference inside the form instead of just before it. Try putting it outside the form on the...
Forum:
vBulletin 3.0 Full Releases
01-20-2004, 10:00 PM
Replies:
1,224
vBadvanced Homepage
Views:
184,958
Posted By
Darnell 0216
I got the portal installed pretty much without a...
I got the portal installed pretty much without a hitch and it's great. I just had to change the paths for the gradients in my styles and copy clear.gif into the root directory. Though I figured that...
Forum:
vBulletin 3.0 Full Releases
01-14-2004, 01:46 AM
Replies:
195
Disallow guests to view threads, must register first
Views:
46,338
Posted By
Darnell 0216
Nice hack. I got tired of staring at the 0's......
Nice hack. I got tired of staring at the 0's... made the place seem so empty.
Forum:
vB3 General Discussions
12-31-2003, 09:34 PM
Replies:
3
Birthday Problem
Views:
885
Posted By
Darnell 0216
The problem you're encountering is most likely...
The problem you're encountering is most likely from people with birthdays before Dec 31, 1969. This is when the Date format used by vB starts and therefore any day before that is automatically stored...
Forum:
vBulletin 2.x Full Releases
11-15-2003, 06:51 PM
Replies:
234
Pickpocket in Lesane Store
Views:
27,050
Posted By
Darnell 0216
Depending on how good your knowledge of php is,...
Depending on how good your knowledge of php is, I'd take a look at the Moderator logging hack and see if you can alter it to your liking. I have the hack installed though I haven't dismantled it...
Forum:
vBulletin 2.x Full Releases
11-13-2003, 03:43 PM
Replies:
234
Pickpocket in Lesane Store
Views:
27,050
Posted By
Darnell 0216
You would hafta find a way to bring the Admin...
You would hafta find a way to bring the Admin Logging functions to the storeadmin page.
Forum:
vBulletin 2.x Full Releases
11-13-2003, 03:37 PM
Replies:
234
Pickpocket in Lesane Store
Views:
27,050
Posted By
Darnell 0216
This isn't an error. The user recieves 10% of the...
This isn't an error. The user recieves 10% of the Insurance User's funds. So if the InsuranceID has 30,000 points, the person will recieve 3,000 whether they were robbed for 1,000,000 or 10.
Forum:
vBulletin 2.x Full Releases
11-03-2003, 02:00 PM
Replies:
269
Lottery Addon For The Store Hack
Views:
40,374
Posted By
Darnell 0216
PM Sent.
PM Sent.
Forum:
vBulletin 2.x Full Releases
11-02-2003, 05:08 PM
Replies:
269
Lottery Addon For The Store Hack
Views:
40,374
Posted By
Darnell 0216
Have you gone over your edits with a fine tooth...
Have you gone over your edits with a fine tooth comb? And did you check line 110 to see if anything was wrong...
If it doesn't appear properly, doublecheck your table edits. If you can't see the...
Forum:
vBulletin 2.x Full Releases
10-28-2003, 02:59 PM
Replies:
234
Pickpocket in Lesane Store
Views:
27,050
Posted By
Darnell 0216
Find:if ($rest<0) { ...
Find:if ($rest<0) {
eval("standarderror(\"".gettemplate('store_steal_error')."\");");
}add below it:if if (($getduser[storep]/$stealmoney)>3/4) {...
Forum:
vBulletin 2.x Full Releases
10-08-2003, 01:16 AM
Replies:
234
Pickpocket in Lesane Store
Views:
27,050
Posted By
Darnell 0216
You have to find the IF lines in Start Verify...
You have to find the IF lines in Start Verify Stealing and Start Steal Change.
if (($getduser[storep]-$stealmoney)<20) {
if (($victim[storep]-$robber)<20) { // one more limit -- don't steal...
Forum:
vBulletin 2.x Full Releases
08-14-2003, 04:49 AM
Replies:
148
Bank Addon for Lesane store hack
Views:
21,414
Posted By
Darnell 0216
Unknown Colum means you didn't run the necessary...
Unknown Colum means you didn't run the necessary SQL queries. Run them and then try again.
Forum:
vBulletin 2.x Full Releases
08-03-2003, 03:12 PM
Replies:
234
Pickpocket in Lesane Store
Views:
27,050
Posted By
Darnell 0216
If that is quoted directly from the file, that...
If that is quoted directly from the file, that comma doesn't belong there and it's the reason you're getting that error. Remove the comma and all should be well.
Showing results 1 to 25 of 46
Page 1 of 2
1
2
>
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
12:57 AM
.
-- 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.02425 seconds
Memory Usage
2,039KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(72)
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.0009
(unspecified) fetch_permissions(101, 0, 1,''); -> cached fperms for forum 101
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(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
(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
(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
(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