Basically everything that exists on a emulator is what some devs have managed to create through images and packet logging. There is no guide out there from Sulake or a changelog that specifies what has changed behind the curtains.
I read about it just a little bit at http://php-di.org/doc/understanding-di.html it sounds very practical, will dig into this ASAP, sounds like something I should've learned a while ago! Thank you for this code, I learn new stuff everyday, should do stuff like this more often.
Some fine code right there. So what is a container class really good for? Now this is some new territory, and it seems very interesting, so I would like to understand this fully. When I do understand it, then I can think about implementing the code into the CMS.
Well if you already have it for vip, you just have to add other stuff to get logged there aswell. This is revcms, I don't like to code something for revcms since it's old using mysql_*
Hi guys,
So basically I've been trying to understand file uploading as good as possible since I like to learn new stuff all the time. Now when it comes to uploading files in PHP we have this big issue, large files.
Default is 2MB in PHP, easy enough, you can just change the max_file_size and...
I guess it's just good practice to add a autoload class so that in the future, if new classes were to be added, they would basically just have to put the file in the correct folder.
Yeah, so there is really no query in there that needs to be executed after database class is run. Also I don't use an autoload class since there isn't really loads of classes to load. Seems like overkill, but might do it just because it looks prettier.
I'm aware of that, I don't have a valid destruct function in database class, but I do have a valid one in the rest of the classes. I don't know really why it's messing around, but my guess so far is that it's giving me 500 internal server error because of me using the class in subclasses. Which...
You sure do my man, haha damn you are missing a lot, but from what I can see, it's because all links in the register page refer to zaphotel.net, you need to change the links in register.
Completely white can be one of two things, either you are getting a fatal 500 error, which in some browsers (i.e. Mozilla Firefox) just leaves a blank page, or the SWF is not loading.