Search found 17 matches

by ronislegend
Wed Oct 17, 2012 8:43 pm
Forum: Say Hello
Topic: Wassup everyone
Replies: -1
Views: 647

Wassup everyone

I'm new to the forums, but like the community so far. I stumbled across these forums when googling one of my own projects out of boredom, and found a thread talking about my game engine cloudrealms, which I have neglected over the course of a year. Seeing the thread I saw people were still intereste...
by ronislegend
Wed Oct 17, 2012 8:30 pm
Forum: Programs/Assets/Libs/Open Source/Ect...
Topic: WP-Plugin-Igniter : PHP MVC framework, but for Wordpress
Replies: -1
Views: 1936

WP-Plugin-Igniter : PHP MVC framework, but for Wordpress

This is another MVC framework that allows you to create a MVC plugin in wordpress. It's called Plugin Igniter, allows you to use models, views, and controllers, even libraries and helpers are autoloaded. Check it out, I am going to make an example Wordpress RPG using this soon. https://github.com/th...
by ronislegend
Wed Oct 17, 2012 6:33 pm
Forum: Programs/Assets/Libs/Open Source/Ect...
Topic: prestig3 framework
Replies: -1
Views: 1306

prestig3 framework

Just sharing my custom MVC php framework that's in development. Going to change up the framework a lot soon, add some useful features, but for now here we have
https://github.com/theprestig3/prestig3-php-framework

Check it out, thanks
by ronislegend
Tue Oct 16, 2012 3:08 am
Forum: Tutorials
Topic: Request a Tut?
Replies: -1
Views: 654

Re: Request a Tut?

This would be easier done with JS rather than PHP, you can store each dice roll in a javascript array. If you want to save the rolls, serialize the array and store in a cookie. So here's what you want to do, create a function called dice_roll() var rolls = new Array(); var dice_roll = function() { v...
by ronislegend
Tue Oct 16, 2012 2:28 am
Forum: Older Browser MMO Videos
Topic: Battle.php (could not get player stats!)
Replies: -1
Views: 687

Re: Battle.php (could not get player stats!)

Is your players name 'player1', or should there be a variable $player1 ?
by ronislegend
Mon Oct 15, 2012 11:17 pm
Forum: Resources
Topic: Two versions of cloudRealms
Replies: -1
Views: 1753

Re: Two versions of cloudRealms

Alright guys, I have made some pretty big updates on the engine from the editor end, added the sql dump. Looking for supporters, and people who can help out in any way. Will be starting on the front end soon. Going to run real time front end with something like pusherjs
by ronislegend
Mon Sep 24, 2012 8:34 pm
Forum: Resources
Topic: Two versions of cloudRealms
Replies: -1
Views: 1753

Re: Two versions of cloudRealms

Hey guys, if anyone is interested in learning more about the current status of this project you can find out more info here.

http://ronaldarichardson.com/2012/09/24 ... ms-update/

Go to advanced search