 | |
05-18-2008, 12:42 PM
|
· #1 | | NamePros Member | password assistance I apologize if this is in the wrong forum section, but thought programmers might be able to tell me where to look.
I bought a script from a site not realizing the business is not operating any longer. (I can provide the site where purchased and paypal receipt if you are concerned that I am trying to rip someone off).
I can't log in to get the script to function as the passwords in the readme file aren't correct.
I know that log in info has to be stored somewhere in the files otherwise...logins would never work..right?
Can anyone may be give me a clue where I might be able to find the file tha contains the piece I need to get the script installed.
Thanks in advance for your assistance...and my hair thanks you too.
Craig |
| |
05-18-2008, 01:06 PM
|
· #2 | | DNOA Member Name: Matthew Holt Location: 127.0.0.1 Join Date: May 2004
Posts: 4,869
NP$: 17.21 ( Donate)
| Where can you not log in to?
Login information is usually stored in a database or config file. |
| |
05-18-2008, 01:08 PM
|
· #3 | | Senior Member Name: Josh Evans Location: Ohio Join Date: Aug 2005
Posts: 1,704
NP$: 149.75 ( Donate)
| Can you tell us the name of the script (if it has one)?
__________________
"If PHP is peanut butter...then...MySQL would be the jelly. Together they can make one heck of a good sandwich." --- Netzilla 9/14/08
|
| |
05-18-2008, 01:13 PM
|
· #4 | | NamePros Staff Name: Peter Location: Scotland Join Date: Nov 2003
Posts: 4,181
NP$: 2051.15 ( Donate)
| There are a few possibilities.
1) username and password is stored in a config file or something similar
2) The username and password is stored in the database
3) They are stored in a htaccess and htpasswd
might be worth letting us have alook and it might then be more apparent where the password is stored |
| |
05-18-2008, 01:35 PM
|
· #5 | | NamePros Member | the software is called
spyname 1.04
WGS-Expire v1.04
a domain finder script.
Craig |
| |
05-18-2008, 09:55 PM
|
· #6 | | I'll do it Name: Keral. Patel. Location: India Join Date: Dec 2005
Posts: 5,563
NP$: 11019.15 ( Donate)
| Could be config, password or any other files like that.
99% chances are that it is in database.
If in database then in tables like user, users, admin, config, etc....
If the password is MD5 encrypted then you won't be able to see the password from database. So you will have to see how it stores the password function. Copy that code into a new file supply a string like "aaaaaa" and pass it through that function and you will get the new string MD5 and hashed with whatever stuff the script does normally. This string you can substitute in your database now and you password will be "aaaaaa"
Thanks. |
| |
05-21-2008, 11:23 AM
|
· #7 | | Senior Member Name: Dennis Location: Joliet, Illinois Join Date: Apr 2005
Posts: 1,149
NP$: 349.10 ( Donate)
| Try what -Nick- said. If it is md5 (always exactly 32 char.) then put this value in to make your password "admin" (without quotes): 21232f297a57a5a743894a0e4a801fc3
Just trying to save you time running the md5(); code
-RageD |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |