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
Boolean given help
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="Sab" data-source="post: 168613" data-attributes="member: 3878"><p>[PHP]<?php</p><p>/*</p><p>Pluz ASE made by Ryan, With the help of "Grape ASE"</p><p>Twitter; @OtakuPluz</p><p>Original database config by, "Grapefruit"</p><p>Pluz ASE, Database Config (Please do not share this file with anyone, as it contain's your Database password.</p><p>If you get any issue's with Pluz ASE, please PM or Tweet me, Thanks.</p><p>*/</p><p> </p><p> </p><p>// Database config</p><p>$host = "localhost"; // Your database host, normaly localhost</p><p>$user = "root"; // Database username</p><p>$password = ""; // Your database password</p><p>$database = ""; // The name of the database on your server</p><p> </p><p> </p><p> </p><p>mysql_connect($host, $user, $password) or die(mysql_error());</p><p>mysql_select_db($database) or die(mysql_error());</p><p> </p><p>?>[/PHP][DOUBLEPOST=1356838664,1356838628][/DOUBLEPOST]</p><p>Na, sorry got confused. <img src="/styles/default/xenforo/smilies/emojione/tongue.png" class="smilie" loading="lazy" alt=":p" title="Stick Out Tongue :p" data-shortname=":p" /> Didn't really read your post.</p></blockquote><p></p>
[QUOTE="Sab, post: 168613, member: 3878"] [PHP]<?php /* Pluz ASE made by Ryan, With the help of "Grape ASE" Twitter; @OtakuPluz Original database config by, "Grapefruit" Pluz ASE, Database Config (Please do not share this file with anyone, as it contain's your Database password. If you get any issue's with Pluz ASE, please PM or Tweet me, Thanks. */ // Database config $host = "localhost"; // Your database host, normaly localhost $user = "root"; // Database username $password = ""; // Your database password $database = ""; // The name of the database on your server mysql_connect($host, $user, $password) or die(mysql_error()); mysql_select_db($database) or die(mysql_error()); ?>[/PHP][DOUBLEPOST=1356838664,1356838628][/DOUBLEPOST] Na, sorry got confused. :P Didn't really read your post. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Boolean given help
Top