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 Releases
CMS Releases
[Plugin-Dev] RevCMS- VisualCCMS ASE! !NEW! [Plugin-Dev]
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="DaLightz" data-source="post: 111852" data-attributes="member: 17436"><p>Here is the dashboard.</p><p>[PHP]<?php</p><p>include('/class/top_class.php');</p><p>// ################################</p><p>// Creates header for the ASE</p><p>?></p><p> </p><p> <div id="content"></p><p> <div id="title"><div id="rightlinks">Welcome <b>{username}</b>!</div> Dashboard</div></p><p> <div id="icons"></p><p> <ul></p><p> <!-- Icons will show here (like cancel etc.)--></p><p> </p><p> </ul></p><p> </div></p><p> <div id="body"><b>Welcome back to the ASE {username}!</b><br /></p><p> <center><?php</p><p>$nextWeek = time() + (7 * 24 * 60 * 60);</p><p> // 7 days; 24 hours; 60 mins; 60secs</p><p>echo 'Date : '. date('d-m-y') ."\n";</p><p>?></p><p><br /></p><p> </p><p> Server Status:{status} &nbsp; Hotelname : {hotelname}<br /></p><p> user(s) online : {online} </center></p><p> </p><p> </p><p> </div></p><p> <div id="copyright"></p><p> <?php</p><p>include('/class/bottom_class.php');</p><p>// ################################</p><p>// Creates footer for the ASE</p><p>?></p><p> </div></p><p> </div></p><p> </body></p><p></html>[/PHP]</p></blockquote><p></p>
[QUOTE="DaLightz, post: 111852, member: 17436"] Here is the dashboard. [PHP]<?php include('/class/top_class.php'); // ################################ // Creates header for the ASE ?> <div id="content"> <div id="title"><div id="rightlinks">Welcome <b>{username}</b>!</div> Dashboard</div> <div id="icons"> <ul> <!-- Icons will show here (like cancel etc.)--> </ul> </div> <div id="body"><b>Welcome back to the ASE {username}!</b><br /> <center><?php $nextWeek = time() + (7 * 24 * 60 * 60); // 7 days; 24 hours; 60 mins; 60secs echo 'Date : '. date('d-m-y') ."\n"; ?> <br /> Server Status:{status} Hotelname : {hotelname}<br /> user(s) online : {online} </center> </div> <div id="copyright"> <?php include('/class/bottom_class.php'); // ################################ // Creates footer for the ASE ?> </div> </div> </body> </html>[/PHP] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[Plugin-Dev] RevCMS- VisualCCMS ASE! !NEW! [Plugin-Dev]
Top