Simple PHP Router
A Simple PHP Router to use in your web projects
About
I created this router for HybridCMS but i felt others should be able to use this router.
If there is issues i might not be able to provide help i am new to regex and i am not sure if this is the most efficient way of doing...
Well i wan't the option to be able to boot both operating systems windows 10 and Mavericks Hackintosh.
I know how to repair windows 10 boot loader but i want to know how to dual boot them. At the moment it just boots into osx and i have no clue how to use mavericks..
Hello i have installed hackintosh on my computer with this setup
AMD FX
AMD HD 6770 1GB DDR5 Video Card
1TB HDD partitioned 500GB* for windows and 500GB* for the macintosh OS (OSX?)
I was wondering if there was a custom boot loader i could use to boot both operating systems? at the moment if i...
I know alot about phoenix i gotta learn more about other emulators. After HybridCMS has a stable build ill probably start my own emulator for HybridCMS codded in c++
Small status update:
HybridCMS will be using PicORM for database handling for know until i make my own method for Hybrid and i...
Thanks! sadley no >_> i got distracted with homebrew for my wii and nintendo ds....
Yeah i am still working on it.. i am kinda stuck at the moment on how i want to implement the multi emulator support and what should be the clear goals of this project :P
Game development can actually be done in any language depending on what you wanna do.
Web games can be made with HTML5 + JavaScript
Most game developers use C#/C++ or Java.
Simple Text based games can be made with C
PHP is not usually used for game development usually because it can not do...
Wrong you can use your ip adress if you wan't the fallowing to happen: (Unless your ISP allows it which i doubt) / Could happen
ISP terminates your service (XFinity/Comcast states in their terms of service this is what would happen)
ISP charges you a lot of money (Read this happened)...
Okay first run the sql code below into your database. You don't use varchar for dates.
ALTER TABLE groups DROP `created`; ALTER TABLE groups ADD `created` DATETIME;
Second change how you get your variables
$rid = (int) filter_input(INPUT_POST, 'room_id');
$name = filter_input(INPUT_POST...
Here is what i did to make this work.
Created a table called JayCustom.groups;
CREATE DATABASE JayCustom;
CREATE TABLE JayCustom.groups
(
`id` INT NOT NULL AUTO_INCREMENT,
`name` TINYTEXT DEFAULT NULL,
`desc` MEDIUMTEXT DEFAULT NULL,
`badge` TINYTEXT DEFAULT NULL...
Port Forwarding is just like using a vps or dedicated machine with slow internet speeds. only difference is most ports are blocked by default for "your" protection ~_~
Remember most Internet Service Providers don't allow port forwarding and some will/might:
Shut off your internet service.
Charge you for hosting.
As for hosting i use http://hostek.com/ for http://flabbo.us
You'll have to have ask @JayCustom or someone else to clarify that the client is correct i am a php developer not emulator or (habbo) :P
if your hotel is port forwarded correctly whats the ip address just to be a 100% sure everything is forwarded correctly.
Make sure your server ip and server port is accessible from outside localhost, i had this issue when i set up my hotel to develop plugins, skins ect for people.
most people only forward port 80
Most common issues for no connection:
The server ip and port cant be accessed.
The swfs are not for...
Try this sql code into the mysql server
INSERT INTO `groups` (`name`, `desc`, `badge`, `ownerid`, `created`, `roomid`, `locked`, `privacy`) VALUES ('test1', 'test1example', 'test1badgeno', '1', NOW(), '1', 'open', 'open');
If this runs fine the reason for the error could be not using ``...
I will try to finish it as soon as possible. its just hard to make a secure, fast cms by yourself especially if you can't do web design.
Update:
Updated Main Thread Page - I Realized i was not using the mvc pattern correctly so i restarted HybridCMS. The original Repo is still there but won't...
For the discussion on what is the BEST or even Better CMS. I would have to choose Revolution CMS with a few code modifications.
Reasons for picking RevolutionCMS > UberCMS
Smaller and Secure (w\code modifications)
Theme-ing. ( UberCMS was not built to use themes only to mimic habbo.com )...