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 41
Search took
0.00
seconds.
Search:
Posts Made By:
dog199200
Forum:
vB4 Programming Discussions
12-11-2013, 09:15 AM
Replies:
16
Facebook Connect on External Site
Views:
1,814
Posted By
dog199200
I am asking in a broad way to see how other...
I am asking in a broad way to see how other people have done it. Also, I am fully aware that more is needed than just the form for the connect. The problem I am having is finding the actual...
Forum:
vB4 Programming Discussions
12-10-2013, 05:24 PM
Replies:
16
Facebook Connect on External Site
Views:
1,814
Posted By
dog199200
Oh, that isn't exactly what I am having issues...
Oh, that isn't exactly what I am having issues with. The like button is actually separate from the vbulletin facebook connect. What I am wanting is the actually facebook connect login button at the...
Forum:
vB4 Programming Discussions
12-10-2013, 02:58 PM
Replies:
16
Facebook Connect on External Site
Views:
1,814
Posted By
dog199200
Zachery, would you please verify what "worked...
Zachery, would you please verify what "worked just fine"? I would like to make sure we are on the same page. Currently I am including the global.php file into my website so I can tap directly into...
Forum:
vB4 Programming Discussions
12-04-2013, 09:13 PM
Replies:
16
Facebook Connect on External Site
Views:
1,814
Posted By
dog199200
I have tried, in more ways that I can count. I...
I have tried, in more ways that I can count. I have done research, I have picked apart the source code for the forum, and still nothing. I can replicate the form, but can't find where the code it...
Forum:
vB4 Programming Discussions
06-11-2013, 08:23 PM
Replies:
16
Facebook Connect on External Site
Views:
1,814
Posted By
dog199200
Bump
Bump
Forum:
vB4 Programming Discussions
01-06-2013, 03:45 PM
Replies:
16
Facebook Connect on External Site
Views:
1,814
Posted By
dog199200
BUMP!!!!!!!! I SERIOUSLY can not be the only one...
BUMP!!!!!!!! I SERIOUSLY can not be the only one who make a custom portal system and wants to add the connect button to the portal page...
Forum:
vB4 Programming Discussions
10-20-2012, 01:54 PM
Replies:
16
Facebook Connect on External Site
Views:
1,814
Posted By
dog199200
bump
bump
Forum:
vB4 Programming Discussions
10-06-2012, 02:30 PM
Replies:
16
Facebook Connect on External Site
Views:
1,814
Posted By
dog199200
Bump. I'm gonna keep bumping till someone points...
Bump. I'm gonna keep bumping till someone points me in the right direction. The support on the main forum for this software sucks...
Forum:
Community Lounge
10-04-2012, 05:04 PM
Replies:
0
Software Suggestion
Views:
553
Posted By
dog199200
Software Suggestion
Hello everyone! I've done some digging through the database here to see if I could find something that would work for my needs and to my luck nothing.. So I figured maybe the community can help point...
Forum:
vB4 Programming Discussions
10-03-2012, 08:20 AM
Replies:
1
Having trouble logging in via the API
Views:
938
Posted By
dog199200
Umm what are you trying to do exactly? I know...
Umm what are you trying to do exactly? I know you're trying to get a login system to work, but for what? From my understanding the API is for mobile use. If you're trying to login on a standard...
Forum:
vB4 Programming Discussions
10-03-2012, 05:43 AM
Replies:
16
Facebook Connect on External Site
Views:
1,814
Posted By
dog199200
Bump. This is something I really need help or...
Bump. This is something I really need help or advice with. I am not the first person to wanna do this. Suggestions?
Forum:
vB4 Programming Discussions
10-01-2012, 03:53 PM
Replies:
16
Facebook Connect on External Site
Views:
1,814
Posted By
dog199200
Facebook Connect on External Site
I am just wondering. How can I tap into vBulletins facebook connect button? I would like to add the button into an external page. I have my external page and vB bridged by calling the global file in...
Forum:
vBulletin 4.x Add-ons
10-01-2012, 02:58 PM
Replies:
60
Miscellaneous Hacks -
Digital Point Better Facebook Registration
Views:
13,438
Posted By
dog199200
I have an issue. I can't get this to work. I...
I have an issue. I can't get this to work. I imported it correctly, but no matter what when the person hits connect it instantly registers them instead of redirecting them to the registration page.. ...
Forum:
vB4 General Discussions
02-02-2012, 08:44 PM
Replies:
3
Posting To Facebook
Views:
485
Posted By
dog199200
Posting To Facebook
This is driving me nuts so I have to ask, and maybe someone here can help me come up with a solution. I am setting up a website for commercial uses and got both a Facebook and a Twitter account setup...
Forum:
vB4 Programming Discussions
12-18-2011, 04:55 AM
Replies:
8
Changing Hash
Views:
815
Posted By
dog199200
Thanks. I'll look into it when i have the time....
Thanks. I'll look into it when i have the time. Something came up :-/
Forum:
vB4 Programming Discussions
12-16-2011, 11:43 PM
Replies:
8
Changing Hash
Views:
815
Posted By
dog199200
Ok so basically I just need to string this out of...
Ok so basically I just need to string this out of my login form:
<form action="" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
<script...
Forum:
vB4 Programming Discussions
12-16-2011, 09:50 PM
Replies:
8
Changing Hash
Views:
815
Posted By
dog199200
Anyways the only place for the password that I...
Anyways the only place for the password that I have seen is in includes/functions_login.php, lines 170-172
$vbulletin->userinfo['password'] != iif($password AND !$md5password,...
Forum:
vB4 Programming Discussions
12-16-2011, 09:27 PM
Replies:
8
Changing Hash
Views:
815
Posted By
dog199200
Basically I am working with a game engine that...
Basically I am working with a game engine that uses just md5() to hash the password, and vB uses md5(md5($pass).$salt). The login system for the game engine is built into the source code and I don't...
Forum:
vB4 Programming Discussions
12-16-2011, 07:02 PM
Replies:
8
Changing Hash
Views:
815
Posted By
dog199200
Changing Hash
I was wondering, how do you change vB's password hashing system to md5() instead of md5(md5($pass).$salt)?
I know a lot of people are probably going to tell me not to change the hash, but when...
Forum:
vB4 Programming Discussions
12-08-2011, 10:14 PM
Replies:
9
Add users from an external non-vBulletin site ?
Views:
761
Posted By
dog199200
I seen the words add, not transfer that's why...
I seen the words add, not transfer that's why your suggestion threw me off
Forum:
vB4 Programming Discussions
12-08-2011, 07:19 PM
Replies:
9
Add users from an external non-vBulletin site ?
Views:
761
Posted By
dog199200
Isn't ImpEx designed for transferring data from...
Isn't ImpEx designed for transferring data from an external forum service into vBulletin?
Forum:
vB4 Programming Discussions
12-08-2011, 06:37 PM
Replies:
9
Add users from an external non-vBulletin site ?
Views:
761
Posted By
dog199200
it's possible two ways. 1) you can use the...
it's possible two ways. 1) you can use the internal system for vB to add users:
https://vborg.vbsupport.ru/showthread.php?t=82836&highlight=Create+New+User
that's a guide I found, but maybe...
Forum:
vBulletin 4.x Add-ons
12-07-2011, 12:24 PM
Replies:
164
Forum Display Enhancements -
[rellect] Two columns of categories
Views:
50,096
Posted By
dog199200
<a...
<a href="http://www.forum.divineshadowsonline.com/" target="_blank">http://www.forum.divineshadowsonline.com/</a>
That's my forum url. It isn't so bad offline but when logged in is when it over...
Forum:
vBulletin 4.x Add-ons
12-06-2011, 10:42 PM
Replies:
164
Forum Display Enhancements -
[rellect] Two columns of categories
Views:
50,096
Posted By
dog199200
I'm also having the same issue with everything...
I'm also having the same issue with everything bleeding over. I think all my widths sets are all fixed not fluid. Though where in the css does this edit exactly? I think i can do some editing on my...
Forum:
vBulletin 4.x Add-ons
12-06-2011, 07:09 PM
Replies:
164
Forum Display Enhancements -
[rellect] Two columns of categories
Views:
50,096
Posted By
dog199200
it doesn't do anything for me either:...
it doesn't do anything for me either: http://www.forum.divineshadowsonline.com
Showing results 1 to 25 of 41
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
01:51 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.02083 seconds
Memory Usage
2,034KB
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
(32)
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.0009
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi