View Single Post
  #60  
Old 02-27-2006, 08:05 AM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to find your BBPASSWORD & USERID

Mozilla Firefox Users

Open Firefox and click on the tools menu at the top, then select options. A options menu should pop up with some tabs. The tabs should show

General - Privacy - Content - Tabs - Downloads - Advanced.

Click on the tab that says Privacy. On the bottom left you will see a button that says View Cookies go ahead and click on that button.

Search for cookies...
Now you will see a search box. Lets say you would like to add this for the vBulletin.org forums. You would simply type in vBulletin.org and press enter.

Your search results should show the following information: (You might have to scroll down the search results some)

Site and Cookie Name. Look for vBulletin.org as the site and bbpassword as the cookie name. Once you find that, click on it. Some information will be shown just under it.
  • Name: bbpassword
  • Content: (32 alphanumeric characters)
  • Domain: .vbulletin.org
  • Path: /
  • ...ect
All you want is the content value. Those 32 alphanumeric characters should be pasted into the XML file as the bbpassword.
Internet Explorer Users

Open your favorite text-editing program. Then open c:\Documents and Settings\*username*\Cookies\

At this point you will need to search that directory for a file that will be named something like this: Assuming you are using this for vBulletin.org. *username*@vbulletin[1].txt.

Once you find that file, open it up in the text editor and search for bbpassword. Just under that or next to it you will see 32 alphanumeric characters. Those 32 alphanumeric characters should be pasted into the XML file as the bbpassword.

*username* = The name you use to log into your computer. Example: Owner, home, ect..
Whats My Userid?
To get your userid, just view your profile... the url will look like member.php?u=123. Where 123 is will be your userid.

vbnotify.config.xml File
So now your XML file should look like so...

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>

<vbnotify>

        <dialogs>
                <dialog name="pm" enabled="true" interval="5" shown="3"></dialog>
        </dialogs>

        <forums>
                <forum name="vBulletin.org" url="https://vborg.vbsupport.ru/" bbuserid="123" bbpassword="55jdmxgs5s224s2a32a48c2s2sx8x3ss"></forum>
        </forums>

</vbnotify>
The bbpassword shown there was random to show you what it should look like. Hope this helps answer questions before they are needed to be posted.

Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01222 seconds
  • Memory Usage 1,772KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete