Script problems

mattyp

New Member
Messages
4
Reaction score
0
Points
0
i am a newbie at this and so i dont really know how to debug scripts, but when i used these scripts, it wouldnt let me log into my site while using them, it says invalid username even when i type in the info that came with the tables could some1 take a look at the scripts and tell me what the problem is/ fix them for me??
 
Last edited:

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
as I was looking at the script..I saw that in your db_info.php you included the actual info..I would highly suggest you take this down, edit the page, and repost it. otherwise your hosting could be comprimized.

don't worry, I won't do anything with your info..you should also change it after this, so that people that already got it, can't get in
 

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
dowloading the comple scripts requires 2.15 MB,and iam running out my quota.

Can you pls post the relevant code here.So that i can have a look.
 

mattyp

New Member
Messages
4
Reaction score
0
Points
0
dowloading the comple scripts requires 2.15 MB,and iam running out my quota.

Can you pls post the relevant code here.So that i can have a look.

what would u consider the relevant code, like i said im a newb really dont kow about this
 

woiwky

New Member
Messages
390
Reaction score
0
Points
0
If these files were encrypted with the Zend encoder, then there's not a lot we can do about them. However, if it's a login error, then there's a fair chance that the problem is with the login data, either the data being entered or the data in the db.

Also, when you say "the info that came with the tables", what tables are you referring to? Tables in the db? If so, and if the password was encrypted, then it wouldn't work if you tried to use that value for the password.

And may I ask where you got these files from?
 

mattyp

New Member
Messages
4
Reaction score
0
Points
0
um i dled the scrypts and decrypted them, it came with a sql file that i uploaded to the db, and it had a user and pw in there, i got em from war-lords.net, they r the muttek dead scripts
 

woiwky

New Member
Messages
390
Reaction score
0
Points
0
Then why did you post the encrypted files if you had them decrypted?

But anyway, I'm assuming you of course ran the queries before trying to login. In that case, the code is needed to determine why it's saying the login is invalid. Perhaps something is going wrong with the mysql connection or queries.
 

mattyp

New Member
Messages
4
Reaction score
0
Points
0
well actually, i found different scripts that have a better template, but same problem, so i will just post them here, i got them from the same place, and these r the dastek scripts
 

Attachments

  • Dastek.zip
    891 KB · Views: 8

screwed091

New Member
Messages
1
Reaction score
0
Points
0
Thats because all of these battle.net scripts were originated from one original script. I too, have been trying to get this to work. It seems that these battle.net scripts work on some servers, but don't work on others. I am thinking it has to do with sessions not working correctly on some newer servers. There is another script called Nettek, that is again basically the same code as Muttek and Dastek, only its open source. You can download them from this link : http://www.mediafire.com/?gmnz1e1tzfr
The passwords do not get encrypted in the database. I have been searching for a solution to this issue for awhile, yet nothing has really come up to me. The only thing I can conclude is that the sessions are not working, but I cannot say why, or how to fix it. If anyone could take a look, most of the login process is in the main.php file. I am sure both of us would appreciate it a lot.
 
Top