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...
Showing results 1 to 18 of 18
Search took
0.00
seconds.
Search:
Posts Made By:
99Percent
Forum:
vB3 Programming Discussions
10-02-2009, 04:53 PM
Replies:
2
Creating a new thread with direct database access
Views:
794
Posted By
99Percent
Yes, I saw that thread, but its not what I am...
Yes, I saw that thread, but its not what I am looking for. I want to be able to add new threads and posts by directly adding records to the database with mysql statements using Delphi with UniDAC,...
Forum:
vB3 Programming Discussions
10-02-2009, 03:14 AM
Replies:
2
Creating a new thread with direct database access
Views:
794
Posted By
99Percent
Creating a new thread with direct database access
I want to create a thread by directly adding the records to the vbulletin database.
Can someone tell me what are the required steps and fields, so as to not corrupt the database for vbulletin?
...
Forum:
Big Board Discussions
06-25-2006, 08:39 PM
Replies:
47
How did you solve searching in large forums?
Views:
106,674
Posted By
99Percent
I think vBulletin can solve this issue if it can...
I think vBulletin can solve this issue if it can programmatically create a mirror post and thread tables for searches, with delayed writes to these tables. Time to hack??? <grin>
Forum:
Big Board Discussions
06-24-2006, 03:26 PM
Replies:
47
How did you solve searching in large forums?
Views:
106,674
Posted By
99Percent
But if a read lock is issued to a table, that...
But if a read lock is issued to a table, that doesn't prevent other reads from happening, only writes, no? So I don't understand why other people cannot still browse the forum while a user is doing a...
Forum:
Big Board Discussions
06-23-2006, 09:27 PM
Replies:
47
How did you solve searching in large forums?
Views:
106,674
Posted By
99Percent
I have a question regarding table locking during...
I have a question regarding table locking during searches. Does the search actually cause a table lock? If so, is it done programatically by vBulletin, or is built in into mysql itself?
Why would...
Forum:
Big Board Discussions
06-23-2006, 03:16 AM
Replies:
47
How did you solve searching in large forums?
Views:
106,674
Posted By
99Percent
We already have fulltext search.
We already have fulltext search.
Forum:
Big Board Discussions
06-22-2006, 02:22 PM
Replies:
47
How did you solve searching in large forums?
Views:
106,674
Posted By
99Percent
Good idea, I hadn't thought about that.
Good idea, I hadn't thought about that.
Forum:
Big Board Discussions
06-21-2006, 03:23 PM
Replies:
47
How did you solve searching in large forums?
Views:
106,674
Posted By
99Percent
How did you solve searching in large forums?
We are experiencing server performance when a user searches through our fairly large forum. The fulltext search aparently locks thread and post tables causing Apache processes to wait until the...
Forum:
Modification Graveyard
04-15-2006, 12:14 AM
Replies:
67
vB Database Backup Pro - Convert to run on vB3.5
Views:
19,272
Posted By
99Percent
another correction I am making for...
another correction I am making for mysqlbackup.php:
instead ofif (!$this->TYPE && $this->COMBINE)
it should say:
if ($this->TYPE && $this->COMBINE)
and in mysqlbackupconfig.php
instead of If...
Forum:
Modification Graveyard
04-14-2006, 11:36 PM
Replies:
67
vB Database Backup Pro - Convert to run on vB3.5
Views:
19,272
Posted By
99Percent
I am still having trouble with this mod. For...
I am still having trouble with this mod. For somereason it is not reading the configuration for the the DB, USER, PASS and HOST, even with the require to config.php added right into the...
Forum:
Modification Graveyard
04-11-2006, 05:31 AM
Replies:
67
vB Database Backup Pro - Convert to run on vB3.5
Views:
19,272
Posted By
99Percent
I too hit the snag "Failover was initiated for...
I too hit the snag "Failover was initiated for MySQLDump Binary & An error occured during the MySQL backup. Details (Could not open Destination SQL file for writing.)"
After a bit of debugging I...
Forum:
vBulletin 2.x Beta Releases
10-18-2002, 03:30 AM
Replies:
27
Remote server image/attachment database hack
Views:
10,603
Posted By
99Percent
What errors are you getting exactly?
What errors are you getting exactly?
Forum:
vBulletin 2.x Beta Releases
06-12-2002, 11:33 PM
Replies:
27
Remote server image/attachment database hack
Views:
10,603
Posted By
99Percent
BigJohnson, you will need to install three PHP...
BigJohnson, you will need to install three PHP files (vb_mysql.php, riattachment.php and config.php) in the server where the images/attachments are going to be delivered from.
Fazle, what is the...
Forum:
vBulletin 2.x Beta Releases
06-05-2002, 10:50 PM
Replies:
27
Remote server image/attachment database hack
Views:
10,603
Posted By
99Percent
Hello Martz, I think my hack is better...
Hello Martz,
I think my hack is better because it delivers the attachments directly from the remote server bypassing the server where vBulletin resides. This way you also save on bandwidth from...
Forum:
vBulletin 2.x Beta Releases
06-03-2002, 06:31 PM
Replies:
27
Remote server image/attachment database hack
Views:
10,603
Posted By
99Percent
Ok, here is the hack modified for 2.2.5 but I...
Ok, here is the hack modified for 2.2.5 but I have not tested it in any way. Please let me know if it worked.
Forum:
vBulletin 2.x Beta Releases
06-02-2002, 08:55 PM
Replies:
27
Remote server image/attachment database hack
Views:
10,603
Posted By
99Percent
I am using 2.2.6. Let me know if it is too much...
I am using 2.2.6. Let me know if it is too much hassle for you to upgrade to 2.2.6, it shouldn't be terribly difficult for me to build a hack file for 2.2.5 if its only those two hacks that have to...
Forum:
vBulletin 2.x Beta Releases
06-02-2002, 05:36 AM
Replies:
27
Remote server image/attachment database hack
Views:
10,603
Posted By
99Percent
Hey, if DNS2Go works for you, great. I just...
Hey, if DNS2Go works for you, great. I just mentioned a possible solution.
Forum:
vBulletin 2.x Beta Releases
06-01-2002, 10:00 PM
Replies:
27
Remote server image/attachment database hack
Views:
10,603
Posted By
99Percent
Remote server image/attachment database hack
This is my first vBulletin hack. I have tested it only in my own vBulletin implementation. Let me know if it worked for you.
What this hack does:
I created this hack because I plan to use my...
Showing results 1 to 18 of 18
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
09:49 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.01838 seconds
Memory Usage
1,992KB
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)
post_thanks_navbar_search
(1)
search_results
(18)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(48)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0007
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(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(224, 0, 1,''); -> cached fperms for forum 224
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
FULLTEXT Search
php_sapi_name(): fpm-fcgi