Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 12:57 AM.


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