Search found 12 matches
- Tue Mar 12, 2013 5:13 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #36
- Replies: -1
- Views: 4714
Re: Browser MMO Video #36
Hi Halls, In the thread Before Watching the videos!! you wrote: I am building this game and making these videos in the simplest possible form. These videos are here for you to learn from. Not to copy and make a static carbon copy of the game. You take the game and add what features you want and lear...
- Tue Mar 12, 2013 7:28 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #36
- Replies: -1
- Views: 4714
Re: Browser MMO Video #36
Very nice! When you say "asynchronous" you mean that these are the single scripts to run as cron jobs, as they will run as the player is playing? Otherwise, I am not sure what you mean by "asynchronous". Thanks! Yes the code will run as the player is playing. In order to ensure ...
- Tue Mar 12, 2013 7:22 am
- Forum: Older Browser MMO Videos
- Topic: Video #1 - 38 playlist
- Replies: -1
- Views: 550
- Tue Mar 12, 2013 5:02 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #36
- Replies: -1
- Views: 4714
Re: Browser MMO Video #36
If you wanted to periodically award gold... http://i.imgur.com/oxkBlvS.png http://i.imgur.com/Ozu3cKI.png <?PHP /*! * runcron.php * 2013-3-11 * Ryan Allen * * This file is used to run automated stuff. * */ $currenttime = time(); // current unix formatted time $healingtime = 10; // Passive healing ov...
- Tue Mar 12, 2013 4:23 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #36
- Replies: -1
- Views: 4714
Re: Browser MMO Video #36
I came up with a working solution for running multiple cron jobs. 1. Create a new table in the Tutorial database called crontimes with 2 fields. http://i.imgur.com/QFGzdxm.png 2. Here's the source code... <?PHP /*! * runcron.php * 2013-3-11 * Ryan Allen * * This file is used to run automated stuff. ...
- Sun Mar 10, 2013 1:36 am
- Forum: WebSite
- Topic: Up in the Milky Way
- Replies: -1
- Views: 2686
Re: Up in the Milky Way
This is far out man! 

- Sun Mar 10, 2013 1:20 am
- Forum: Art Showoff
- Topic: Modern Warfare 3 / Modestep HD trailer remix
- Replies: -1
- Views: 2895
Modern Warfare 3 / Modestep HD trailer remix
I wasn't really sure where this goes on indie-resource.com, or even if it's something anyone wants posted, but I wanted to showoff my video remixing abilities. :) [youtubehd]http://www.youtube.com/watch?v=k7YAZyXyhVM[/youtubehd] http://www.youtube.com/watch?v=k7YAZyXyhVM A quick backstory for this v...
- Sun Mar 10, 2013 12:52 am
- Forum: Art Showoff
- Topic: Half-Life 3 logo and logo wallpaper
- Replies: -1
- Views: 3611
Half-Life 3 logo and logo wallpaper
I was feeling creative one day and made the following. I tried to keep it close in spirit to the original HL logo while adding modern flare. http://fc06.deviantart.net/fs71/f/2013/053/2/a/half_life_3_logo_by_kxmode-d5vstz6.png I then created a wallpaper from the logo... http://kxmode.deviantart.com/...
- Wed Mar 06, 2013 7:53 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #33
- Replies: -1
- Views: 17360
Re: Browser MMO Video #33
Something else I notice @ http://www.youtube.com/watch?v=QouTCJrNPws#t=6m04s The back tick on 1, 2, 3, 4, 5, 6 for the field names is missing. It should look something like this: $addguildlevels = "INSERT into guildlevels (guildid, `1`, `2`, `3`, `4`, `5`, `6`, `7`) VALUES ('$guildid', 'Punishe...
- Wed Mar 06, 2013 7:06 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #14
- Replies: 65
- Views: 25763
Re: Browser MMO Video #14
yeah its funny how much my own coding has changed how much better of a coder I am now. I REALLY want to remake these. I would imagine by the time viewers get to the end of the series they should have a strong grasp on php, mysql, and how to make a browser game (I know I do!). Your new videos would ...