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 20 of 20
Search took
0.00
seconds.
Search:
Posts Made By:
jake7338
Forum:
Modification Graveyard
06-17-2007, 09:27 PM
Replies:
1,144
Integration with vBulletin -
Flashchat Integration for vB 3.6
Views:
322,566
Posted By
jake7338
Awesome!! Thank you so much Raymond i have made...
Awesome!! Thank you so much Raymond i have made the change.
I thought i had looked in that file, but apparently not. Found it right away.
Thanks!
Forum:
Modification Graveyard
06-16-2007, 07:12 PM
Replies:
1,144
Integration with vBulletin -
Flashchat Integration for vB 3.6
Views:
322,566
Posted By
jake7338
Can someone please tell me where i can edit the...
Can someone please tell me where i can edit the URL it launches on exit...
Thanks,
--jake
Forum:
Modification Graveyard
06-14-2007, 10:10 PM
Replies:
1,144
Integration with vBulletin -
Flashchat Integration for vB 3.6
Views:
322,566
Posted By
jake7338
Hey Paul, I moved to a new server and...
Hey Paul,
I moved to a new server and everything works great. Thanks. I do have just one tiny problem. Where can i edit the URL that it launches on exit? I think it auto detected this on my...
Forum:
Modification Graveyard
05-28-2007, 03:24 AM
Replies:
1,144
Integration with vBulletin -
Flashchat Integration for vB 3.6
Views:
322,566
Posted By
jake7338
Yes, it stays stuck. The activity indicator in...
Yes, it stays stuck. The activity indicator in the top right of my browser stops.
I tried loading the xml file from my pc and off my web hosting server. No difference.
Any chance you could tell...
Forum:
Modification Graveyard
05-27-2007, 08:52 PM
Replies:
1,144
Integration with vBulletin -
Flashchat Integration for vB 3.6
Views:
322,566
Posted By
jake7338
Looks like a fantatic mod Paul. I am having...
Looks like a fantatic mod Paul. I am having trouble with the last step. This is the first product i have ever installed.
I go to plugins and products -> manage products -> [add/import]
When...
Forum:
vB3 General Discussions
05-15-2007, 04:29 AM
Replies:
9
Best Chat??
Views:
1,201
Posted By
jake7338
What is the best pay chat program? Are there...
What is the best pay chat program?
Are there any that allow you to keep your vb user name? Not have to login again?
It seems flashchat is a third party product. I will go look at vbshout, but...
Forum:
vB3 Programming Discussions
07-08-2006, 06:16 AM
Replies:
2
Anyway to start index.php in a table?
Views:
771
Posted By
jake7338
Anyway to start index.php in a table?
Is there any way to start index.php (vbulletin) in a table?
<td>put website here</td>
Ofcourse the next question would be how to make the width=100% for FORUMHOME.
What about framset? maybe...
Forum:
vB3 General Discussions
07-06-2006, 07:08 PM
Replies:
2
link for people to login..
Views:
642
Posted By
jake7338
So that i can direct the person to login... ...
So that i can direct the person to login...
When they attempt to use my custom code it should point them at the login page just like when you attempt to post on a forum and you are not logged in...
Forum:
vB3 General Discussions
07-06-2006, 04:58 AM
Replies:
2
link for people to login..
Views:
642
Posted By
jake7338
link for people to login..
Can someone tell me what to put in the URL for the login page with vbulletin?
www.myboard.com/fourms/login.php...?variables?
What do i have to do to generate the full page user and password...
Forum:
vB3 General Discussions
07-06-2006, 03:44 AM
Replies:
11
$vbulletin->$userinfo ?
Views:
1,346
Posted By
jake7338
Thanks for everyone's help. The problem is...
Thanks for everyone's help.
The problem is finally solved.
< html > tag was interfereing with php script. I had actually removed everything from the script for testing but left the < html >...
Forum:
vB3 General Discussions
07-05-2006, 05:22 PM
Replies:
11
$vbulletin->$userinfo ?
Views:
1,346
Posted By
jake7338
Can you tell me how to use $bbuserinfo as a...
Can you tell me how to use $bbuserinfo as a template conditional? I have to explore other ways of figureing out whether someone is logged in or not. The previously discussed method does not work. ...
Forum:
vB3 General Discussions
07-05-2006, 05:36 AM
Replies:
11
$vbulletin->$userinfo ?
Views:
1,346
Posted By
jake7338
I am using the code above to test whether someone...
I am using the code above to test whether someone is logged in or not. When a user is NOT logged in i get this error:
Unable to add cookies, header already sent.
File:...
Forum:
vB3 General Discussions
07-04-2006, 03:16 AM
Replies:
11
$vbulletin->$userinfo ?
Views:
1,346
Posted By
jake7338
<?PHP // Include files ...
<?PHP
// Include files
require_once('./global.php');
if(!$vbulletin->userinfo['userid']){
// They are not logged in
require("notoktoaddvendorform.html");
// echo "Please login so you...
Forum:
vB3 Programming Discussions
07-04-2006, 02:02 AM
Replies:
3
need help with safety of input from html form
Views:
986
Posted By
jake7338
I meant just in general. However, i would like...
I meant just in general. However, i would like to implement some general vb stuff on this page. So could you tell me both? What are the include statements for the vb stuff.
Thanks,
--jake
Forum:
vB3 General Discussions
07-03-2006, 10:47 PM
Replies:
11
$vbulletin->$userinfo ?
Views:
1,346
Posted By
jake7338
I am new to Vbulletin... Can you show me how...
I am new to Vbulletin...
Can you show me how you "checked to see if the user was logged in"
I am allowing a form to be submitted by the user and posted to an html table. I have all that...
Forum:
vB3 Programming Discussions
07-03-2006, 10:25 PM
Replies:
3
need help with safety of input from html form
Views:
986
Posted By
jake7338
need help with safety of input from html form
I am a new programmer.... I have a form on my site where people can input data via an html form and then i put it in a MySQL db.
What is normal safety practice to filter this input? Please...
Forum:
vB3 Programming Discussions
07-03-2006, 06:56 PM
Replies:
3
help getting sql results into html
Views:
834
Posted By
jake7338
Here is my query, this is from the php that is...
Here is my query, this is from the php that is called by the html form "action" parameter. So all the data should be in $result
Can i access $result from my html doc? Even if i could it takes me...
Forum:
vB3 Programming Discussions
07-03-2006, 06:22 PM
Replies:
3
help getting sql results into html
Views:
834
Posted By
jake7338
help getting sql results into html
Can someone explain the best way to get my sql results into html? Specifucaly a table.
I have the query working great, but now what? How do i get these results into my html doc? I am using...
Forum:
Modification Requests/Questions (Unpaid)
07-01-2006, 07:51 PM
Replies:
3
user submitted data
Views:
805
Posted By
jake7338
Would you be interested in sharing the cost?? ...
Would you be interested in sharing the cost??
I have not found anything yet. The closes match is this "shoutbox" people are talking about, but i can't find that in the mod section to look at....
Forum:
Modification Requests/Questions (Unpaid)
06-29-2006, 06:17 PM
Replies:
3
user submitted data
Views:
805
Posted By
jake7338
user submitted data
Hi Folks,
I am not very familiar with what mods are availible. There maybe one i can modify for my purpose already. I would like to have an html table of user submitted fields on my website. ...
Showing results 1 to 20 of 20
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
07:54 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.02240 seconds
Memory Usage
1,991KB
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
(20)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(25)
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.0005
(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(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(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(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(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
FULLTEXT Search
php_sapi_name(): fpm-fcgi