Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages!

Newbie Spellweaver
Joined
Mar 9, 2014
Messages
36
Reaction score
1
I don't like the old school habbo style at all but I love what you did there with the login etc.
 
Newbie Spellweaver
Joined
Oct 4, 2012
Messages
31
Reaction score
7
ok here is my boost cms
what i have added is:
1.gander inside the register
2.added referrals
and boost cms installer
it will help you save your time so you does not need to edit the file 1 by 1
here the download link

soon i will going to share the new nav bar which is used in

here some screenies
v3 - [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages! - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Nov 19, 2011
Messages
177
Reaction score
16
ok here is my boost cms
what i have added is:
1.gander inside the register
2.added referrals
and boost cms installer
it will help you save your time so you does not need to edit the file 1 by 1
here the download link

soon i will going to share the new nav bar which is used in

here some screenies
View attachment 145377
Is that mine referral system ?
 
Experienced Elementalist
Joined
Nov 26, 2011
Messages
294
Reaction score
17
That's great. Will use this with Plus r2. :)
 
Newbie Spellweaver
Joined
Dec 16, 2012
Messages
43
Reaction score
3
Someone that can helps me? I get this error when i wan't to use my R63B client..

PHP:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in C:\xampp\htdocs\Boost\Library\MySql.php on line 59

Fatal error: Call to a member function Execute() on a non-object in C:\xampp\htdocs\Boost\Library\MySql.php on line 60

Help?
 
Junior Spellweaver
Joined
Nov 19, 2011
Messages
177
Reaction score
16
Someone that can helps me? I get this error when i wan't to use my R63B client..

PHP:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in C:\xampp\htdocs\Boost\Library\MySql.php on line 59

Fatal error: Call to a member function Execute() on a non-object in C:\xampp\htdocs\Boost\Library\MySql.php on line 60

Help?

Double check your db :)
 
Newbie Spellweaver
Joined
Oct 4, 2012
Messages
31
Reaction score
7
ok here is my boost cms
what i have added is:
1.gander inside the register
2.added referrals
and boost cms installer
it will help you save your time so you does not need to edit the file 1 by 1
here the download link

soon i will going to share the new nav bar which is used in

here some screenies
View attachment 145377

as i say there i will share my new navbar
soo here it is

some bugs:
1.the new shop
-go to \boost\pakages\new shop\
-open maps.php
-clear all code inside
-and put this inside
<?php
$this->Map('/shop', 'shop.php');
?>

2.for referals
-go to \boost\pakages\referrals\templates\
-open the myscore.tpl
-change
$getref = CMS::$MySql->Query("SELECT count(username) as cnt FROM referrals WHERE username='".$_SESSION['username']."'");
to
$getref = CMS::$MySql->Query("SELECT count(refer) as cnt FROM users WHERE refer='".$_SESSION['username']."'");

3.if you register and the referrals name change to 0 in top 20
-open \boost\pakages\Extention_NewIndex\pages\regsubmit.php
-find
Users::Add($Name, $Mail, $Pass, $gender, 0, $Referrals);
change it to
Users::Add($Name, $Mail, $Pass, $gender, $Referrals, 0);

here some screenies:
boost1 - [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages! - RaGEZONE Forums
boost2 - [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages! - RaGEZONE Forums
boost3 - [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages! - RaGEZONE Forums
boost4 - [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages! - RaGEZONE Forums
boost5 - [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages! - RaGEZONE Forums

Download link


done forget to push
azaidi - [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages! - RaGEZONE Forums
and
azaidi - [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages! - RaGEZONE Forums
thank you
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Oct 18, 2012
Messages
17
Reaction score
0
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : "VPS IP",
"connection.info.port" : "30000",
"site.url" : "http://www.habbo.nl/",
"url.prefix" : "http://www.habbo.nl/",
"client.reload.url" : "/client",
"client.fatal.error.url" : "/client/error",
"client.connection.failed.url" : "/client/error",
"external.variables.txt" : "http://www.habbo.nl/r63/external_variables.txt",
"external.texts.txt" : "http://www.habbo.nl/r63/external_flash_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "d5b39d04aceef842127092c9cdc60d57",
"processlog.enabled" : "1",
"account_id" : "3",
"client.starting" : "Please wait! Boost is Loading...",
"flash.client.url" : "/client",
"user.hash" : "-",
"flash.client.origin" : "popup"
};

var params = {
"base" : "http://www.habbo.nl/r63/",


This is coming up when I "view source" on my client and I have no idea why its saying habbo.nl etc, I have edited the links in config files and external_variables to my own, unless theres a file i cant find that hasto be edited but i dont think there is
 
Ask me about Daoism
Loyal Member
Joined
Nov 6, 2010
Messages
1,560
Reaction score
393
If you directly reference /Configuration/MySQL.txt you can easily get the db info. IIS probably allows you to view it even if web.config is set properly.


Why would you ever do this. Why would you put configuration into a .txt?
 
I don't even know
Loyal Member
Joined
Apr 7, 2010
Messages
1,699
Reaction score
420
If you directly reference /Configuration/MySQL.txt you can easily get the db info. IIS probably allows you to view it even if web.config is set properly.


Why would you ever do this. Why would you put configuration into a .txt?

If you feel insecure just delete the .txt files. The web.config and .htaccess are supposed to block access to them though
 
I don't even know
Loyal Member
Joined
Apr 7, 2010
Messages
1,699
Reaction score
420
Hm. Ok. But it's faster to just not parse 'em.

They're only parsed once, after that it just loads all .php config files, which is why you can delete the .txt files. And by the way, what do you want to do with the TXT files? You shouldn't host a PHPMyAdmin anyway, and with the MySQL password you still shouldn't be able to connect from outside 127.0.0.1. I don't see the security problem to be honest, and I like the .TXT files myself. If you don't like them, just delete them, it's really simple.
 
Ask me about Daoism
Loyal Member
Joined
Nov 6, 2010
Messages
1,560
Reaction score
393
They're only parsed once, after that it just loads all .php config files, which is why you can delete the .txt files. And by the way, what do you want to do with the TXT files? You shouldn't host a PHPMyAdmin anyway, and with the MySQL password you still shouldn't be able to connect from outside 127.0.0.1. I don't see the security problem to be honest, and I like the .TXT files myself. If you don't like them, just delete them, it's really simple.

That's an excellent point. I withdraw my earlier arguments :8:
 
Back
Top