Come Modificare CMS
Salve a tutti ora vi spiego come modificare un Cms 

Allora Per prima cosa scarichiamoci HoloCms e Notepad++

Download HoloCms :RapidShare: 1-CLICK Web hosting - Easy Filehosting

Download Notepad++ :http://notepad.softonic.it/universaldownloader-launch

Secondo passo Traduciamo i File Piu Importanti 

Importante: Aprite il File con Notepad++ e traducete solo le scritte in Nero le altre no 

Me.php 

Staff.php

Community.php 

Account.php 

News.php

Credits.php


Dopo fatto questo Passiamo ai Diritti per Modificare i Diritti della Index.php e delle altre Bisogna andare su Templates->Login->Footer e cerchiamo questa stringa
P.s. Aprite Con notepad++

Codice:
| Copyright © 2008 Meth0d
+----------------------------------------------------+
| HoloCMS is provided "as is" and comes without
| warrenty of any kind. 
+---------------------------------------------------*/

if (!defined("IN_HOLOCMS")) { header("Location: ../../index.php"); exit; }

/*

	Please do not remove or edit the line defined below. If you do, you don't show much respect towards me.
	I have worked on HoloCMS for countless hours, I did this for free, without any personal gain for me at all.

	Please respect me and my work, and do not edit or remove the line defined below.

	If I do find people editing that line HoloCMS may go underground or I will simply stop developing, I'm
	prepared to go to the extreme.

	(Also, you're breaking the license if you do, and with that, copyright law)

	If you have any questions regarding this, feel free to e-mail me:
	meth0d at meth0d dot org

	Thanks in advance.

*/

?>

<!--[if lt IE 7]>
<script type="text/javascript">
Pngfix.doPngImageFix();
</script>
<![endif]-->

<div id="footer">
	<p><a href="index.php" target="_self"><font color='blue'>Homepage</font></a> | <a href="./privacy.php" target="_self"><font color='blue'>Privacy Policy</font></a></p>
<div align='center'><font color='red'><font face='Evanescent'><font size='5'>Powered by Cyntax CMS v3 &copy. <br /> All Rights Reserved.</font></font></font> </div>

</div></div>
        </div>
    </div>
</div>

<script type="text/javascript">
HabboView.run();
</script>
Invece per le altre pagine Bisogna andare Sempre su Templates Ma invece questa Volta Dovremmo Scegliere Community e andare ancora su Footer e cerchiamo questa stringa

Codice:
<?php
/*---------------------------------------------------+
| HoloCMS - Website and Content Management System
+----------------------------------------------------+
| Copyright © 2008 Meth0d
+----------------------------------------------------+
| HoloCMS is provided "as is" and comes without
| warrenty of any kind.
+---------------------------------------------------*/

if (!defined("IN_HOLOCMS")) { header("Location: ../../index.php"); exit; }

/*

	Please do not remove or edit the line defined below. If you do, you don't show much respect towards me.
	I have worked on HoloCMS for countless hours, I did this for free, without any personal gain for me at all.

	Please respect me and my work, and do not edit or remove the line defined below.

	If I do find people editing that line HoloCMS may go underground or I will simply stop developing, I'm
	prepared to go to the extreme.

	(Also, you're breaking the license if you do, and with that, copyright law)

	If you have any questions regarding this, feel free to e-mail me:
	meth0d at meth0d dot org

	Thanks in advance.

*/

?>
<?php if($noads == true){ ?>
<?php } elseif($pageid == "forum"){ ?>
<?php } else { ?>
<div id="column3" class="column">

<script type="text/javascript">
HabboView.run();

</script>
				<div class="habblet-container ">
						<div class="ad-container">
<?php $sql = mysql_query("SELECT * FROM cms_banners WHERE status = '1' ORDER BY id ASC");

while($row = mysql_fetch_assoc($sql)) { ?>
<?php if($row['advanced'] == "1"){
echo HoloText($row['html'], true)."n<br />n";
}else{ ?>
<a target="blank" href="<?php echo $row['url']; ?>"><img src="<?php echo $row['banner']; ?>"></a><br />
<a target="blank" href="<?php echo $row['url']; ?>"><?php echo HoloText($row['text']); ?></a><br />
<?php } ?>
<?php } ?>
						</div>
				</div>
				<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
</div>
<?php } ?>

<!--[if lt IE 7]>
<script type="text/javascript">
Pngfix.doPngImageFix();
</script>
<![endif]-->
    </div>
