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 3
1
2
3
>
Showing results 1 to 25 of 66
Search took
0.02
seconds.
Search:
Posts Made By:
Castel
Forum:
vBulletin 3 Articles
02-23-2004, 10:23 PM
Replies:
1,139
v3 Arcade - Game Modification Guide & Releases
Views:
383,749
Posted By
Castel
That's easily fixed. Change code on frame 8 from ...
That's easily fixed. Change code on frame 8 from
//Start the game over if there are less than 0 ships left.
if(shipcount<4){
to
Forum:
vBulletin 3 Articles
02-04-2004, 05:58 AM
Replies:
1,139
v3 Arcade - Game Modification Guide & Releases
Views:
383,749
Posted By
Castel
The original of this game is a tally of 5 scores...
The original of this game is a tally of 5 scores instead of one shot. http://yeti.e-medien.com/playonline.html
Forum:
vBulletin 3.0 Full Releases
01-25-2004, 06:57 AM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,443
Posted By
Castel
I very much doubt it. A long time ago when John...
I very much doubt it. A long time ago when John released first first arcade hack I contacted UseLab about what it would cost to get Acno on my site. And I got a nice PDF files with the sale agreement...
Forum:
vBulletin 2.x Full Releases
09-02-2002, 06:47 AM
Replies:
295
Total Time Online Hack v1.0
Views:
42,239
Posted By
Castel
Nice hack g-force2k2, love your forum design BTW....
Nice hack g-force2k2, love your forum design BTW. This hack could get pretty server intensive for heavy traffic forums however since it updates the user table at each page load.
You could move the...
Forum:
vBulletin 2.x Full Releases
08-24-2002, 07:21 PM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
Excellent, thanks for including the fla files....
Excellent, thanks for including the fla files. Nice job figuring out how to add and contruct levels. I'm a total flash newbie as well but now that I have the fla files I see how it's done and I will...
Forum:
vBulletin 2.x Full Releases
08-23-2002, 11:01 PM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
John I ran that query in PHPadmin and it works...
John I ran that query in PHPadmin and it works perfect. I used order by userid and no limit to check (after a checked there was multiple record for the same user) and the query returned only the...
Forum:
vBulletin 2.x Full Releases
08-23-2002, 10:50 PM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
Would you mind including the fla files for these...
Would you mind including the fla files for these in the zip so we can adjust colors to fit site design.
Forum:
vBulletin 2.x Full Releases
08-23-2002, 03:38 AM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
You must be running the new version of the...
You must be running the new version of the tetris.swf file, with a 1000 lines at level 10. That was my gripe in a previous post after John update. I know he is trying to please as many people as...
Forum:
vBulletin 2.x Full Releases
08-22-2002, 05:51 AM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
I record gets created BEFORE the flash loads,...
I record gets created BEFORE the flash loads, it's part of the new security John added, when you finish the game it will modify that particular entry. The script performs a clean up of such emty...
Forum:
vBulletin 2.x Full Releases
08-20-2002, 08:29 PM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
If the lvl 10 problem is fixed, why did you add...
If the lvl 10 problem is fixed, why did you add so many lines to each level? I had one of my moderators (who is a tetris wizard) play the game on my test forum and now the game comes down to how...
Forum:
vBulletin 2.x Full Releases
08-17-2002, 08:08 PM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
Hahah, various comments on my leader list are...
Hahah, various comments on my leader list are screaming for counter-clockwise as well, this is serious business now :) This has to be by far the most popular hack from a users perspective!
Forum:
vBulletin 2.x Full Releases
08-17-2002, 01:28 AM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
My last row of tetris_leader_main looks liek...
My last row of tetris_leader_main looks liek this:
<tr>
<td bgcolor="{tableheadbgcolor}" colspan="4" align="center"><smallfont color="{tableheadtextcolor}"> <b>$thefooter</b>...
Forum:
vBulletin 2.x Full Releases
08-17-2002, 01:23 AM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
Check edited post above
Check edited post above
Forum:
vBulletin 2.x Full Releases
08-17-2002, 01:14 AM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
NexDog, neither of the 2 samples you posted are...
NexDog, neither of the 2 samples you posted are an exact paste of the code I gave. I made some template edits moving hardcode stuff into the template but that really shouldn't matter.
My line...
Forum:
vBulletin 2.x Full Releases
08-17-2002, 12:58 AM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
First of all nice hack john. I didn't read all of...
First of all nice hack john. I didn't read all of the posts in this thread so just ignore me if this was already mentioned. I wanted to change the amount of leaders displayed to 50 instead of 10 and...
Forum:
vBulletin 2.x Full Releases
08-17-2002, 12:50 AM
Replies:
1,055
vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :)
Views:
78,379
Posted By
Castel
look for: $thefooter = "<normalfont...
look for:
$thefooter = "<normalfont color=\"{tableheadtextcolor}\"><center>Want to try again? Click <a...
Forum:
vBulletin 3.0 Full Releases
04-17-2002, 11:08 PM
Replies:
223
VB eIRC chat intergration hack 1.0
Views:
37,615
Posted By
Castel
Good job andrew, works like a charm. I used ...
Good job andrew, works like a charm. I used Slynderdale's chat.php method that way you don't have to modify online.php either since chat.php is already provided for.
Forum:
vBulletin 3.0 Full Releases
04-16-2002, 11:00 PM
Replies:
223
VB eIRC chat intergration hack 1.0
Views:
37,615
Posted By
Castel
andrew76, does this applet use a lot of server...
andrew76, does this applet use a lot of server resources? I was alway led to believe chat applets are pretty server resource intensive and most hosting companies don't allow you to even install them...
Forum:
vBulletin 2.x Full Releases
03-13-2002, 10:00 PM
Replies:
4
Supporter Perks (Re-release for 2.2.4)
Views:
2,261
Posted By
Castel
Supporter Perks (Re-release for 2.2.4)
This is a re-release of the supporter perks hack which was the result of this thread (https://vborg.vbsupport.ru/showthread.php?s=&threadid=19656) (I'm surprised that thread is actually still semi...
Forum:
vB3 Programming Discussions
03-01-2002, 09:58 PM
Replies:
2
Checking for bounced mail
Views:
1,625
Posted By
Castel
Checking for bounced mail
Could anybody point me in the right direction (tutorial, article, etc..) or even provided some code on how to check for bounced email on a server so these addresses can be removed from a database...
Forum:
vBulletin 2.x Full Releases
02-18-2002, 10:40 PM
Replies:
113
World Timezones on indexpage
Views:
17,087
Posted By
Castel
Released under new topic...
Released under new topic https://vborg.vbsupport.ru/showthread.php?s=&threadid=35209
Forum:
vBulletin 2.x Full Releases
02-18-2002, 10:11 PM
Replies:
54
Signature Limit Control (Lines & Images)
Views:
17,437
Posted By
Castel
To all the people asking about image...
To all the people asking about image checks/limits. I don't allow images in sigs on my forum so I have never looked into the possiblity of limiting that in any shape or form. But if somebody wants to...
Forum:
vBulletin 2.x Full Releases
02-18-2002, 10:08 PM
Replies:
54
Signature Limit Control (Lines & Images)
Views:
17,437
Posted By
Castel
I'm not familiar with that hack, so I have no...
I'm not familiar with that hack, so I have no idea.
Forum:
vBulletin 2.x Full Releases
02-18-2002, 10:05 PM
Replies:
54
Signature Limit Control (Lines & Images)
Views:
17,437
Posted By
Castel
It would count the line breaks in the source code...
It would count the line breaks in the source code and make this hack pretty much useless as you could use a bunch of <br> tags on one line of code to create as many lines of output as you want.
Forum:
vBulletin 2.x Full Releases
02-18-2002, 10:00 PM
Replies:
20
World Times Stand Alone Page Modification (Original by Mas*Mind)
Views:
4,465
Posted By
Castel
This a modified version of Mas*Mind's "World Time...
This a modified version of Mas*Mind's "World Time Zones" on index page, located at https://vborg.vbsupport.ru/showthread.php?s=&threadid=12210. Instead of including the data on the forum index, the...
Showing results 1 to 25 of 66
Page 1 of 3
1
2
3
>
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
04:44 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.06664 seconds
Memory Usage
2,043KB
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
(69)
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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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(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(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(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