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 21 of 21
Search took
0.00
seconds.
Search:
Posts Made By:
liquidx
Forum:
vB3 General Discussions
12-01-2008, 03:11 AM
Replies:
0
BBCode w/ PHP?
Views:
780
Posted By
liquidx
BBCode w/ PHP?
I'm looking for a way to have a BBCode that can execute php code to create the replacement.
For example, post text:
Your number is 40.
Replacement:
<? echo rand(0, {OPTION}); ?>
Any advice...
Forum:
vB3 Programming Discussions
10-26-2008, 02:42 AM
Replies:
11
Integrate vbulletin with website
Views:
1,280
Posted By
liquidx
Sorry to necro this thread but I am having a...
Sorry to necro this thread but I am having a similar issue.
I have been integrating vBulletin in a home-brew CMS for a long time now, and have been forced to work around the variable scope that...
Forum:
vBulletin 3 Articles
02-03-2008, 12:31 PM
Replies:
16
[How-To] Use API for Private Messages
Views:
8,431
Posted By
liquidx
I know this is an old thread but does anyone have...
I know this is an old thread but does anyone have a proper solution for the problem brandon described in #13?
His fix doesn't work properly.
It does make the PM appear in the upper-right as...
Forum:
Modification Requests/Questions (Unpaid)
06-07-2007, 03:08 AM
Replies:
1
PHP Execution in BBCode
Views:
753
Posted By
liquidx
PHP Execution in BBCode
I think there may have been a mod awhile ago for 3.0 that did this.. But I've been searching and unable to find it.
The idea is simple, but making it happen is another story entirely.
The basic...
Forum:
vBulletin 3 Articles
05-27-2007, 03:36 AM
Replies:
103
Create Posts
Views:
40,990
Posted By
liquidx
Can someone help here? I'm trying to create...
Can someone help here?
I'm trying to create new posts, I've tried both the dataman and build_new_post methods, here's my problems:
Dataman method:
How do I handle errors? When I get an error...
Forum:
vBulletin 3.6 Add-ons
05-22-2007, 10:06 AM
Replies:
20
Integration with vBulletin -
Fix vBulletin JS to work with prototype/scriptaculous
Views:
6,935
Posted By
liquidx
Mootools uses prototype =) Thank you so much...
Mootools uses prototype =)
Thank you so much for this.
You might consider releasing some diff patches instead? Perhaps with a patcher application.
Using a patcher app you could make it so...
Forum:
Modification Requests/Questions (Unpaid)
01-06-2007, 02:20 AM
Replies:
0
Captcha for contact us?
Views:
692
Posted By
liquidx
Captcha for contact us?
Does anyone know a mod that does this?
Basically, I would like to allow anonymous posting to some forums, but as you all most likely know that makes you prone to bots coming and posting their...
Forum:
vB3 General Discussions
01-22-2006, 06:54 AM
Replies:
0
API Question: Attaching a file?
Views:
624
Posted By
liquidx
API Question: Attaching a file?
I'm reading through the forums and API documentation and having a hard time trying to figure out how to do this.
How can I attach a file to a new post using the API?
The API Documentation is...
Forum:
Modification Requests/Questions (Unpaid)
10-01-2005, 08:25 AM
Replies:
8
[Request] Poll viewing & voting outside forum
Views:
1,397
Posted By
liquidx
Dead thread but I too have been searching for...
Dead thread but I too have been searching for this.
I can't believe nothing like it exists..
Forum:
vB3 General Discussions
10-01-2005, 07:48 AM
Replies:
0
[vB3.0.9] Remember a $_REQUEST variable in the URL, not cookies?
Views:
701
Posted By
liquidx
[vB3.0.9] Remember a $_REQUEST variable in the URL, not cookies?
Here's my situation..
I integrate my forums with my website, the website forces the user to use a specific style that matches with the website.
The website does not just issue styleid=## because...
Forum:
vB3 Programming Discussions
09-21-2005, 10:56 AM
Replies:
3
Post a thread or reply with PHP Script?
Views:
1,113
Posted By
liquidx
There's quite a few =\ Could you point me in the...
There's quite a few =\ Could you point me in the right direction and I'll figure it out from there?
Forum:
vB3 Programming Discussions
09-21-2005, 10:54 AM
Replies:
4
Trigger external PHP on reply to specific forum?
Views:
1,046
Posted By
liquidx
Is there anywhere I could put 1 or 2 changes that...
Is there anywhere I could put 1 or 2 changes that would trigger just whenever a reply or new thread happens, but not need to grab any data about it?
That way the script could read from the DB...
Forum:
vB3 Programming Discussions
09-21-2005, 10:40 AM
Replies:
4
Trigger external PHP on reply to specific forum?
Views:
1,046
Posted By
liquidx
Sorry, 3.0.9.
Sorry, 3.0.9.
Forum:
vB3 Programming Discussions
09-21-2005, 10:07 AM
Replies:
4
Trigger external PHP on reply to specific forum?
Views:
1,046
Posted By
liquidx
Trigger external PHP on reply to specific forum?
I would like to trigger an external script function when a message in a specific forum is replied to, and be able to pass some information to the script (i.e. the post, or information about the post...
Forum:
vB3 Programming Discussions
09-21-2005, 10:03 AM
Replies:
3
Post a thread or reply with PHP Script?
Views:
1,113
Posted By
liquidx
Post a thread or reply with PHP Script?
Can someone point me in the right direction for posting threads and replies to the forum via PHP?
Forum:
vB3 Design and Graphics Discussions
04-13-2005, 10:45 AM
Replies:
21
Simpsons Avatars
Views:
10,410
Posted By
liquidx
I too would like this =( Can someone who...
I too would like this =( Can someone who downloaded this zip send it to me ?
I can host it on my server indefinately =)
If you can, drop them on ftp.deadgod.net in the /incoming folder.
Forum:
vB3 Programming Discussions
06-26-2004, 11:10 PM
Replies:
13
Parse bbcode in any php file
Views:
1,352
Posted By
liquidx
I'm trying to parse BBCode in a PHP script, but...
I'm trying to parse BBCode in a PHP script, but it gives errors when its not in the same directory as the forums..
I chdir("forums/"); before including global.php and it eliminates the file not...
Forum:
Community Lounge
06-26-2004, 01:11 PM
Replies:
9
How to handle BBCode - Eval or Parse out
Views:
1,403
Posted By
liquidx
I would like to be able to parse instead of strip...
I would like to be able to parse instead of strip the bbcode, could someone help me with this?
When I try to include global.php I get:
Fatal error: Call to a member function on a non-object in...
Forum:
vB3 Design and Graphics Discussions
04-29-2004, 11:00 PM
Replies:
21
Simpsons Avatars
Views:
10,410
Posted By
liquidx
That makes ... All of us!
That makes ... All of us!
Forum:
vBulletin Smilie Sets
04-29-2004, 10:54 PM
Replies:
16
xiwix.net Smilies
Views:
9,159
Posted By
liquidx
My goodness! drama over little 16x16 pieces of...
My goodness! drama over little 16x16 pieces of crap, jesus, if I wasn't so lazy I'd just open the default VB ones and change the colors.
Forum:
Modification Graveyard
04-29-2004, 10:50 PM
Replies:
27
Orange Smilies
Views:
9,567
Posted By
liquidx
I agree, I'm not going to sign up to download...
I agree, I'm not going to sign up to download them, you're just trying to boost your user count.
Showing results 1 to 21 of 21
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
12:07 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.04849 seconds
Memory Usage
2,001KB
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
(21)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(23)
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(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(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(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(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(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(124, 0, 1,''); -> cached fperms for forum 124
(unspecified) fetch_permissions(124, 0, 1,''); -> cached fperms for forum 124
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
FULLTEXT Search
php_sapi_name(): fpm-fcgi