Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. roflmao!!!
  2. Octet, I would love to help with project. I have experience with these type of projects although not with HTML5, JS as much needed for this. I am programmer with over 15years experience. I am fluent in many languages such as vb, vb.net, php, and knowledgeable in C#, c++. =) I created some 2d stuff such as this project awhile's ago in vb6 with over 30,000 lines of code. Add me on msn or skype Skype: FounderSim MSN: contact+orpgcreator.com where + is @ I'll be free to help in about a week after I finish this job.
  3. But can't JS write it's own files, therefore allowing you to make your own DB of some type disregarding php/ajax? :) or is that some epic dream?
  4. Looks like a great start my friend. congradulations. ;-)
  5. Sim

    $1

    scorpio, add me on msn; contact+orpgcreator.com where + is @ I need hundred's of banner's.. There pretty simple or may be complicated. we'll work something out.
  6. Might as well from a respond from a_bertrand. he's the creator of NWE.
  7. As stated this will be my first game I will be releasing, so I am unable to plan a true business income plan. I wouldn't say this is an old school idea but more of a new idea for the web. It could either attract a large amount of members as any project could or a small amount of loyal members. As preston326 stated. His game only has 20 members, but all are loyal as his game makes over $100/month. The target audience would depend upon which game would be going into development. If its the pro gamer sim, I suppose it would be any gamer fan or simulation fan. If its the crime game, any mafia based gamer fan. I personally believe either of these game's could last a few years as the idea behind them are unique enough game play wise compared to other games that are around today.   To your PS: With the code being OOP, I can switch to PDO easy enough. I am not seeking no additional programmers for this project. Thanks for telling me about PDO again. It always slip's my mind.
  8. You could always make it MULTI-Language =) Or from a business perspesctive do above or hire someone to continue to advance your game and start on a new project.
  9. Title: N/A Game abstract: I have two game ideas. I am undecided on which to tackle first. Both games have similar game play to how Dating Sim's are played. You are given x amount of actions which fill up a virtual day. Then you sleep to refill your actions. The first one is a pro gamer simulation. The second is a new type of Crime Game. (Some of the) Unique features: The Pro Gamer Simulation: A) battle system simulates different games your in via text. Ending shows a cool statistic screenshot. The Crime Game will be a dating simulator I guess where you start of as a teen on the block. You then have you build your rep on the block then threwout the neighborhood then threwout the city to become to win girls hearts or guys hearts. Technology used: php/mySQL. I allready have an 80% completed engine which can accomplish both of these type of game's. Current development status: We'll just say current development status is PLANNING STAGES. My own skills and tasks in the game: I'm a great coder, however I'm willing to help with all what I can, beta test, make the quality insurance, as well as the game design, content creation and system administration What I am looking for: I really need someone familar with dating sim's and plays a lot of web based game's for planning of the game. I also need an artist who can design NPC's, item's. Furthermore; someone who can create a design for the game. Expenses will be covered by: I will pay all the hosting, domain name. Current team: Me myself and I are currently working on this project. Share / gain of the partners: We will split the gain after expenses (hosting & domain): 40% me, 60% team-mates. YES-SIR. Since its my first game I will be releasing, I just want to get it released, and I am not a greedy man and I plan on buying you out someday. =) LoL
  10. So what price are you going to be looking at for the PSD?
  11. I'll start with a price as I am in need of work and this job is as simple as they come. $150
  12. I'd like a android app to get notified. instead of having to visit or getting emailed when new posts are made. =) I seen on vBulletin, @Cronic would show a notification that someone mentioned them in a posts. I think this could be benifiicial.
  13. thanks Zettieee
  14. Be easier to just upload a script and modify it to add new features.
  15. Don't remmeber the old-old layout. whats the URL to it Spudinski?
  16. Mock facebook as close as possible. ;)
  17. I am seeking a lightweight facebook script. Anyone know of any?
  18. Love the interface. Reminds me of when I was coding dumb ass PC games for AOL. ;)
  19. I said usually. I use to flip website's on sitepoint, DP and other various sites and that's what you "usually" get for them. Of course there is certain factors too.   People sell for various reason's, they need some quick cash for real life( not internet) xmas is coming up. People get tired of there sites. Main reason I sold so many of my previous ones.
  20. A website usually sells for 1 month profit * 10
  21. My first thought: I'll be sure to do something slick to those that "attempt" that. Such as wait until they have a sucessful game then every page load be sure to have a pop up and pop under and have a bizillion ads everywhere. But in reality. Thanks Ian, I never took that into consideration and that will now be on my top priority list of things to do when I get home Sunday night. In reality again: 25$ is not expensive. People spend 100's of dollars on MC-Code's stuff just to get there game running safely. Then hundreds of more on mod's. Of course oRPG Creator right now is nowhere near complete it doesn't have an extensive mod list, but with this major update. There isn't even a need for a mod list. A crafting system can be created by admins with no programming, fishing, hunting, mining, a true final fantasy like quest system or james bond like mission system. The thing is, most of this stuff isn't even hardcoded features. That is just how nice the creator's flexibility is set up. I use to work with RPG Game Creator's starting 10 years ago so I know how important the design is.
  22. Raffle system was finished a few days ago. Further news: oRPG Creator is now set up where game owners no longer have to have a sub directory for there game. It can now be hosted on a .com/.net/.org/.info domain. A demo can be found at http://www.urpg.net. This is where I will be doing all new testing of the creator before adding any new live features. The oRPG Creator is going through a promised major update right now and this own domain feature is a great addition already. Pricing for your own domain right now with oRPG Creator is $25.00/year. Stay tuned for new great features. The development site already has roughly 10 new admin features will allow for a lot new customizations of game play once fully integrated. Other cool thing's that will be added a MC-Code convertor, GL convertor script. This will allow you to upload your old database and it will import your game data to use with oRPG Creator to expanded upon without paying hundred's of dollars for features when there all free except for domain hosting. Finally but foremost, a new default layout is being designed as well.
  23. oh. my new msn is "contact+orpgcreator.com"
  24. I am looking for work again guys/gals. Below is some code sample:   <? include "../includes/constants.php"; class category { //vars private $db; private $smarty; public function __construct($dbRef, $smartyRef) { //vars $this->db = $dbRef; $this->smarty = $smartyRef; //if adding a category if(isset($_POST['SubmitForm'])) { $this->AddCategory($_POST['textCat'], $_POST['select'], $_POST['textDesc'],$_POST['selectLogin'], "new"); } //see what we are doing here... switch ($_GET['what']) { case "add"; $this->displayAddCategory(0); $this->smarty->assign("site_page", "Add category"); break; case "manage"; if(isset($_POST['StartEditDetails'])) { $this->displayEditDetails($this->db->escape($_POST['hidden'])); } elseif(isset($_POST['StartDelete'])) { $this->displayConfirmDelete(); } elseif(isset($_POST['ConfirmDelete'])) { $this->proccessDelete(); $this->displayCategoryListings(); } elseif(isset($_POST['EditDetails'])) { $this->AddCategory($_POST['textCat'], $_POST['select'], $_POST['textDesc'],$_POST['selectLogin'], "edit"); } else { $this->smarty->assign("site_page", "Manage Categories"); $this->displayCategoryListings(); } break; } } //delete categories and file's public function proccessDelete() { //current category $rec = $this->db->fetch("SELECT catSubID, catTitle FROM " . CAT_TABLE . " WHERE catID='" . $this->db->escape($_POST['hidden']) . "'"); $rows = $this->db->fetch_array("SELECT imageID, imageFileType FROM " . IMAGE_TABLE . " WHERE imageCatID='" . $rec['catSubID'] . "'"); //delete current category images foreach($rows as $rec2) { unlink("../images/" . $rec2['imageID'] . '.' . $rec2['imageFileType']); } //get sub categories $recs = $this->db->fetch("SELECT COUNT(catID) AS ammount FROM " . CAT_TABLE . " WHERE catSubID='" . $this->db->escape($_POST['hidden']) . "'"); //if sub categories if($recs['ammount'] > 0) { //set some default values.. $cont = false; $max = 1; $i = 0; $IDS[] = $this->db->escape($_POST['hidden']); //loop threw all words while($max > $i) { $rec = $this->db->fetch("SELECT *, COUNT(catID) AS amount FROM " . CAT_TABLE . " WHERE catSubID='" . $IDS[$i] . "'"); $msg .= $rec['catTitle'] . " Category and Images deleted...<br>"; if($rec['amount'] > 0) { $IDS[] = $rec['catID']; $max++; } $i++; } //loop threw all cat ids to be deleted for($i=0; $i<count($IDS);$i++) { //get all images associated with category being deleted $rows = $this->db->fetch_array("SELECT imageID, imageFileType FROM " . IMAGE_TABLE . " WHERE imageCatID='" . $IDS[$i] . "'"); //cycle threw all image records foreach($rows as $rec) { //if file exists if(is_file("../images/" . $rec['imageID'] . '.' . $rec['imageFileType'])) { //delete image file unlink("../images/" . $rec['imageID'] . '.' . $rec['imageFileType']); } } //delete records $this->db->del("DELETE FROM " . CAT_TABLE . " WHERE catID='" . $IDS[$i] . "'"); $this->db->del("DELETE FROM " . IMAGE_TABLE . " WHERE imageCatID='" . $IDS[$i] . "'"); } } //first category.. delete from $this->db->del("DELETE FROM " . IMAGE_TABLE . " WHERE imageCatID='" . $this->db->escape($_POST['hidden']) . "'"); $this->db->del("DELETE FROM " . CAT_TABLE . " WHERE catID='" . $this->db->escape($_POST['hidden']) . "'"); $this->smarty->assign("msg", $msg); } //display confirm delete buttton public function displayConfirmDelete() { $this->smarty->assign("delete", 'y'); $this->smarty->assign("id", $_POST['hidden']); } //display details to edit public function displayEditDetails($id) { //query $rec = $this->db->fetch("SELECT catID, catSubID, catSubID, catTitle, catDesc, catReqLogin FROM " . CAT_TABLE . " WHERE catID='$id'"); //set template vars $this->smarty->assign("edit", 'y'); $this->smarty->assign("id", $rec['catID']); $this->smarty->assign("name", $rec['catTitle']); $this->smarty->assign("desc", $rec['catDesc']); $this->smarty->assign("login_" . $rec['catReqLogin'], "selected"); //list categories $this->displayAddCategory($rec['catSubID']); } //attempt to add category public function addCategory($cat_name, $select, $desc, $login_req, $action) { //query to check if category name exists for sub category if one selected.. $rec = $this->db->fetch("SELECT COUNT(*) AS ammount FROM " . CAT_TABLE . " WHERE catTitle='" . $this->db->escape($cat_name) . "' AND catSubID='" . $this->db->escape($select) . "'"); //setup data $data = array("catTitle" => $cat_name, "catDesc" => $desc,"catReqLogin" => $login_req, "catSubID" => $select, "catDate" => time()); if($action == "edit") { //update record $this->db->update(CAT_TABLE, $data, "catID='" . $_POST['hidden'] . "'"); $this->smarty->assign("msg", "<BR>Category updated..."); $this->displayCategoryListings(); } //category doesn't exist, create it if($rec['ammount'] == 0 && $action == "new") { //insert data $this->db->insert(CAT_TABLE, $data); $this->smarty->assign("msg", "<BR>Category created..."); } elseif($action == "new") { $this->smarty->assign("msg", "<BR>Category name allready exists..."); } } //display categories for category add form public function displayAddCategory($selected) { //query $rows = $this->db->fetch_array("SELECT catID, catSubID, catTitle FROM " . CAT_TABLE . " ORDER BY catTitle"); $selects[0] = "None"; //loop through records foreach($rows as $rec) { $selects[$rec['catID']] = $rec['catTitle']; } //set template var $this->smarty->assign("selects", $selects); $this->smarty->assign("selected", $selected); } //display all categories with some stats public function displayCategoryListings() { $Data = array(); //query $rows = $this->db->fetch_array("SELECT * FROM " . CAT_TABLE . " ORDER BY catTitle"); //loop through records foreach($rows as $rec) { //set data for category in template $Data[] = array('name' => $rec['catTitle'], 'login_req' => $rec['catReqLogin'], 'id' => $rec['catID'], 'downloads' => $row['ammount'], 'views' => $rec['catViews'], 'description' => $rec['catDesc']); } //assign template vars $this->smarty->assign("looper", $Data); $this->smarty->assign("list", 'y'); } } ?>
  25. Fixed a travel system bug. Added private messaging system. Started raffle system feature.
×
×
  • Create New...