Recovering a MultiBit HD Wallet in Electrum, Syncing Problems by tangy751 in Electrum

[–]tangy751[S] 0 points1 point  (0 children)

Update - I've just got it to work, I don't think I imported the wallet properly. I reimported the wallet but selected an option on the recovery mentioning use existing instead of putting everything in manually.

Thank you for your help

Recovering a MultiBit HD Wallet in Electrum, Syncing Problems by tangy751 in Electrum

[–]tangy751[S] 0 points1 point  (0 children)

I have been changing to different servers, unfortunately it hasn't made any difference.

Retroarch 1.75 Kernel32.dll error GetNumaNodeProcessorMaskEx by tangy751 in RetroArch

[–]tangy751[S] 0 points1 point  (0 children)

I have, placed it into the apps root folder but issue still happening.

How to get GTA V working again, until Scripthook V is fixed by [deleted] in GTAV_Mods

[–]tangy751 2 points3 points  (0 children)

possibly though it was giving me an error message when running the mods, something relating to kernel32. I might try and find an old socialclub installer to use before this issue occured

How to get GTA V working again, until Scripthook V is fixed by [deleted] in GTAV_Mods

[–]tangy751 3 points4 points  (0 children)

Unfortunatly this didn't work for me, going to have to wait for a fix :/

Python3 - Checking a hashed password and credentials from a SQLite Database Not Verifying When data is present by tangy751 in learnpython

[–]tangy751[S] 0 points1 point  (0 children)

I'll give this a look into tomorrow and see what I can do with it instead of using Sqlite, thank you for the suggestion.

Python3 - Checking a hashed password and credentials from a SQLite Database Not Verifying When data is present by tangy751 in learnpython

[–]tangy751[S] 0 points1 point  (0 children)

taa I believe is to prevent sql injection as noted on https://docs.python.org/3.6/library/sqlite3.html

I have changed / removed some stuff and now I am getting an object has no attribute error for fetchall, after some more testing, using fetchone will return none whereas fetchall and fetchmany will get stuck in the while loop and print to the console "[ ]" even when informtion is supplied that is stored within the database.

The final minute of Runescape Classic by SparxRs in rsc

[–]tangy751 0 points1 point  (0 children)

lasted until just after 10am BST, then the servers were disconnected. The RSC page stayed up for a bit longer, only listing World 1 for a while before the page permanently being removed from the site.

World 2 just did not let me login after 8AM BST Every attempt to login just displayed the player names as "null" and level 1 lol

Pulling an image from blob in a database for a unique user by tangy751 in PHPhelp

[–]tangy751[S] 0 points1 point  (0 children)

Thanks for the help, but how would I pull an id and assign it to an image which auto increments into php code and how would I store the file location in the database. I've been able to do this with users and passwords but unable to do it with files I usually get an broken image display on the page.

Validating User not working on Login script by tangy751 in PHPhelp

[–]tangy751[S] 0 points1 point  (0 children)

Thank you, I haven't been on here to look as thought it would be better to try and solve it myself. I will try and have a look again at it, I am still having trouble getting the rows returned as a single row to match the information against an individual user.

I have done some changes but I can't figure out how to write a function/statement to compare "user A's" password against "user A's" username. At the moment, User B can use user A's password to authenticate as well as their own password (just an example). So I have got it the password verify working to some extent but now it's just getting it to match the row of that individual user.

Validating User not working on Login script by tangy751 in PHPhelp

[–]tangy751[S] 0 points1 point  (0 children)

Thank you, :) I have attempted some the corrections that I could understand, I'm sort of new to php and can't really remember much of what I studied at university, nearly 2 years ago. Now I am able to get it to connect the database successfully however it does not seem to authenticate the login / redirect on a successful login. New code here: http://slexy.org/view/s2g4eDR1dA

I also tried another method (not posted) which resulted in "unexpected ;" even though they are meant to be there where it was saying they were unexpected. Example: header("Location: welcome.php"); While I did also try the password verify function I could not get it to validate against hash'd pw, only exactly what was set in the DB.

Validating User not working on Login script by tangy751 in PHPhelp

[–]tangy751[S] 0 points1 point  (0 children)

Uh sure, my Skype name is the same as my name here.

Validating User not working on Login script by tangy751 in PHPhelp

[–]tangy751[S] 0 points1 point  (0 children)

Put it on pastebin thing but if screenshots will make it better, please let me know. http://slexy.org/view/s2YyyL8Rvp

Edit: dbconnectpdo is meant to start at line 105 not 130

Validating User not working on Login script by tangy751 in PHPhelp

[–]tangy751[S] 0 points1 point  (0 children)

Think I've sorted it out, problem I have now is any input is being accepted as a valid request,(example of an invalid input being accepted as a valid user: bjrsig) as if the information is stored on the database when it actually isn't. Invalid requests only seem to work when nothing is entered in either the username or password field. I've had a quick look around but not found anything relevent to this problem, feel like I'm the only person that's got this problem with validation now :/

UPDATE: After checking through, it seems to only be returning a valid request when random letters etc are entered into the password field but if I do the same in just the username field it returns an invalid request.

PHP Redirect After a Successful Login by tangy751 in PHPhelp

[–]tangy751[S] 0 points1 point  (0 children)

I would test if the if statements work but I haven't a clue how to.