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 7
1
2
3
>
Last
»
Showing results 1 to 25 of 156
Search took
0.01
seconds.
Search:
Posts Made By:
GenSec
Forum:
vBulletin 3.8 Add-ons
02-18-2006, 03:12 PM
Replies:
792
BB Code Enhancements -
BB Code [table]
Views:
354,486
Posted By
GenSec
StGaensler Grand mercy :)
StGaensler
Grand mercy :)
Forum:
vBulletin 3.8 Add-ons
02-17-2006, 11:44 AM
Replies:
792
BB Code Enhancements -
BB Code [table]
Views:
354,486
Posted By
GenSec
It works. Thank you! But is it a way to...
It works. Thank you!
But is it a way to change table border style?
Forum:
vBulletin 3.5 Add-ons
02-11-2006, 08:24 PM
Replies:
38
Remove 1 Query Per Page
Views:
6,779
Posted By
GenSec
/me cliks install Thank you, very usefull!
/me cliks install
Thank you, very usefull!
Forum:
vBulletin 3.5 Add-ons
02-11-2006, 08:08 PM
Replies:
38
Remove 1 Query Per Page
Views:
6,779
Posted By
GenSec
/me cliks install Thank you, very usefull!
/me cliks install
Thank you, very usefull!
Forum:
vBulletin 3.5 Add-ons
08-26-2005, 10:36 AM
Replies:
2,467
Links and Downloads Manager
Views:
444,987
Posted By
GenSec
Thanks for so fast reply! The hack is...
Thanks for so fast reply!
The hack is excellent!!!
Forum:
vBulletin 3.5 Add-ons
08-26-2005, 10:00 AM
Replies:
2,467
Links and Downloads Manager
Views:
444,987
Posted By
GenSec
Seaching link: I couldn't find function...
Seaching link:
I couldn't find function get_linksratings too
Forum:
vBulletin 3.5 Add-ons
08-20-2005, 09:25 AM
Replies:
593
[v1.6] Inferno RSS Forum Feeds Technology
Views:
127,521
Posted By
GenSec
Great news! Will be waiting....
Great news! Will be waiting....
Forum:
vBulletin 3.5 Add-ons
08-19-2005, 05:50 PM
Replies:
593
[v1.6] Inferno RSS Forum Feeds Technology
Views:
127,521
Posted By
GenSec
And how to decode RSS feeds encoding in other...
And how to decode RSS feeds encoding in other (non engl) language?
Forum:
vBulletin 3.0 Beta Releases
03-25-2005, 08:27 PM
Replies:
9
Universal Clean up Cron Job
Views:
4,988
Posted By
GenSec
T3MEDIA, Look here: ...
T3MEDIA,
Look here:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=71657
Forum:
vBulletin 3.0 Beta Releases
12-24-2004, 01:34 PM
Replies:
26
Fix for smilie display problem
Views:
6,025
Posted By
GenSec
Very usefull. Thanks!
Very usefull. Thanks!
Forum:
vBulletin 3.0 Full Releases
12-23-2004, 05:24 AM
Replies:
34
Prune PMs older than 30 days
Views:
7,619
Posted By
GenSec
In cleanoldpm.php change WHERE...
In cleanoldpm.php change
WHERE pmtext.dateline < " . (TIMENOW - 2592000) . "
to
WHERE pmtext.dateline < " . (TIMENOW - 15552000) . "
Forum:
vBulletin 3.0 Full Releases
12-16-2004, 07:47 PM
Replies:
6
DEAD User Cleaner
Views:
3,735
Posted By
GenSec
The same database - yes. Any other table. And you...
The same database - yes. Any other table. And you can use it for any database that has the same user table, as a basic one in vbulletin.
Forum:
vBulletin 3.0 Full Releases
11-28-2004, 06:59 PM
Replies:
115
v3Arcade - new look to your arcade main page
Views:
21,559
Posted By
GenSec
buck3t Check "arcade_main" template
buck3t
Check "arcade_main" template
Forum:
vBulletin 3.0 Full Releases
11-27-2004, 02:55 PM
Replies:
34
Prune PMs older than 30 days
Views:
7,619
Posted By
GenSec
Run the cron job :)
Run the cron job :)
Forum:
vBulletin 3.0 Full Releases
11-25-2004, 06:02 PM
Replies:
115
v3Arcade - new look to your arcade main page
Views:
21,559
Posted By
GenSec
It should be <?php //...
It should be
<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// get special data templates from the datastore...
Forum:
vBulletin 3.0 Full Releases
11-25-2004, 05:55 PM
Replies:
115
v3Arcade - new look to your arcade main page
Views:
21,559
Posted By
GenSec
It means you already make this :)
It means you already make this :)
Forum:
vBulletin 3.0 Full Releases
11-23-2004, 10:01 PM
Replies:
115
v3Arcade - new look to your arcade main page
Views:
21,559
Posted By
GenSec
$DB_site->query("UPDATE vb3_games SET...
$DB_site->query("UPDATE vb3_games SET filesize='$filesize' WHERE gameid=$att[gameid]");
Forum:
vBulletin 3.0 Full Releases
11-17-2004, 06:09 AM
Replies:
115
v3Arcade - new look to your arcade main page
Views:
21,559
Posted By
GenSec
Image for new game ...
Image for new game
http://yourdomain/forum/images/arcade/new.gif Something like http://2x2online.ru/forum/images/arcade/new.gif
Forum:
vBulletin 3.0 Full Releases
11-15-2004, 10:32 AM
Replies:
80
V3Arcade - Game Rating addon
Views:
12,354
Posted By
GenSec
Frankly I'm using very complicated ;) hack to...
Frankly I'm using very complicated ;) hack to show top pop.
In arcade.php after
while ($game = $DB_site->fetch_array($result_allgames)) {
add one line ;) below
if ($_GET['show']...
Forum:
vBulletin 3.0 Full Releases
11-14-2004, 11:17 PM
Replies:
80
V3Arcade - Game Rating addon
Views:
12,354
Posted By
GenSec
* GenSec clicks install :)
* GenSec clicks install :)
Forum:
vBulletin 3.0 Full Releases
11-14-2004, 10:50 PM
Replies:
80
V3Arcade - Game Rating addon
Views:
12,354
Posted By
GenSec
Code is "WHERE g.votetotal>3 ORDER BY votetotal...
Code is "WHERE g.votetotal>3 ORDER BY votetotal DESC" thus show games with sum of votes >3 in sum of votes order from highest.
Your ex. has votetotal=5. You саn change it to alphabetically from...
Forum:
vBulletin 3.0 Full Releases
11-14-2004, 10:36 PM
Replies:
80
V3Arcade - Game Rating addon
Views:
12,354
Posted By
GenSec
Sorry I mean vb3_game_rate table. Did you create...
Sorry I mean vb3_game_rate table. Did you create it?
Also you should have fields votetotal and votenum at the end of "vb3_games"
table.
Forum:
vBulletin 3.0 Full Releases
11-14-2004, 07:38 AM
Replies:
80
V3Arcade - Game Rating addon
Views:
12,354
Posted By
GenSec
The best way to open phpmyadmin and check the...
The best way to open phpmyadmin and check the current state of games and game_rate tables. Then to edit them corr.
Forum:
vBulletin 3.0 Full Releases
11-13-2004, 07:25 PM
Replies:
115
v3Arcade - new look to your arcade main page
Views:
21,559
Posted By
GenSec
Absolutely! And your english-php is perfect:)
Absolutely!
And your english-php is perfect:)
Forum:
vBulletin 3.0 Full Releases
11-13-2004, 07:12 PM
Replies:
80
V3Arcade - Game Rating addon
Views:
12,354
Posted By
GenSec
Most popular is another hack :)
Most popular is another hack :)
Showing results 1 to 25 of 156
Page 1 of 7
1
2
3
>
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
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.01921 seconds
Memory Usage
2,037KB
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.0022
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
FULLTEXT Search
php_sapi_name(): fpm-fcgi