-
Posts
10 -
Joined
-
Last visited
Community Answers
-
IPBPowerDev's post in Help for API and password problem was marked as the answer
Ok i fixed it. I just made a variable:
$pass = urlencode(thepassword); to fix it 🙂 , by using urlencode, it will encode the pass to avoid special characters. I'm just retarded :(((