Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
Views: 1,814
Posted By dog199200
Bump

Bump
Forum: vB4 Programming Discussions 01-06-2013, 03:45 PM
Replies: 16
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
Views: 1,814
Posted By dog199200
bump

bump
Forum: vB4 Programming Discussions 10-06-2012, 02:30 PM
Replies: 16
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 01:51 PM.


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