Okay. In URLs, a + is basically a space so I guess in the API call it thought I meant a +. It now replaces + with $$ in the api call and miner user so if you see somebody with $$ in their UID, it's supposed to be a +.Its working now dude! Looks like it was the + in my UID. <3
I thought about adding that already. That shouldn't be hard to do. I'll see if I'm gonna work on it, thanksHello, it would be possible to put a quantity of augmentative h / s! Example: 3000 H / s won Group 1, 4000 won Group 2, and so on!
function uidencode($uid){return str_replace("+", "$$", $uid);}
function uiddecode($uid){return str_replace("$$", "+", $uid);}
Try it with a fresh download. Everything should work perfectly fine.If I try to register myself, the error message "No user found. You have to be connected to the TS server if you want to register." shows.
If I add this
there's no error shown, but it won't show any names.PHP:function uidencode($uid){return str_replace("+", "$$", $uid);} function uiddecode($uid){return str_replace("$$", "+", $uid);}
testconn.php works perfectly and the logs are clear too.
Not working - still the same:Try it with a fresh download. Everything should work perfectly fine.
If it's still not working, post your config here. Remove the password though
Can you see anything in your console when you try to register? (F12 or right click > Inspect Element)Not working - still the same:
Can you see anything in your console when you try to register? (F12 or right click > Inspect Element)
Have you imported the mysql database correctly?
I see that you changed the name of it in your config. Have you renamed it too?
Are there any entries in the database?
Please send me a zipped version of your coinhive folder as a private message so that I can test it. (Remove passwords etc of course)