Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.232.855 Times

Stradagy Rpg Maker Games Php Id freeware
Filter: All | Freeware | Demo
 

Stradagy Rpg Maker Games Php Id

< 1 2 3 4 5 > 
Added: July 09, 2013 | Visits: 1.404

Free Flash Games Module This is a free Module for PHP Nuke that allows you to add tons of free Flash, Shockwave and Java Based Games to your PHP Nuke Powered website. It is updated regularly and provides a great free games section to offer your visitors.



Platforms: PHP

License: Freeware Size: 10 KB Download (62): Free Flash Games Module Download

Released: October 10, 2009  |  Added: October 17, 2009 | Visits: 6.583

Advanced Effect Maker Free Edition Mac Create Flash and JavaScript effects such as slide shows, messengers, scrollers, games, web navigation menus and much more with the click of the button. With this software, you can have a fully customized web effect ready in less than 4 minutes. It contains 40 customizable effects of which 17 are...





Platforms: Mac

License: Freeware Size: 7.38 MB Download (750): Advanced Effect Maker Free Edition Mac Download

Added: July 24, 2010 | Visits: 2.402

PHP music player controller PHP music player controller (PMPC) is a script that allows navigation through your music directory, and the adding of albums or single songs into a playlist. The project also allows you to play, stop, pause, and go back and forth through the playlist. Apache needs to run as the same user that...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): PHP music player controller Download

Added: April 21, 2010 | Visits: 2.566

RPM Package Maker RPM Package Maker is a frontend for other linux tools in order to help linux users to create RPM packages quickly and easily. Since version 0.8 minimal spec files are kept in: /usr/src/packages/SPECS/mini Whats New in This Release: - Small improvements and bugfixes. RPM Package Maker...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (205): RPM Package Maker Download

Added: September 25, 2010 | Visits: 2.147

