-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
If i go to upgrade.php, i'll be redirected to install.php.
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
So if I replace all the cms files with the new ones then go to upgrade it will have all of the things that it did before?
~Dylan
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Does somebody knows how to add stickers and backgrounds to the webstore
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Nice, how long did it take to be done?
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Quote:
Originally Posted by
Screwface
Nice, how long did it take to be done?
Long enough. Been working on it since Dec. '07, very slowly tho.
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Quote:
Originally Posted by
Meth0d
Long enough. Been working on it since Dec. '07, very slowly tho.
WE WANT METH0D!! :D
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Quote:
Originally Posted by
Dimii15
WE WANT METH0D!! :D
[dutch]En bedankt :\[/dutch]
Thank you, I guess? :\
Sisija
-
Can you upload only the files you change plz ?
Cause i'm translate the CMS and i don't want to re-translate all the files when you release a new version.
Thanks :)
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Sisija, in the Holograph Emulator the ban from the M in the hotel don't work.. it disconnect only the habbo from the hotel but it isn't banned.. the ban "work" only from the housekeeping but the ban from housekeeping don't send an alert in the hotel.. how can I fix this problem?
ps: sorry for my bad english
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Quote:
Originally Posted by
ardith
Sisija, in the Holograph Emulator the ban from the M in the hotel don't work.. it disconnect only the habbo from the hotel but it isn't banned.. the ban "work" only from the housekeeping but the ban from housekeeping don't send an alert in the hotel.. how can I fix this problem?
ps: sorry for my bad english
I don't know if you ban someone through housekeeping it sends someone a alert at all. If it does - than check your configuration.
Sisija
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Sisija can you answer to me plz ?!
I really need a solution.
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
You can't upgrade, it'll redirect you to the install.php -.-'
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Sisija when you post the database? I really need it!
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Quote:
Originally Posted by
Pierlux
Sisija when you post the database? I really need it!
its with the emulator.
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Quote:
Originally Posted by
N!elz
You can't upgrade, it'll redirect you to the install.php -.-'
Yes you are right! I have the same problem!
[dutch]Sorry Sisija vergeef me.[/dutch]
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Quote:
Originally Posted by
rickymenier
its with the emulator.
Quote:
Originally Posted by
sisija
I didn't said that. Btw, I also go on with stripslashes - who cares, except you?
People tommorow I will post a good sql database (because with some people this database doesn't work perfectly).
Sisija :)
-_-'
This is the solution:
launch install( do the wizard), remove install and upload and later rehost upload. And upload.php works!
Sorry for my bad english , i'm italian!
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Fix so that hc can log in:
No hc features on hotel!
- Open Holograph Emulator.csproj
- Find the line:
string[] subscrDetails = DB.runReadRow("SELECT months_expired,months_left,date_monthstarted FROM users_club WHERE userid = '" + userID +
- Change it to this line:
string[] subscrDetails = DB.runReadRow("SELECT months_expired,months_left,date_monthstarted FROM users_club WHERE userid = '" + userID + "' LIMIT 1");
- Start debugging
Hope it works for you!!!
Greetings,
KaasManiak
:fish2:
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Quote:
Originally Posted by
Pierlux
This is the solution:
launch install( do the wizard), remove install and upload and later rehost upload. And upload.php works!
Sorry for my bad english , i'm italian!
I already found out, but i've made an backup, so i can add my stuff!
Because if you do install first, al your homes will be gone, people! So watch out! Make dump, run install, then run upgrade, and import your dump!
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Those Ads aren't showing up at all!
Still doesn't show, but don't update people! Waste of time! Just insert this in your SQL database!:
--
-- Tabel structuur voor tabel `cms_banners`
--
CREATE TABLE `cms_banners` (
`id` int(35) NOT NULL auto_increment,
`text` varchar(50) NOT NULL,
`banner` varchar(255) NOT NULL,
`url` varchar(255) NOT NULL,
`status` smallint(1) NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
--
-- Gegevens worden uitgevoerd voor tabel `cms_banners`
--
INSERT INTO `cms_banners` VALUES(1, 'HoloCMS, succesfully installed or upgraded!', 'http://images.habbohotel.nl/c_images/album1663/cheerthumb.gif', 'news.php?id=2', 1);
INSERT INTO `cms_banners` VALUES(2, 'Discussion time! Talk with other Holos!', 'http://images.habbohotel.nl/c_images/album824/weekagendathumb.gif', 'forum.php', 1);
_______________________________________________
Where is the edited PHP-file for those ads?
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
To get the little banners on your homepage, copy and paste this code at the bottom of your me.php page in dreamweaver, but BEFORE include(community/templates/footer) or whatever (The last code)
PHP Code:
<div id="column3" class="column">
<div class="habblet-container ">
<div class="ad-container">
<?php $sql = mysql_query("SELECT * FROM cms_banners WHERE status = '1' ");
while($row = mysql_fetch_assoc($sql)) { ?>
<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 stripslashes($row['text']); ?></a><br>
<?php } ?>
<br>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="ad-container">
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
</div>
Thanks :D Wil && James (PureRetroGod)
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Quote:
Originally Posted by
08Wil,
To get the little banners on your homepage, copy and paste this code at the bottom of your
me.php page in dreamweaver, but BEFORE include(community/templates/footer) or whatever (The last code)
PHP Code:
<div id="column3" class="column">
<div class="habblet-container ">
<div class="ad-container">
<?php $sql = mysql_query("SELECT * FROM cms_banners WHERE status = '1' ");
while($row = mysql_fetch_assoc($sql)) { ?>
<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 stripslashes($row['text']); ?></a><br>
<?php } ?>
<br>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="ad-container">
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
</div>
Thanks :D Wil && James (PureRetroGod)
In your me.php! NOT THE INDEX!
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Did I say index? D: And edited, thanks <3
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
Just toke a look at Mini Mail. It looks hard but okay. I will give it a try later this week but first I want to bring back that other alert system because it's also still in use on the rl Habbo - (like this:)
http://img82.imageshack.us/img82/7436/screenfr1.jpg
Sisija
Edit: Why are you posting that ads-stuff for me.php? It's already in it.
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
I can't uplaod my database. i get some weird error.
-
Re: [REL + DEV] HoloCMS [WEB] [HOLOGRAPH EMU] [THE FEATURE IS HERE]
When I go to upgrade.php it goes back to install.php
Help,
~Dylan