Re: Official ZapHotel CMS Release
Quote:
Originally Posted by
James Green
Does this work with Gold Tree Edition of phoenix?
Yes it does.
@Johno @Jonteh
When me or a users signs out it will go blank
Re: Official ZapHotel CMS Release
Quote:
Originally Posted by
retrostudios
Yes it does.
@Johno @Jonteh
When me or a users signs out it will go blank
Works for me
Re: Official ZapHotel CMS Release
Quote:
Originally Posted by
retrostudios
@
Johno @
Jonteh
When me or a users signs out it will go blank
Replace signout.php with this code:
Quote:
<?php
require_once "required.php";
unset($_SESSION["Username"]);
unset($_SESSION["HashedPassword"]);
header ("Location: " . WWW . "/");
exit;
?>
Re: Official ZapHotel CMS Release
I think you could register a username with dot's like, Hello... I even tried adding '.', inside class_users.php
Re: Official ZapHotel CMS Release
Quote:
Originally Posted by
Kedi
https://mega.co.nz/#!zs5nESDb!x_xmHG969dNU0PCFzfo-qCg90Kywyn8CIjL-QGRql6I
Take a peek my friend. Simple. Clear. No spaghetti shit.
foreach ( $this->classes as $class ) {
$$class = new $class;
$$class->application = $this;
$this->instances[ $class ] = $$class;
}
is this really necessary? why not just do this:
foreach ( $this->classes as $class ) {
$this->instances[$class] = new $class;
$this->instances[$class]->application = $this;
}
I get you don't want php to do the key lookup because it's slow, but I think dynamic variables are even slower
Why make a reference to the engine class in the first place? Seems a little broken
Re: Official ZapHotel CMS Release
Quote:
Originally Posted by
Receiver
I think you could register a username with dot's like, Hello... I even tried adding '.', inside class_users.php
As far as I'm aware, habbo.com allowed this when I coded the cms. I couldn't give a crap now
Re: Official ZapHotel CMS Release
what xampp and plus emu ¿?
Re: Official ZapHotel CMS Release
Re: Official ZapHotel CMS Release
Quote:
Originally Posted by
Mal3ck
link dead
Here you go; https://mega.co.nz/#!4V8nlAQA!4rlqm0...OajWwZHvG6IQH0
Re: Official ZapHotel CMS Release
This is just edited IllumniaCMS nothing special
Re: Official ZapHotel CMS Release
Quote:
Originally Posted by
Loxys
This is just edited IllumniaCMS nothing special
Illumina was coded for Zap, and I was nice enough to release it to you fags. No clue why Johno released this.