Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by da_selector (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 07-25-2001 Last Update: Never Installs: 0
 
No support by the author.

I think this is the right forum...is there any way of getting a password from any of the files???

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 09-08-2002, 07:18 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

like i said if you had a nicer attitude then i'd be happy to help you out... but with your disrespect towards vbulletin members and staff you won't be getting any... for your information the passwords are exactly as they are... you want them? just select them from your database....

PHP Code:
$pass $DB_site->query("SELECT password FROM user WHERE userid=1");
  echo 
"$pass[password]"
And there's your password? like it good... thats how i get my passwords as for you informtion you want to learn more? then go do like the rest of us and learn some coding regards...

g-force22k2
Reply With Quote
  #43  
Old 09-08-2002, 07:54 AM
king sting king sting is offline
 
Join Date: Jul 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by g-force2k2
like i said if you had a nicer attitude then i'd be happy to help you out... but with your disrespect towards vbulletin members and staff you won't be getting any... for your information the passwords are exactly as they are... you want them? just select them from your database....

PHP Code:
$pass $DB_site->query("SELECT password FROM user WHERE userid=1");
  echo 
"$pass[password]"
And there's your password? like it good... thats how i get my passwords as for you informtion you want to learn more? then go do like the rest of us and learn some coding regards...

g-force22k2
uhh.. I'm sorry about the dis respect.. but I'm getting upset that no one wants to help and everyone just looks at me like i'm hella evil for waiting this feature or hack or whatever..

as for your database thing.. i dont know what your talking about.. are you really telling me how.. or was that a joke?
Reply With Quote
  #44  
Old 09-08-2002, 08:00 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what? a joke would be telling you to run a query that would delete your whole database and i don't really think that you're sorry for the disrespect... just saying that because someone is actually giving you something to work with... enjoy...

g-force2k2
Reply With Quote
  #45  
Old 09-08-2002, 08:44 AM
king sting king sting is offline
 
Join Date: Jul 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

man this isnt funny.. its serious business
Reply With Quote
  #46  
Old 09-08-2002, 01:00 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@king sting - There is no need to have the user's password...

Like Logician and g-force have said - You can get it if you need it...

If you provided some valid excuse, like "It's for National Security" or something, I am sure they would be more than willing to help...

I stopped posting at some UBB boards before, because the Admins kept getting my password, and checking my emails...I would not be comfortable if the Admin of the site I posted at had my password, nor would I be comfortable with the ability to see users password AS the Admin of a site...

There are reasons for having passwords, and in all fairness, only the Owner of the account and all those who he/she gives it to should know it

Satan
Reply With Quote
  #47  
Old 09-08-2002, 02:56 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by king sting
man this isnt funny.. its serious business
i never stated it wasn't serious... but as stated its your business... frankly smachol clearly told you that you can obtain passwords... without a doubt vbulletin doesn't restrict you this feature... but more ppl then not wanted it the way it was... end of story

g-force2k2
Reply With Quote
  #48  
Old 09-08-2002, 06:19 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@king sting, no one here ows it to you to write you a hack, or any hack at all, remember were all here out of our own free will. If your that desperate for it then contact a coder and pay them to do it. After your posts in this thread can you blame people for not wanting to help you?
Reply With Quote
  #49  
Old 09-09-2002, 06:58 AM
Scott MacVicar Scott MacVicar is offline
 
Join Date: Oct 2001
Location: Glasgow, Scotland
Posts: 1,199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

**removed how to do that**
Reply With Quote
  #50  
Old 09-09-2002, 07:09 AM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by smachol
Those lines are from pre-2.2.0 versions of vB. They are no longer functional.
steve, look in admin/adminlog.php at line 308. it's still present as part of the code.
i think they forgot it there because is the only string found on hole files...
Reply With Quote
  #51  
Old 09-09-2002, 07:31 AM
2 X Viverridae's Avatar
2 X Viverridae 2 X Viverridae is offline
 
Join Date: Jul 2002
Location: Undisclosed
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ PPN
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05229 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_imicons
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete