Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] How do I get the client working.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="funkyben" data-source="post: 77546" data-attributes="member: 11696"><p>And change the client.php located at C:\xampp1\htdocs\thehabbos_api\types</p><p>remove all .php after the client for example:</p><p>BEFORE:</p><p>//what happens if someone does successfully vote</p><p> header("Location: client.php");</p><p> break;</p><p> </p><p>AFTER:</p><p>//what happens if someone does successfully vote</p><p> header("Location: client");</p><p> break;</p></blockquote><p></p>
[QUOTE="funkyben, post: 77546, member: 11696"] And change the client.php located at C:\xampp1\htdocs\thehabbos_api\types remove all .php after the client for example: BEFORE: //what happens if someone does successfully vote header("Location: client.php"); break; AFTER: //what happens if someone does successfully vote header("Location: client"); break; [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] How do I get the client working.
Top