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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.02
seconds.
Search:
Posts Made By:
Velocd
Forum:
Community Reviews
10-23-2004, 06:36 PM
Replies:
5
FFGalaxy.Net, has anybody visit it yet???
Views:
1,143
Posted By
Velocd
Advertisement isn't allowed. I'll assume...
Advertisement isn't allowed.
I'll assume you're looking for critique on aesthetics, etc. thus this thread should be in the forum commenting category.
=thread moved=
Forum:
vB3 General Discussions
10-13-2004, 10:47 PM
Replies:
2
Text editor
Views:
844
Posted By
Velocd
You have a few tools (some free, some not;...
You have a few tools (some free, some not; searched via Google):
http://www.scootersoftware.com/
http://www.prestosoft.com/ps.asp?page=edp_examdiff
http://www.araxis.com/merge/index.html...
Forum:
vB3 General Discussions
10-10-2004, 12:48 AM
Replies:
3
Buttons
Views:
1,020
Posted By
Velocd
If you did a normal vBulletin installation, there...
If you did a normal vBulletin installation, there shouldn't be text buttons.
Unless of course those are dead images, and your browser is properly showing the "Alt" text.
The template you need...
Forum:
Modification Requests/Questions (Unpaid)
10-10-2004, 12:35 AM
Replies:
1
How do I make non vb pages show up in the WHos Online?
Views:
787
Posted By
Velocd
This hack should help: ...
This hack should help:
https://vborg.vbsupport.ru/showthread.php?t=66569
Forum:
vB3 Programming Discussions
10-10-2004, 12:24 AM
Replies:
4
Images in the SQL DB
Views:
1,447
Posted By
Velocd
When in doubt, look how other people do it. ...
When in doubt, look how other people do it.
vBulletin does it, so look at their `attachment` table schema.
Note storing images in the database isn't good for gallery purposes.
Usually DB...
Forum:
vB3 General Discussions
10-09-2004, 07:13 PM
Replies:
9
hierarchial system/category and forums sytem
Views:
1,389
Posted By
Velocd
ksorts sorts an array by its keys, so sorting...
ksorts sorts an array by its keys, so sorting $iforumcache[$parentid] sorts that array by displayorder.
I'm not certain what childlist is for. Maybe in building search indexes or something.
...
Forum:
vB3 General Discussions
10-09-2004, 07:00 PM
Replies:
9
hierarchial system/category and forums sytem
Views:
1,389
Posted By
Velocd
I posed this question on SitePoint back in August...
I posed this question on SitePoint back in August when looking for the basic algorithm:
http://www.sitepoint.com/forums/showthread.php?t=186114
The solution I ended using was heavy modifcation of...
Forum:
vB3 General Discussions
10-09-2004, 06:54 PM
Replies:
6
strange display in forumhome
Views:
960
Posted By
Velocd
They are not? We must be looking at different...
They are not? We must be looking at different things. ;)
If you posted the column headers in that screen shot, you'd probably see "Threads" in that farthest right column.
It's part of...
Forum:
vB3 General Discussions
10-09-2004, 06:47 PM
Replies:
6
strange display in forumhome
Views:
960
Posted By
Velocd
Those numbers are the amount of threads in each...
Those numbers are the amount of threads in each forum.
I'm not certain you can turn them off, without making modifications to the template.
Forum:
vB3 Programming Discussions
10-09-2004, 06:43 PM
Replies:
5
how to fetch many rows from mysql
Views:
1,177
Posted By
Velocd
Mind explaining what you are trying to do? ;) ...
Mind explaining what you are trying to do? ;)
As a general reminder on the forums, remember to post more specific details of your problem for a large chuck of code before assuming members will...
Forum:
vB3 General Discussions
10-09-2004, 06:33 PM
Replies:
9
hierarchial system/category and forums sytem
Views:
1,389
Posted By
Velocd
Take a look at the vBulletin table schema for...
Take a look at the vBulletin table schema for `forum`, and you will notice these columns:
childlist, parentid, parentlist, and forumid.
A hierarchical tree structure of categories composed of...
Forum:
vB3 General Discussions
10-09-2004, 05:14 PM
Replies:
3
Buttons
Views:
1,020
Posted By
Velocd
If you're not very familar with HTML, I recommend...
If you're not very familar with HTML, I recommend you learn the basics:
http://www.w3schools.com/xhtml/
The buttons are images, and if they hold the same filename as the original vB buttons, you...
Forum:
Modification Graveyard
10-09-2004, 02:43 PM
Replies:
36
Forum Home Enhancements -
RSS feeds on forumhome
Views:
9,840
Posted By
Velocd
Just create a separate table to hold the data,...
Just create a separate table to hold the data, and on first arrival check for new articles and put them into that table. My articlebot does this, and uses MagpieRSS. Feel free to view or use its...
Forum:
vB3 Programming Discussions
10-08-2004, 09:46 PM
Replies:
3
Why won't this query work?
Views:
973
Posted By
Velocd
date() function returns a human readable...
date() function returns a human readable representation of a timestamp.
So comparing its return value to a timestamp (joindate) is erroneous.
The query you are probably looking for:
...
Forum:
vB3 General Discussions
10-08-2004, 01:35 AM
Replies:
1
mass prun members
Views:
869
Posted By
Velocd
Admin CP -> Users -> Prune You may want to...
Admin CP -> Users -> Prune
You may want to prune their threads first, if you want them gone as well. Or lese deleting the member first will leave a bunch of "guest" threads.
Threads -> Prune
Forum:
Community Lounge
10-06-2004, 02:22 PM
Replies:
25
Gmail Invites
Views:
2,885
Posted By
Velocd
I've got 4 Gmail invites, anyone interested just...
I've got 4 Gmail invites, anyone interested just send me an email at velocd@gmail.com.
Gmail implemented a few more features yesterday, including a new executable app for windows that will idle in...
Forum:
Testing Zone
10-06-2004, 02:06 PM
Replies:
23
...you guessed it, a test....
Views:
1,589
Posted By
Velocd
define('will_conquer_the_world_first', 'velocd');...
define('will_conquer_the_world_first', 'velocd');
Too late. :ninja:
Forum:
Modification Requests/Questions (Unpaid)
10-06-2004, 02:04 PM
Replies:
3
Limit search during high load?
Views:
995
Posted By
Velocd
DeviantART.com does such, although they're not...
DeviantART.com does such, although they're not powered by vBulletin.
A "premium member" would fall under a "premium user group." Therefore, create a new user group for these kind of members. In...
Forum:
vB3 Programming Discussions
10-04-2004, 04:43 PM
Replies:
2
need some help please
Views:
850
Posted By
Velocd
The column `thumbnail_filesize` doesn't exist in...
The column `thumbnail_filesize` doesn't exist in the table `attachment`.
Use PhpMyAdmin to verify the column exists, or DESCRIBE attachment; in SSH.
If this is a custom hack, I would forward...
Forum:
Modification Requests/Questions (Unpaid)
10-03-2004, 03:44 PM
Replies:
11
sToP pEoPle TaLkiNg LiKe tHiS!!!
Views:
1,313
Posted By
Velocd
A script could easily be made to autocorrect...
A script could easily be made to autocorrect their mispellings, but that isn't going to teach the people not to type that way. You should instead make it more aware to your members that poor grammar...
Forum:
Community Lounge
10-03-2004, 02:31 PM
Replies:
40
which php editors do you guys used ?
Views:
3,941
Posted By
Velocd
Pico is about the equivalent of notepad's...
Pico is about the equivalent of notepad's functionality, but for Unix.
I also can't understand how people use notepad. Early in the summer when I was hired for a programming job in PHP/MySQL,...
Forum:
Community Lounge
10-03-2004, 03:43 AM
Replies:
40
which php editors do you guys used ?
Views:
3,941
Posted By
Velocd
On Windows I use Textpad...
On Windows I use Textpad (http://www.textpad.com/) for any coding.
On Linux or Unix I use VI/VIM (http://www.vim.org/). Great program, but has a steep learning curve.
Once I improve on VIM,...
Forum:
vB3 Programming Discussions
10-03-2004, 03:33 AM
Replies:
3
HELP!!! I need to find the timestamp ranges for the last 7 days..
Views:
1,176
Posted By
Velocd
Timestamps are in seconds. They're much more...
Timestamps are in seconds. They're much more convenient to use, from my experience, then the inflexible SQL date format. Plus, they contain time, not merely the date.
So if you want days, take...
Forum:
vBulletin 3.0 Beta Releases
10-02-2004, 10:34 PM
Replies:
24
Use same vB on different Domains (cookies)
Views:
12,067
Posted By
Velocd
From vBulletin.com: I'm uncertain, but...
From vBulletin.com:
I'm uncertain, but your suggested use of this hack may violate that rule (in bold).
Forum:
vBulletin.org Site Feedback
10-02-2004, 10:17 PM
Replies:
10
thread is asking for username and password???
Views:
1,432
Posted By
Velocd
Wow, that is interesting! Do a quick view of...
Wow, that is interesting!
Do a quick view of the source page, and you'll find the member "Disturbed" having a sig:
<img src="http://207.44.206.46/~admin3/sig.php" border="0" alt="" />
The PHP...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
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
10:15 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.03248 seconds
Memory Usage
2,078KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(22)
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.0124
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(25, 0, 1,''); -> cached fperms for forum 25
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
FULLTEXT Search
php_sapi_name(): fpm-fcgi