<div id="footer">
	<p><a href="index.php" target="_self"><font color='blue'>Homepage</font></a> | <a href="./privacy.php" target="_self"><font color='blue'>Privacy Policy</font></a></p>
<div align='center'><font color='red'><font face='Evanescent'><font size='5'>Powered by Cyntax CMS v3 &copy. <br /> All Rights Reserved.</font></font></font>
</div>
</div></div>

</div>

<script type="text/javascript">
HabboView.run();
</script>

<?php echo $analytics; ?>
</body>
</html>
P.s. Aprite Con notepad++

Ora passiamo alle sezioni del Cms 

Vi starete chiedendo come faccio a inserirla e state li a Incavolarvi per nnt e facile Basta andare Su templates->Community->Header 

E lo apriamo con Notepad++ e cerchiamo questa stringa

Codice:
<?php
/*===================================================+
|| # HoloCMS - Website and Content Management System
|+===================================================+
|| # Copyright © 2008 Meth0d. All rights reserved.
|| # http://www.meth0d.org
|+===================================================+
|| # HoloCMS is provided "as is" and comes without
|| # warrenty of any kind. HoloCMS is free software!
|+===================================================*/

if (!defined("IN_HOLOCMS")) { header("Location: index.php"); exit; }

if(empty($body_id)){
$body_id = "home";
}

?>
<body id="<?php echo $body_id; ?>" class="<?php if(!$logged_in){ echo "anonymous"; } ?> ">
<div id="overlay"></div>

<div id="header-container">
	<div id="header" class="clearfix">
		<h1><a href="index.php"></a></h1>
       <div id="subnavi">
			<div id="subnavi-user">
                            <?php if($logged_in){ ?>
				<ul>
					<li id="myfriends"><a href="#"><span>I miei Amici</span></a><span class="r"></span></li>
					<li id="mygroups"><a href="#"><span>I miei Gruppi</span></a><span class="r"></span></li>
					<li id="myrooms"><a href="#"><span>Le mie Stanze</span></a><span class="r"></span></li>
				</ul>
                            <?php } elseif(!$logged_in){ ?>
                                <div class="clearfix">&nbsp;</div>
                                <p>
				    <a href="client.php" id="enter-hotel-open-medium-link" target="client" onclick="openOrFocusHabbo(this); return false;">Entra in <?php echo $sitename; ?></a>
                                </p>
                            <?php } ?>
<?php if($online == "online" && $logged_in){ ?>
				    <a href="client.php" id="enter-hotel-open-medium-link" target="client" onclick="openOrFocusHabbo('client.php'); return false;">Entra in <?php echo $sitename; ?></a>
<?php } elseif($logged_in){ ?>
					<div id="hotel-closed-medium"><?php echo $sitename; ?> è offline</div>
<?php } ?>
			</div>
        <?php if(!$logged_in){ ?>
            <div id="subnavi-login">
                <form action="index.php?anonymousLogin" method="post" id="login-form">
            		<input type="hidden" name="page" value="<?php echo $pageid; ?>" />
                    <ul>
                        <li>
                            <label for="login-username" class="login-text"><b>Nome</b></label>
                            <input tabindex="1" type="text" class="login-field" name="username" id="login-username" />
		                    <a href="#" id="login-submit-new-button" class="new-button" style="float: left; display:none"><b>Entra</b><i></i></a>
                            <input type="submit" id="login-submit-button" value="Entra" class="submit"/>
                        </li>
                        <li>
                            <label for="login-password" class="login-text"><b>Password</b></label>
                            <input tabindex="2" type="password" class="login-field" name="password" id="login-password" />
                            <input tabindex="3" type="checkbox" name="_login_remember_me" value="true" id="login-remember-me" />
                            <label for="login-remember-me" class="left">Ricordami</label>
                        </li>
                    </ul>
                </form>
                <div id="subnavi-login-help" class="clearfix">
                    <ul>
                        <li class="register"><a href="forgot.php" id="forgot-password"><span>Ho dimenticato Username/password</span></a></li>
                    	<li><a href="register.php"><span>Registrati, è gratis!</span></a></li>
                    </ul>
                </div>
<div id="remember-me-notification" class="bottom-bubble" style="display:none;">
	<div class="bottom-bubble-t"><div></div></div>
	<div class="bottom-bubble-c">
					By selecting 'remember me' you will stay signed in on this computer until you click 'Sign Out'. If this is a public computer please do not use this feature.
	</div>
	<div class="bottom-bubble-b"><div></div></div>
</div>
            </div>
        </div>
		<script type="text/javascript">
			LoginFormUI.init();
			RememberMeUI.init("right");
		</script>
        <?php } else { ?>
            <div id="subnavi-search">
                <div id="subnavi-search-upper">
                <ul id="subnavi-search-links">

                    <li><a href="http://www.sciax2.it/forum/" target="habbohelp" onclick="openOrFocusHelp(this); return false"></li>
					<li><a href="logout.php?reason=site" class="userlink">Esci</a></li>
					<li><a href="http://sciax2.it" class="userlink">Sciax2</a></li>
				</ul>
                </div>
                <form name="tag_search_form" action="user_profile.php" class="search-box clearfix">
					<a id="search-button" class="new-button search-icon" href="#" onclick="$('search-button').up('form').submit(); return false;"><b><span></span></b><i></i></a>
					<input type="text" name="tag" id="search_query" value="Profilo Utente" class="search-box-query search-box-onfocus" style="float: right"/>
				</form>
                <script type="text/javascript">SearchBoxHelper.init();</script>
            </div>
        </div>
        <script type="text/javascript">
		L10N.put("purchase.group.title", "Crea un gruppo");
        </script>
        <?php } ?>
<ul id="navi">
        <?php if($pageid > 0 && $pageid < 4 || $pageid == "myprofile" && $logged_in == true){ ?>
        <li class="selected"><strong><?php echo $name; ?></strong><span></span></li>
        <?php } elseif($logged_in == true){ ?>
        <li class=" "><a href="index.php"><?php echo $name; ?></a><span></span></li>
        <?php } elseif($logged_in !== true){ ?>
        <li id="tab-register-now"><a href="register.php" target="_self">Registrati!</a><span></span></li>
        <?php } ?>

        <?php if($pageid == 4 || $pageid > 3  && $pageid < 6 || $pageid == "profile" || $pageid == "com" || $pageid == "8" || $pageid == "staffapp" || $pageid == "802" || $pageid == "rare" || $pageid == "801" || $pageid == "forum"){ ?>
        <li class="selected"><strong>Community</strong><span></span></li>
        <?php } else { ?>
        <li class=" "><a href="community.php">Community</a><span></span></li>
        <?php } ?>

        <?php if($pageid == 6 || $pageid > 5  && $pageid < { ?>         <li class="selected"><strong>Crediti</strong><span></span></li>         <?php } else { ?>         <li class=" "><a href="credits.php">Crediti</a><span></span></li>         <?php } ?> 		 		       <?php if($pageid == 5 || $pageid > 5  && $pageid < 4){ ?>         <li class="selected"><strong>Cyntax CMS v3</strong><span></span></li>         <?php } else { ?>         <li class=" "><a href="cyntaxinfo.php">Cyntax CMS v3</a><span></span></li>         <?php } ?>
</ul>

	<div id="habbos-online"><div class="rounded"><span><?php echo $online_count; ?> Utenti online</span></div></div>
	</div>
</div>

<div id="content-container">

<div id="navi2-container" class="pngbg">
    <div id="navi2" class="pngbg clearfix">

	<ul>
        <?php if($pageid > 0 && $pageid < 4 || $pageid == "myprofile"){ ?>
                <?php if($pageid == "1"){ ?>
                <li class="selected">
    				Home
                <?php } else { ?>
                <li class="">
    				<a href="index.php">Home</a>
                <?php } ?>
        		</li>

                <?php if($pageid == "myprofile"){ ?>
                <li class="selected">
    				Mia Pagina
                <?php } else { ?>
                <li class="">
    				<a href="user_profile.php?name=<?php echo $rawname; ?>">Mia Pagina</a>
                <?php } ?>
        		</li>

                <?php if($pageid == "2" && $logged_in){ ?>
                <li class="selected">
    				Account
                <?php } elseif($logged_in){ ?>
                <li class="">
	    			<a href="account.php">Account</a>
                <?php } ?>
    	    	</li>

		<li class="">
				<a href="club.php"><?php echo "$shortname" ?> Club</a>
		
		<?php if($user_rank > 6 && $logged_in == true){ ?>
        <li id="tab-register-now"><a href="./amministrazione/" target="_self"><b><font color='red'>Amministrazione</font></b></a><span></span></li>
        <?php } ?>
		
		<?php if($user_rank > 5 && $logged_in == true){ ?>
        <li id="tab-register-now"><a href="./moderazione/" target="_self"><b><font color='green'>Moderazione</font></b></a><span></span></li>
        <?php } ?>
		</li>
        <?php } else if($pageid == 4 || $pageid > 3  && $pageid < 6 || $pageid == "staffapp" || $pageid == "profile" || $pageid == "802" || $pageid == "com" || $pageid == "8" || $pageid == "forum" || $pageid == "rare" || $pageid == "801"){ ?>
                <?php if($pageid == "com"){ ?>
                <li class="selected">
    				Community
                <?php } else { ?>
                <li class=" ">
	    			<a href="community.php">Community</a>
                <?php } ?>
                <?php if($pageid == "4"){ ?>
                <li class="selected">
    				News
                <?php } else { ?>
                <li class=" ">
	    			<a href="news.php">News</a>
                <?php } ?>
                <?php if($pageid == "8"){ ?>
                <li class="selected">
    				Staff
                <?php } else { ?>
                <li class=" ">
	    			<a href="staff.php">Staff</a>
                <?php } ?>
                <?php if($pageid == "forum"){ ?>
                <li class="selected">
    				Forum
                <?php } else { ?>
                <li class=" ">
	    			<a href="forum.php">Forum</a>
                <?php } ?>
                <?php if($pageid == "staffapp"){ ?>
                <li class="selected">
    				Statistiche
                <?php } else { ?>
                <li class=" ">
	    			<a href="stat.php">Statistiche</a>
                <?php } ?>
                <?php if($pageid == "5"){ ?>
                <li class="selected last">
    				Tags
                <?php } else { ?>
                <li class=" last">
	    			<a href="tags.php">Tags</a>
                <?php } ?>
        <?php } else if($pageid == "6" || $pageid == "col1" || $pageid > 5 && $pageid < 8 || $pageid == "6b"){ ?>
                <?php if($pageid == "6"){ ?>
                <li class="selected ">
    				Crediti
                <?php } else { ?>
                <li class=" ">
	    			<a href="credits.php">Crediti</a>
                <?php } ?>
                <?php if($pageid == "7"){ ?>
                <li class="selected last">
    				<?php echo "$shortname" ?> Club
                <?php } else { ?>
                <li class=" ">
	    			<a href="club.php"><?php echo "$shortname" ?> Club</a>
                <?php } ?>
				<?php if($pageid == "8"){ ?>
                <li class="selected ">
    				Pixel
                <?php } else { ?>
                <li class=" ">
	    			<a href="pixel.php">Pixel</a>
                <?php } ?>
        <?php } ?>
    	    	</li>
</ul>


	</div>
</div>

<?php if($notify_maintenance){ ?>
<div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px; width: 75%"><b>Alert:</b> Il sito è momentaneamente chiuso!</div>
<?php } ?>
e inseriamo questo Codice Sotto dove ho evidenziato 

Codice:
<?php if($pageid == 6 || $pageid > 5  && $pageid < 4){ ?>
        <li class="selected"><strong>Nome della pagina che verrà visualizzata nel Cms</strong><span></span></li>
        <?php } else { ?>
        <li class=" "><a href="">nome del file contenuto nel cms con .php alla fine</a><span>Nome della pagina che verrà visualizzata nel Cms</span></li>
        <?php } ?>
Dopo fatto questo adesso passiamo alla Grafica 

Iniziamo con Topbg e Bg basta andare su Web-Gallery->v2->Images e sostituiamo Bg.png e Top.bg

Per cambiare il Logo Web-Gallery->v2->Images e sostituiamo habbo.png Se non sapete con cosa farlo adatte qui http://www.habboisland.it/generatore/scritte/create.php
e Scegliete quello che volete Poi lo salvate come PNG

Per cambiare il Bottoni basta andare su Web-Gallery->v2->Images e sostituiamo tabs.png

Fine. Presto aggiungerò altre cose 

Vi Ricordo che il Cms non Sarà Vostro al 100% perke dovrete mettere i Diritti degli creatori del Cms 

Distinti Saluti, SuperAlex96 


Guida:Mia


Ora
 
 
Oggi ci sono stati già 1 visitatori (1 hits) qui!
Questo sito web è stato creato gratuitamente con SitoWebFaidate.it. Vuoi anche tu un tuo sito web?
Accedi gratuitamente