Games::Baseball::Scorecard Games::Baseball::Scorecard is a Perl module. SYNOPSIS my $score = Games::Baseball::Scorecard->new($dir, $name, { color => [ .4, .4, .4 ], # grey fonts => [ # Myriad Condensed regular/bold [ myriadrcrrl => 9 ], [ myriadrcbrl => 14 ], [ myriadrcrrl => 14 ], [ myriadrcbrl => 22 ], ], });...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (183): Games::Baseball::Scorecard Download

Added: October 23, 2010 | Visits: 2.086

PHP/Javascript Jigsaw puzzle PHP/Javascript Jigsaw puzzle automatically creates jigsaw puzzles from a folder of images. Whats New in This Release: - javascript libary.


Platforms: *nix

License: Freeware Size: 11.26 KB Download (172): PHP/Javascript Jigsaw puzzle Download

Added: April 03, 2010 | Visits: 1.986

Games::Battleship::Craft Games::Battleship::Craft is a Battleship craft class. SYNOPSIS use Games::Battleship::Craft; my $craft = Games::Battleship::Craft->new( id => T, name => tug boat, points => 1, ) $points_remaining = $craft->hit; A Games::Battleship::Craft object represents the profile of a Battleship...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (268): Games::Battleship::Craft Download

Added: April 19, 2010 | Visits: 1.164

Games::Battleship::Player Games::Battleship::Player is a Battleship player class. SYNOPSIS use Games::Battleship::Player; $aeryk = Games::Battleship::Player->new(name => Aeryk); $gene = Games::Battleship::Player->new(name => Gene); print Player 1: , $aeryk->name, "n", Player 2: , $gene->name, "n";...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (113): Games::Battleship::Player Download

Added: May 18, 2010 | Visits: 1.338

Worminator Worminator 3 is akin to many Apogee Software and ID Software classic action games such as Duke Nukem and Commander Keen. In Worminator game, you play as The Worminator (or as several other optional characters) and fight your way through many levels of madness and mayhem. It features nine...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (107): Worminator Download

Added: July 08, 2010 | Visits: 5.214

PHP Keno Simulator PHP Keno Simulator project is a Keno payout ruleset simulator. PHP Keno Simulator is a payout ruleset simulator for the classic game Keno. You can tune the payout chart to fulfill your "house advantage" or you can just calculate for fun (predefining the correct payouts) what the odds of...


Platforms: *nix

License: Freeware Size: 1.02 KB Download (340): PHP Keno Simulator Download

Added: July 03, 2010 | Visits: 1.847

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications..


Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: September 24, 2010 | Visits: 1.308

O.H.R.RPG.C.E 2006-08-03 O.H.R.RPG.C.E is an engine for making 2D console-style Role Playing Games. A Linux port of the DOS-based "Official Hamster Republic RPG Construction Engine". Used for making games similar in style to the NES and Super Nintendo Final Fantasy games. A large assortment of RPG games are already...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (112): O.H.R.RPG.C.E 2006-08-03 Download

Added: October 14, 2010 | Visits: 1.300

php Sudoku php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. It can be easily used on any Web site. The project does not require MySQL or any other database..


Platforms: *nix

License: Freeware Size: 6.8 MB Download (112): php Sudoku Download

Added: July 07, 2010 | Visits: 1.966

PHP Voice PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP. PHP Voice supports Speech Synthesis Markup Language 1.0, Speech Recognition Grammar Specification 1.0, Voice Browser Call Control: CCXML 1.0, and Voice Extensible Markup Language...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (206): PHP Voice Download

Added: July 24, 2010 | Visits: 2.198

PHP::Session PHP::Session is a Perl module to read / write PHP session files. SYNOPSIS use PHP::Session; my $session = PHP::Session->new($id); # session id my $id = $session->id; # get/set session data my $foo = $session->get(foo); $session->set(bar => $bar); # remove session data...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): PHP::Session Download

Added: October 09, 2010 | Visits: 867

Games::Go::AGATourn AGATourn is a Perl extensions to ease the pain of using AGA tournament data files. SYNOPSIS use Games::Go::AGATourn; my $agaTourn = Games::Go::AGATourn->new (options); An AGATourn object represents a round or several rounds of an American Go Association tournament. There are methods for...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): Games::Go::AGATourn Download

Added: September 04, 2010 | Visits: 1.168

PHP::Session::DB PHP::Session::DB is a Perl module to read / write PHP sessions stored in databases. SYNOPSIS use PHP::Session::DB; my $session = PHP::Session::DB->new($id, { DBUSER => $dbuser, DBPASSWD => $dbpasswd, DBNAME => $dbname }); # session id my $id = $session->id; # get/set session data my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): PHP::Session::DB Download

Added: October 07, 2010 | Visits: 1.357

StressFreeZone RPG StressFreeZone RPG project is a massive multiplatform RPG system. StressFreeZone RPG is a multiplatform RPG system which runs on Linux and Windows (other systems are possible). The client is based on the SDL libraries and uses OpenGL. The structure is server/client oriented, but the server...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (129): StressFreeZone RPG Download

Released: June 05, 2014  |  Added: June 24, 2014 | Visits: 1.423

Freemore ISO Maker Burner ISO is a universal CD image format, making it compatible with a variety of programs. ISO images serve a number of purposes. Use them to create an identical copy of the original disk to back up your existing movies and music or send a personal video to friends and family. You can also use the ISO...


Platforms: Windows, Windows 7

License: Freeware Size: 2.59 MB Download (153): Freemore ISO Maker Burner Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 1.290

Free Android app maker Introducing the new app maker for Android(tm). It's an easy and free way to make your own android applications online in minutes. To get started, simply choose from a wide collection of applications like games, books and photo galleries and add your pictures, text, or videos. Next, our...


Platforms: Windows, Mac, Android

License: Freeware Size: 1.23 MB Download (77): Free Android app maker Download

< 1 2 3 4 5 >