ArkaCMS (HabshineCMS Edit+Fix).

Status
Not open for further replies.

MrArkalys

Java Dev
Jul 29, 2013
271
16
Hey, here is the release as promised, enjoy and like my post if you like the release ;)
I used a bit to much blue but well... not ugly :p

Screens:

Me:
Index:
Staff:
Register:
Client:
Community:

It's good cms, swfs provided but not fully translated.

Credits: Well i am the creator/owner of HabshineCMS too so all credits to me for this release.

Don't Trust don't download i don't give exploits/viruses so your choise.

Download Link WITH Swf's (270 MB):
Download Link WITHOUT Swf's(25 MB):
 

Heisenberg

i am the danger
Oct 5, 2013
151
46
That black bit on the edge should really be fixed.
 

MrArkalys

Java Dev
Jul 29, 2013
271
16
That black bit on the edge should really be fixed.

Ah, well small problem here is how people can do it theirselfes:

Go to htdocs -> Content -> tpl -> styles -> Habbo -> Images -> there is a image named 1.gif just change the black part to blue or white or remove it with paint by cutting that part off, easy for all<
 

MrArkalys

Java Dev
Jul 29, 2013
271
16
Agreed with Heisenberg. but thanks for telling us house to fix it even tho we knew becuz i knew but, great release 8/10:rasta:

Thx m8, always nice to have good feedback :p + Some starters/newbies don't know how to fix so easyer to find on this topic :)
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Its alright, not bad. A few things I don't like, such as the background. 7/10
 

Straya

Straya Cunt
Mar 23, 2013
178
44
You should fix that black corner yourself, it could save people time.

The cms looks ugly, no offense, the background looks like shit and the color scheme....
 

Damon

Member
Aug 13, 2012
364
114
Looks ugly as, sorry. It just does not look any good even if you fix the "major" errors (black parts etc.)

Not 100% sure but can you explain what you did to Habshine cms to be able to rename it to arkacms?
 

Data

Posting Freak
May 19, 2013
593
97
Horrible RevCMS rename, you have just edited revcms global.php and edited the folder names.
The Global.PHP from this
<?php

// Special Functions

if(!defined('IN_INDEX')) { die('<body bgcolor="#808080"><table width="900" border="0" bgcolor="#FFFFFF" align="center" style="border-radius:10px; padding:15PX;"><tr><td><font style="font-size:36px;font-weight:500;color:#000000;text-align:center;" ><center><img src="../tpl/skins/Habbo/images/warning.gif" width="300px;"><br />Toegang Geweigerd!<br /></center></font></td></tr><tr><td><center>'); }
if(isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
error_reporting(E_ALL ^ E_NOTICE);

define('A', 'content/');
define('I', 'interfaces/');
define('M', 'configuration/');
define('T', 'tpl/');


//REVOLUTION

use Revolution as Rev;


//INTERFACES

require_once A . I . 'interface.core.php';

require_once A . I . 'interface.engine.php';

require_once A . I . 'interface.users.php';

require_once A . I . 'interface.template.php';

//TPL

require_once A . T . I . 'interface.forms.php';

//HTML

require_once A . T . I . 'interface.html.php';

//CSS

require_once A . T . I . 'interface.css.php';

//JS

require_once A . T . I . 'interface.js.php';


//CLASSES

//app

require_once A . 'class.core.php';

require_once A . 'class.engine.php';

require_once A . 'class.users.php';

require_once A . 'class.template.php';

//MANAGEMENT

require_once A . M . 'config.php';

require_once A . M . 'recaptchalib.php';

//TPL

require_once A . T . 'class.forms.php';

//HTML

require_once A . T . 'class.html.php';

//CSS

require_once A . T . 'class.css.php';

//JS

require_once A . T . 'class.js.php';


//OBJ

$core = new Rev\core();

$engine = new Rev\engine();

$users = new Rev\users();

$template = new Rev\template();

$template->form = new Rev\forms();

$template->html = new Rev\html();

$template->css = new Rev\css();

$template->js = new Rev\js();

//START

session_start();

$engine->Initiate();

$template->Initiate();

?>

Global.php from RevCMS
<?php

// Special Functions

function filter($var)
{
return mysql_real_escape_string(stripslashes(htmlspecialchars($var)));
}

if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
if(isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
error_reporting(E_ALL ^ E_NOTICE);

define('A', 'app/');
define('I', 'interfaces/');
define('M', 'management/');
define('T', 'tpl/');


//REVOLUTION

use Revolution as Rev;


//INTERFACES

require_once A . I . 'interface.core.php';

require_once A . I . 'interface.engine.php';

require_once A . I . 'interface.users.php';

require_once A . I . 'interface.template.php';

//TPL

require_once A . T . I . 'interface.forms.php';

//HTML

require_once A . T . I . 'interface.html.php';

//CSS

require_once A . T . I . 'interface.css.php';

//JS

require_once A . T . I . 'interface.js.php';


//CLASSES

//app

require_once A . 'class.core.php';

require_once A . 'class.engine.php';

require_once A . 'class.users.php';

require_once A . 'class.template.php';

//MANAGEMENT

require_once A . M . 'config.php';

require_once A . M . 'recaptchalib.php';

//TPL

require_once A . T . 'class.forms.php';

//HTML

require_once A . T . 'class.html.php';

//CSS

require_once A . T . 'class.css.php';

//JS

require_once A . T . 'class.js.php';


//OBJ

$core = new Rev\core();

$engine = new Rev\engine();

$users = new Rev\users();

$template = new Rev\template();

$template->form = new Rev\forms();

$template->html = new Rev\html();

$template->css = new Rev\css();

$template->js = new Rev\js();

//START

session_start();

$engine->Initiate();

$template->Initiate();

?>
 

MrArkalys

Java Dev
Jul 29, 2013
271
16
Horrible RevCMS rename, you have just edited revcms global.php and edited the folder names.
The Global.PHP from this


Global.php from RevCMS

Honey i say credits to my old release, that release is using WalkCMS who is an edit of RevCMS so...
 
Status
Not open for further replies.

Users who are viewing this thread

Top