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 2
1
2
>
Showing results 1 to 25 of 29
Search took
0.00
seconds.
Search:
Posts Made By:
ianskate
Forum:
vBulletin 4.x Template Modifications
02-07-2012, 07:07 PM
Replies:
119
Mini Mods -
SteamProfile Integration
Views:
33,169
Posted By
ianskate
I had it working in 4.1.9, but it no longer shows...
I had it working in 4.1.9, but it no longer shows up in 4.1.10. Same code, same locations, same templates. I'm confused.
Forum:
vBulletin 3.6 Add-ons
01-25-2008, 02:00 PM
Replies:
8
Miscellaneous Hacks -
Login via Email
Views:
3,453
Posted By
ianskate
for the record, this works very nicely. to...
for the record, this works very nicely.
to those whom say there is no explanation - u need to open the login.php file in ur forum folder on ur server, and just insert the code above where Till...
Forum:
vBulletin 3.6 Add-ons
12-20-2007, 01:52 PM
Replies:
265
Miscellaneous Hacks -
vbBannerRotator
Views:
87,559
Posted By
ianskate
thanks so much for this!
thanks so much for this!
Forum:
vBulletin 3.6 Add-ons
10-10-2007, 05:44 PM
Replies:
8
Miscellaneous Hacks -
Login via Email
Views:
3,453
Posted By
ianskate
nice... im afraid to try this on my active forum...
nice... im afraid to try this on my active forum but i might install another vb forum soon and will try it out on that.
i also have a related thread here asking the same topic but without hacking...
Forum:
vB3 Programming Discussions
10-10-2007, 05:35 PM
Replies:
2
login with email
Views:
981
Posted By
ianskate
login with email
Does anyone know if vBulletin has native functionality to login with email instead of username?
My issue is that users on my website login with their email/pw. My website has dual login...
Forum:
vB3 Programming Discussions
10-10-2007, 05:24 PM
Replies:
8
Generating session externally (bbsessionhash cookie and session table)
Views:
4,274
Posted By
ianskate
i was able to do this by using the php headers...
i was able to do this by using the php headers function, if anyone is interested in doing this in the future.
you may need to visit www.php.net and research cURL() and the header() funcs to get...
Forum:
vB3 Programming Discussions
09-27-2007, 01:19 PM
Replies:
8
Generating session externally (bbsessionhash cookie and session table)
Views:
4,274
Posted By
ianskate
well because of the random func on the end, is...
well because of the random func on the end, is this even possible? Will a new session be generated once I navigated to the forum regardless of what I insert into the table and set the cookie to?
...
Forum:
vB3 Programming Discussions
09-27-2007, 12:28 PM
Replies:
8
Detect login change on external page
Views:
1,342
Posted By
ianskate
yes... thats how it works internally! im...
yes... thats how it works internally!
im talking about directly inserting into the database via query, not function call or creating new instance of vB_Session...
Forum:
vB3 Programming Discussions
09-27-2007, 12:25 PM
Replies:
8
Generating session externally (bbsessionhash cookie and session table)
Views:
4,274
Posted By
ianskate
lol... that sounds way too easy. ill give it a...
lol... that sounds way too easy. ill give it a shot...
still, can anyone answer the original question?
Forum:
vB3 Programming Discussions
09-26-2007, 08:47 PM
Replies:
8
Generating session externally (bbsessionhash cookie and session table)
Views:
4,274
Posted By
ianskate
Generating session externally (bbsessionhash cookie and session table)
Solution now found, check a few posts below...
Ok here is my current project:
I am attempting to have users on my website (www.mysite.com) login and have them also logged in on my forum...
Forum:
vB3 Programming Discussions
09-26-2007, 08:01 PM
Replies:
5
Set session outside vB
Views:
1,170
Posted By
ianskate
yeah that doesnt tell you anything about setting...
yeah that doesnt tell you anything about setting the session. im doing the same thing currently, and just setting the cookies for userid and pw doesnt do much, vBulletin still thinks you arent...
Forum:
vB3 Programming Discussions
09-26-2007, 05:46 PM
Replies:
1
Manually setting Cookies / Login
Views:
987
Posted By
ianskate
yeah i need the same info :) im told by others to...
yeah i need the same info :) im told by others to "just search the board" but i been searching for hours, cant find the exact info i need...
Forum:
vB3 Programming Discussions
09-26-2007, 05:39 PM
Replies:
8
Detect login change on external page
Views:
1,342
Posted By
ianskate
Could you post code (or direct to a thread that...
Could you post code (or direct to a thread that has it - i cant find it by searching) that does this externally? I do tons of queries on the vb database allready from my main site (site and forum on...
Forum:
vB3 Design and Graphics Discussions
09-20-2007, 07:31 PM
Replies:
1
Changing Display Elements / vBulletin HTML
Views:
821
Posted By
ianskate
Changing Display Elements / vBulletin HTML
Hey how do I edit something on the vB display, such as adding a hyperlink or a piece of text? I am searching through the source code and I cant find out where the default/layout html is...
Forum:
vB3 General Discussions
09-18-2007, 06:30 PM
Replies:
8
External Registration / Database information
Views:
1,130
Posted By
ianskate
Ive also spent the entire day exploring...
Ive also spent the entire day exploring vBulletin's caching. I suspected that user attributes were being loaded into a cache (datastore) of some sort, and most of the board's functionality referred...
Forum:
vB3 General Discussions
09-18-2007, 02:53 PM
Replies:
8
External Registration / Database information
Views:
1,130
Posted By
ianskate
Thank you for all your replies. That is what I am...
Thank you for all your replies. That is what I am doing currently. So far, im doing exactly what this function does, save for verifying things like names and passwords since I know theyll be...
Forum:
vB3 General Discussions
09-18-2007, 12:34 PM
Replies:
8
External Registration / Database information
Views:
1,130
Posted By
ianskate
I doubt this (Datamanager_User) will work, but I...
I doubt this (Datamanager_User) will work, but I am going to try it anyway. I dont see how its functions will be able to access the vBulletin database from within the scope of my web controller. My...
Forum:
vB3 General Discussions
09-17-2007, 08:01 PM
Replies:
8
External Registration / Database information
Views:
1,130
Posted By
ianskate
That seems really useful, if you're already...
That seems really useful, if you're already working within the forum pages themselves.
Do you know if there's a way to copy one group of attributes from our current "non-vbulletin forum" database...
Forum:
vB3 General Discussions
09-17-2007, 07:06 PM
Replies:
8
External Registration / Database information
Views:
1,130
Posted By
ianskate
External Registration / Database information
Hello,
I've been trying to create an external registration script from a current website.
I run a website that has a registration script for posting comments, but I would like to allow the...
Forum:
Modification Graveyard
08-13-2006, 11:11 PM
Replies:
243
VBGooglemap Hotspot Edition
Views:
46,605
Posted By
ianskate
Has anyone had trouble adding a new category? I...
Has anyone had trouble adding a new category? I just installed this on 3.5.5, and when I try adding a category, I get an SQL error.
AND... I just realized it's erroring out because there is a...
Forum:
vbBux / vbPlaza
07-12-2006, 09:51 PM
Replies:
12
WYSIWYG editor problem using 1.57 creates html coding
Views:
1,290
Posted By
ianskate
I also had this problem. Hopefully it gets looked...
I also had this problem. Hopefully it gets looked into.
Forum:
Modification Graveyard
07-11-2006, 03:05 AM
Replies:
69
Moderators Functions -
Archive Thread v1.2
Views:
22,092
Posted By
ianskate
When clicking the link, I get these errors: ...
When clicking the link, I get these errors:
It still moves the thread... however, it would be nice to suppress the errors... or at least solve them. :) (Note: I'm using 3.5.3)
Any ideas?
Forum:
vB3 General Discussions
02-15-2006, 02:53 AM
Replies:
1
Users Currently Viewing Custom Page
Views:
1,129
Posted By
ianskate
Users Currently Viewing Custom Page
Hi, I've been trying to find this for a while but can't seem to dig up the right answer via searching the forums. I have created a custom page, and I would like to put a footer that includes the...
Forum:
vBulletin 3.5 Add-ons
02-12-2006, 09:46 PM
Replies:
600
phpAdsNew Banner Ads integration (advertisements, classified ads, Adsense, etc.)
Views:
192,281
Posted By
ianskate
I just tried it on 3.5.3, and had no luck. I get...
I just tried it on 3.5.3, and had no luck. I get a blank page when trying to save the template, but it never actually saves it. I tried a few times with other options enabled and disabled. I tried...
Forum:
vB3 General Discussions
05-11-2005, 01:34 AM
Replies:
0
Maximum Title Length?
Views:
874
Posted By
ianskate
Maximum Title Length?
Hi, I was wondering if it was possible to limit the thread title length displayed on the forumdisplay page? If so, is there a way to make it similar to the last post will appear once it goes beyond a...
Showing results 1 to 25 of 29
Page 1 of 2
1
2
>
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
06:21 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.01612 seconds
Memory Usage
2,045KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(17)
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.0008
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(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(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(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(171, 0, 1,''); -> cached fperms for forum 171
(unspecified) fetch_permissions(171, 0, 1,''); -> cached fperms for forum 171
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi