• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to i change the Header/Background in Cyber Layout (Znote AAC)

Tyson12302

New Member
Joined
Aug 6, 2014
Messages
264
Reaction score
4
I've been trying to change this "Znote AAC" header for ages and i can't. Here is a php code where the code is being loaded. Here is the Default file which is located in the CCS folder. Here's a pic of my background folder. And finally how my website header looks like when all these codes are imported. Please help, who ever gets still solved i will rep them.
PHP:
</head>
<body>
<div id="page">
       <div id="logo"
    <div id="background"></div>
         <div id="content">
            <div id="menu_top">
                <div class='img'>
                    <div class="left">
                        <div id='menu_top_home'>
                            <a href="index.php">
                                <div class='fadehover'>

Code:
#logo {
    background: url('../images/background/logo.png') no-repeat;
    height: 150px;
    width: 400px;
    margin-left: 30px auto;
}
#body
{
    background: #000000 url('../images/background/background.jpg') top center no-repeat;
    font-size: 11px;
    color: #b7b7b7;
    font-family: Verdana;
    text-shadow: 1px 1px #000;
    padding: 0x;
    margin: 0x;
}
iUwYyzw.png

ddL7HUC.png
 
Okay i can see how things are changed now thanks. BTW i got another question. Is there a House Name Query?

Code:
SELECT `name` FROM `houses` WHERE `ID` = 1;

Something like that, you have to check your database to get the correct names.
 
So i have to write it all out? I mean't if there is a query that automatically updates the old names to the new names.

Update names? I tought you wanted to get a name of a certain house.
You would have to run a SET query for all the houses in that case.
 
Ahh too bad. Anyway when i look at my database why are most of my houses called "Forgotten headquarter (Flat 1, Area 42)"?

It's the name the person gave it who created it.
If you create a new house called Tyson's house it will show up as that.
 
It's the name the person gave it who created it.
If you create a new house called Tyson's house it will show up as that.
Yeah but the weird thing is, that it used to be the names that i had in my house.xml file. Just now when i was messing around with that file it changed. Doesn't that mean that my file is wrong or corrupt?
 
Yeah but the weird thing is, that it used to be the names that i had in my house.xml file. Just now when i was messing around with that file it changed. Doesn't that mean that my file is wrong or corrupt?

Oh if you don't have it in your house.xml file then yes.
Delete all columns and insert new ones (insertion depends on AAC).
 
Most likely cache, if you added them correctly they should update after a while.
As I said before, depends on your AAC.
Yess it changed great. And 1 last question (Sorry for these questions) If i change the name in house.xml, It will update to the database after right? Or do i have to write down the names also in phpmyadmin?
 
Yess it changed great. And 1 last question (Sorry for these questions) If i change the name in house.xml, It will update to the database after right? Or do i have to write down the names also in phpmyadmin?

Depends on the code your AAC has, but most likely you have to re-import them.
 
Back
Top