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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 83
Search took
0.00
seconds.
Search:
Posts Made By:
lukemax
Forum:
vB3 General Discussions
04-03-2008, 04:25 PM
Replies:
22
plugin not working?
Views:
2,459
Posted By
lukemax
ok, thanks...got it.
ok, thanks...got it.
Forum:
vBulletin 3 Articles
04-03-2008, 04:22 PM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,417
Posted By
lukemax
GOT it, thanks
GOT it, thanks
Forum:
vBulletin 3 Articles
04-03-2008, 06:28 AM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,417
Posted By
lukemax
ok (thanks soo much for your help thus far) Here...
ok (thanks soo much for your help thus far) Here is my PROVIDERS template
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>...
Forum:
vBulletin 3 Articles
04-03-2008, 04:31 AM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,417
Posted By
lukemax
I'm trying to import this table (like your...
I'm trying to import this table (like your countries one)
http://www.lvasp.com/providers_hook.php
into
http://www.lvasp.com/forum/providers.php
--------------- Added 1207200883 at 1207200883...
Forum:
vBulletin 3 Articles
04-03-2008, 04:22 AM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,417
Posted By
lukemax
is this what you used...
is this what you used http://www.vbulletin.com/docs/html/main/templates_externalfiles ?
What hook location did you use?
Thanks...
--------------- Added 1207200276 at 1207200276 ---------------...
Forum:
vBulletin 3 Articles
04-03-2008, 03:57 AM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,417
Posted By
lukemax
ea, same here. I'm trying to figure out a way to...
ea, same here. I'm trying to figure out a way to do this without using the hook thing, if I find it, ill let you know, k?
Forum:
vBulletin 3 Articles
04-03-2008, 03:23 AM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,417
Posted By
lukemax
I know the global_start hook location works, but...
I know the global_start hook location works, but I think there is a way around the hook/plugin system.
Forum:
vBulletin 3 Articles
04-02-2008, 09:04 PM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,417
Posted By
lukemax
I have like 30 lines of php code which I want...
I have like 30 lines of php code which I want inside the box instead of Text. How do I make it so that I can have the template read my php code? (Take a look at the template I created), how do I get...
Forum:
vB3 General Discussions
04-02-2008, 04:22 PM
Replies:
22
plugin not working?
Views:
2,459
Posted By
lukemax
Dismounted, I tried pasting the code into the...
Dismounted, I tried pasting the code into the php page (screenshot) the same place (beneath the START MAIN SCRIPT comment as I believe boofo did (when I looked at his info.php file), is that what u...
Forum:
vB3 General Discussions
04-02-2008, 06:13 AM
Replies:
22
plugin not working?
Views:
2,459
Posted By
lukemax
ok, got it (1 more thing still..sorry) But do I...
ok, got it (1 more thing still..sorry) But do I need to have my php page call a template. How do add the vbulletin header, footer, and navbar (so the user can login from there) to be in the page...
Forum:
vB3 General Discussions
04-01-2008, 03:41 PM
Replies:
22
plugin not working?
Views:
2,459
Posted By
lukemax
yea, that makes soo much sense. But I followed...
yea, that makes soo much sense. But I followed that tutorial (https://vborg.vbsupport.ru/showthread.php?t=62164&highlight=vbulletin+powered+page) and made a PROVIDERS template and used the hook in...
Forum:
vB3 General Discussions
04-01-2008, 03:13 AM
Replies:
22
plugin not working?
Views:
2,459
Posted By
lukemax
oh, I thought I was supposed to output that php...
oh, I thought I was supposed to output that php page to a variable (see the hook I made) Then use that variable in the custom template I made (other screenshot) Lastly include this new template in...
Forum:
vB3 General Discussions
04-01-2008, 01:53 AM
Replies:
22
plugin not working?
Views:
2,459
Posted By
lukemax
no, that didn't work either, right now since I...
no, that didn't work either, right now since I have the plugin disabled http://www.lvasp.com/forum/providers.php
but when I enable it, it doesn't work.
Thanks for the help.
Forum:
vB3 General Discussions
04-01-2008, 12:50 AM
Replies:
22
plugin not working?
Views:
2,459
Posted By
lukemax
ok, I created this hook, (1st screenshot) and in...
ok, I created this hook, (1st screenshot) and in it created the $providers variable like in your tutorial, but when I include the variable ($providers in the second screenshot) in a template, the...
Forum:
vB3 General Discussions
03-31-2008, 08:36 PM
Replies:
22
plugin not working?
Views:
2,459
Posted By
lukemax
But, placing the code there (inside providers.php...
But, placing the code there (inside providers.php on line 37 should work?) Why does it work without it?
Thanks
Forum:
vB3 General Discussions
03-31-2008, 06:46 PM
Replies:
22
plugin not working?
Views:
2,459
Posted By
lukemax
Man (I think I'm missing something here) I took...
Man (I think I'm missing something here)
I took the code from providers_page.php and copied it into line 37 and I got "Sorry, page unavailable" (is that right?
Thanks...
Forum:
vB3 General Discussions
03-31-2008, 02:12 PM
Replies:
22
plugin not working?
Views:
2,459
Posted By
lukemax
How do I do that. I used this ...
How do I do that. I used this (https://vborg.vbsupport.ru/showthread.php?t=62164&highlight=vbulletin+powered+page) tutorial so heres the code for my php page.
Forum:
vB3 General Discussions
03-30-2008, 07:29 PM
Replies:
22
plugin not working?
Views:
2,459
Posted By
lukemax
plugin not working?
Im trying to create a hook out of this page
http://lvasp.com/providers_hook.php
So I add the PHP include like the manual says,
I'm trying to import it into
http://lvasp.com/forum/providers.php...
Forum:
vB3 Programming Discussions
02-21-2008, 05:30 PM
Replies:
6
accessible only to logged in users
Views:
918
Posted By
lukemax
wow, loads of responses, thanks...
wow, loads of responses, thanks...
Forum:
vB3 Programming Discussions
02-20-2008, 07:10 PM
Replies:
6
accessible only to logged in users
Views:
918
Posted By
lukemax
accessible only to logged in users
I have a page and I'm trying to do 2 things to it.
I used the hook feature and created a page
http://lvasp.com/forum/requestform.php
which used the vbulletin template system. How do I make it so...
Forum:
vB3 General Discussions
09-21-2007, 08:37 PM
Replies:
6
unresolved isssue?
Views:
792
Posted By
lukemax
Oh I didn't see that, but would that show the...
Oh I didn't see that, but would that show the vbulletin error if the user isn't logged in?
Thanks
Forum:
vB3 General Discussions
09-21-2007, 07:06 PM
Replies:
6
unresolved isssue?
Views:
792
Posted By
lukemax
but its not a forum its just a form integrated...
but its not a forum its just a form integrated w/vbulletin?
Forum:
vB3 General Discussions
09-21-2007, 06:33 PM
Replies:
6
unresolved isssue?
Views:
792
Posted By
lukemax
unresolved isssue?
I am, lost on how to do this?
http://www.vbulletin.com/forum/showthread.php?t=242926
Also, how do I make it so that the user must have logged in in order to even see the form?And if they try to...
Forum:
vB3 General Discussions
09-17-2007, 04:24 PM
Replies:
2
gotta trim the fat?
Views:
832
Posted By
lukemax
gotta trim the fat?
I have a lot of members who have only registered and have not actually contributed by posting anything, how do I delete these members w/out banning them so they aren't members and no longer show up...
Forum:
vBulletin 3.6 Add-ons
07-18-2007, 01:31 AM
Replies:
625
Major Additions -
vS-Interactive Profiles
Views:
153,792
Posted By
lukemax
I looked in my member.php file and couldn't find ...
I looked in my member.php file and couldn't find
---------------------------------------
ON VBULLETIN 3.6.6 AND ABOVE:
---------------------------------------
SELECT pf.profilefieldid
...
Showing results 1 to 25 of 83
Page 1 of 4
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
01:53 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.01812 seconds
Memory Usage
2,049KB
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
(57)
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.0015
(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(187, 0, 1,''); -> cached fperms for forum 187
(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(187, 0, 1,''); -> cached fperms for forum 187
(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(187, 0, 1,''); -> cached fperms for forum 187
(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(187, 0, 1,''); -> cached fperms for forum 187
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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(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(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi