Jump to content
MakeWebGames

mdshare

Members
  • Posts

    2,018
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mdshare

  1. Re: How often are these games customized? the template is recently added was old mccode style a month ago. The only difference with others is that the owner spended a nice chunk of profit each month on advertising and offcourse stepped away from the crime theme.
  2. Re: [mccode] RSS Feed for Announcements Well a thank you to cronus for altering my feed script to be usable on mccode as my knowledge regarding mccode scripting style is nill.
  3. Re: [mccode] RSS Feed for Announcements part of the CETWG script where it is based of $rssel is a mysql query   while ($line = mysql_fetch_assoc($rsssel)) { $return[] = $line; } $now = date("D, d M Y H:i:s T"); $output = "<?xml version=\"1.0\"?> <rss version=\"2.0\"> <channel> <title>Latest Games at CE TopWebGames</title> <link>[url="http://www.cetopwebgames.com/rssfeed.php"]http://www.cetopwebgames.com/rssfeed.php[/url]</link> <description>Your Headquarters for Online Multiplayer Games, Free PBBG Games, RPG Games!</description> <language>en-us</language> <pubDate>$now</pubDate> <lastBuildDate>$now</lastBuildDate> <docs>[url="http://cyber.law.harvard.edu/rss/rss.html"]http://cyber.law.harvard.edu/rss/rss.html[/url]</docs> <managingEditor>[email="[email protected]"][email protected][/email]</managingEditor> <webMaster>[email="[email protected]"][email protected][/email]</webMaster> "; $out= "http://www.cetopwebgames.com/redir.php?out="; foreach ($return as $line) { $output .= "<item><title>".htmlentities($line['Game'])."</title> <link>".$out.htmlentities($line['Gid'])."</link> <description>".htmlentities(strip_tags($line['GameDescription']))."</description> </item>"; } $output .= "</channel></rss>"; header("Content-Type: application/rss+xml"); echo $output;
  4. RSS Feed For Your Game & Twitter By: Cronwerks & The CE Network This is a simple RSS page for your game named rssfeed.php. based on the CETWG feed script and altered by Cronus for mccode. It takes the announcements from you (or your staff) in the first section of your announcements and puts them in a xml/rss feed format. You can then simply go to www.twitterfeed.com, register, and set up your feed to automatically post to your twitter account. This means every time you post an announcement on your game, it is automatically posted to your twitter, with no extra work. Not only does this let your followers read it, but tons of trackers are all over twitter, and it could potentially bring you thousands of backlinks. This mod was created by Cronus and MDShare of Criminal Existence to hopefully help game owners push their games just a bit further. Note, depending on the forums in your site, you may have to alter the variables a bit, but I think most games use the same ones(not positive). If you use v2 of mccodes, you will have to put in a connection to your database, DO NOT include globals, that will not work and will mess it up. The script is fully functional and works like a charm, Cronus uses it on CriminalImpulse and hopefully you'll make use of it too. If you need any help just post here and we would be happy to help, its a very simple process. Click here to follow Cronwerks on twitter. Click here to follow the CE Network on twitter. Call a filename rssfeed.php and alter the CriminalImpulse links to suit your game.   <?php /* rssfeed.php made by Cronwerks.com and Criminalexistence.com Support for this modification and info can be found at the above 2 forums */ header("Content-type: text/xml"); print"<?xml version=\"1.0\"?><rss version=\"2.0\">"; include"mysql.php"; $now = date("D, d M Y H:i:s T"); print"<channel> <title>Criminal Impulse Updates Feed</title> <description>All of the recent updates for the text rpg game CriminalImpulse.com!</description> <link>[url="http://www.criminalimpulse.com"]http://www.criminalimpulse.com[/url]</link> <language>en-us</language> <pubDate>$now</pubDate> <lastBuildDate>$now</lastBuildDate> <docs>[url="http://cyber.law.harvard.edu/rss/rss.html"]http://cyber.law.harvard.edu/rss/rss.html[/url]</docs> <managingEditor>[email="[email protected]"][email protected][/email]</managingEditor> <webMaster>[email="[email protected]"][email protected][/email]</webMaster> "; $h=mysql_query("SELECT * FROM forum_topics WHERE ft_forum_id=1 ORDER BY ft_id DESC LIMIT 5",$c) or die(mysql_error()); while($topic=mysql_fetch_array($h)) { $i=mysql_query("SELECT * FROM forum_posts WHERE fp_topic_id={$topic['ft_id']} ORDER BY fp_id ASC LIMIT 1",$c) or die(mysql_error()); $post=mysql_fetch_array($i); $top=mysql_real_escape_string($topic['ft_name']); $bottom=mysql_real_escape_string($post['fp_text']); $vowels = array("[img=http://",%20"]", "[b]", "[/b]", "[u]", "[/u]", "\\n", "\\r"); $bottom = str_replace($vowels, " ", "$bottom"); $vowels = array("\\"); $bottom = str_replace($vowels, "", "$bottom"); $now = date("D, d M Y H:i:s T", $post['fp_time']); print" <item> <pubDate>$now</pubDate> <title>$top</title> <description>$bottom</description> <link>[url="http://www.criminalimpulse.com/"]http://www.criminalimpulse.com/[/url]</link> </item> "; } print"</channel></rss>"; ?>   Now twitter is just one example of the usage for it, you can submit the feed also to google webmaster tools, yahoo, msn live, etc .... members can also subscribe to the feed and get all latest updates even when not online in the game , eg through google feedfetcher, feedblitz etc
  5. Re: i am having a problem with my yourgang.php posts removed, thx alabamahit for pointing out.
  6. Re: [mccode] Choose Gender omg that's old and credit goes to seanybob
  7. Re: what do you think mdshare will do next? still a ton of sites to finish .... having 107 domains time to do something with them ... 1 strong possibility is commercialising the CETWG script, so everyone will be able to buy the custom made voting script
  8. mdshare

    PHP Chat

    I always wondered if it would be possible to use solely php to connect to a irc server as that would give a lot more freedom than using pjirc or a flash chat as well that your members wouldn't need flash or java installed. Now it seems it's possible, I didn't tried it out but these 2 links should give you the food for it. http://codingforums.com/showthread.php?t=91765 and http://sourceforge.net/projects/phpirc/ input is welcome on this topic
  9. Earlier today A_Bertrand and I had a chat (see the interview) and we sudenly where talking about captchas and how easy they get passed by bots. So here is a thought/concept of a replacement towards games. Concept example layout * You need eg 24 images, 2 types Type 1: 12 armour images Type 2: 12 weapons images The anti macro/bot/human verification would fetch from the DB 8 images, eg 7 of type 1 and 1 of type 2 and place them randomly on a grid.   +----------+----------+----------+---------+ | | | | | | | | | | | type 1 | type 1 | type 1 |type 1 | | | | | | | | | | | +----------+----------+----------+---------+ | | | | | | | | | | | type 1 | type 1 | type 2 | type 1 | | | | | | | | | | | +----------+----------+----------+---------+   Player would have to click the weapon image , rest of images would be armours or vice versa. What do you think of the idea to replace captcha in games as players hate them, and using images would or could fit in the game theme
  10. mdshare

    BOE Engine

    Re: BOE Engine layout aka templating hasn't anything to see with the game script imo easy to use a diff template this one could suit for it and make it look better instantly
  11. Re: [Help]Scrollbars Will be difficult to have manufacturers to not sell windows which holds standard IE as browser with their systems. It saves them billions of dollars on support, they are so happy the ms-dos era is gone. Ok they do start selling PCs with linux distros on but only due to the GUI and to be competitive (dropping price of the system). You won't find any vendor with linux as OS 5-8y ago... I might be wrong but will be sparse to find. ok HP/Compaq did but only on their business line and with a true Unix not linux. anyway, I have yet to see a PC manufacturer (brand) distribute FF with their PCs I see faster chrome distributed as browser on PCs than FireFox, just read this http://searchengineland.com/microsoft-w ... ters-14117 and you will understand why I see chrome as a distributed browser on PCs
  12. Re: Help, installer not creating database information. this is the mccode lite dbdata.sql that gets called from the installer.php   -- MCCodes Lite -- dbdata.sql Rev 1.0.0 -- Copyright (C) 2006 Dabomstew -- This program is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 2 -- of the License, or (at your option) any later version. -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Software -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- -------------------------------------------------------- -- -- Table structure for table `adminlogs` -- CREATE TABLE `adminlogs` ( `adID` int(11) NOT NULL auto_increment, `adUSER` int(11) NOT NULL default '0', `adPOST` longtext NOT NULL, `adGET` longtext NOT NULL, `adTIME` int(11) NOT NULL default '0', PRIMARY KEY (`adID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `adminlogs` -- -- -------------------------------------------------------- -- -- Table structure for table `armour` -- CREATE TABLE `armour` ( `item_ID` int(11) NOT NULL default '0', `Defence` int(11) NOT NULL default '0' ) ENGINE=MyISAM ; -- -- Dumping data for table `armour` -- -- -------------------------------------------------------- -- -- Table structure for table `attacklogs` -- CREATE TABLE `attacklogs` ( `log_id` int(11) NOT NULL auto_increment, `attacker` int(11) NOT NULL default '0', `attacked` int(11) NOT NULL default '0', `result` enum('won','lost') NOT NULL default 'won', `time` int(11) NOT NULL default '0', `stole` bigint(20) NOT NULL default '0', `attacklog` longtext NOT NULL, PRIMARY KEY (`log_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `attacklogs` -- -- -------------------------------------------------------- -- -- Table structure for table `cashxferlogs` -- CREATE TABLE `cashxferlogs` ( `cxID` int(11) NOT NULL auto_increment, `cxFROM` int(11) NOT NULL default '0', `cxTO` int(11) NOT NULL default '0', `cxAMOUNT` bigint(20) NOT NULL default '0', `cxTIME` int(11) NOT NULL default '0', `cxFROMIP` varchar(15) NOT NULL default '127.0.0.1', `cxTOIP` varchar(15) NOT NULL default '127.0.0.1', `cxCONTENT` longtext NOT NULL, PRIMARY KEY (`cxID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `cashxferlogs` -- -- -------------------------------------------------------- -- -- Table structure for table `cities` -- CREATE TABLE `cities` ( `cityid` int(11) NOT NULL auto_increment, `cityname` varchar(255) NOT NULL default '', `citydesc` longtext NOT NULL, `cityminlevel` int(11) NOT NULL default '0', PRIMARY KEY (`cityid`) ) ENGINE=MyISAM AUTO_INCREMENT=6 ; -- -- Dumping data for table `cities` -- INSERT INTO `cities` VALUES (1, 'Mono Central', 'This city has been the home of newcomers to Mono Country for many years... it is resourceful and provides many job opportunities.', 1); INSERT INTO `cities` VALUES (2, 'Country Farms', 'A cheap place to buy food, this is a peaceful place for pacifists but property is very expensive.', 5); INSERT INTO `cities` VALUES (3, 'El Ablo', 'The place of the truly strong.', 20); INSERT INTO `cities` VALUES (4, 'Industrial Sector', 'The industrial sector of Mono Central.', 1); INSERT INTO `cities` VALUES (5, 'Cyber State', 'One for those who are masters at the game', 50); -- -------------------------------------------------------- -- -- Table structure for table `crimegroups` -- CREATE TABLE `crimegroups` ( `cgID` int(11) NOT NULL auto_increment, `cgNAME` varchar(255) NOT NULL default '', `cgORDER` int(11) NOT NULL default '0', PRIMARY KEY (`cgID`) ) ENGINE=MyISAM PACK_KEYS=0 AUTO_INCREMENT=3 ; -- -- Dumping data for table `crimegroups` -- INSERT INTO `crimegroups` VALUES (1, 'Search for money', 1); INSERT INTO `crimegroups` VALUES (2, 'Sell illegal CDs', 2); -- -------------------------------------------------------- -- -- Table structure for table `crimes` -- CREATE TABLE `crimes` ( `crimeID` int(11) NOT NULL auto_increment, `crimeNAME` varchar(255) NOT NULL default '', `crimeBRAVE` int(11) NOT NULL default '0', `crimePERCFORM` text NOT NULL, `crimeSUCCESSMUNY` bigint(20) NOT NULL default '0', `crimeGROUP` int(11) NOT NULL default '0', `crimeITEXT` text NOT NULL, `crimeSTEXT` text NOT NULL, `crimeFTEXT` text NOT NULL, `crimeEXP` DOUBLE NOT NULL, PRIMARY KEY (`crimeID`) ) ENGINE=MyISAM PACK_KEYS=0 AUTO_INCREMENT=5 ; -- -- Dumping data for table `crimes` -- INSERT INTO `crimes` VALUES (1, 'Near The Council', 1, '((WILL*0.8)/1)+(LEVEL/4)', 10, 1, '1. You head over to the council. \r\n2. You start scavenging for coins. ', 'Result: You collect ${money} from the gutters!', 'Result: There''s no change to be seen!', 1.25); INSERT INTO `crimes` VALUES (2, 'Under a Hobo''s Shack', 1, '((WILL*0.8)/1.5)+(LEVEL/4)', 20, 1, '1. You head over to the shack of well-known hobo, Kent. \r\n2. You creep underneath and start scavenging for money. ', 'Result: You dig up ${money}!', 'Result: Kent finds you and says "What yo doin here?". You walk off briskly.', 2.5); INSERT INTO `crimes` VALUES (3, 'Music CDS', 3, '((WILL*0.8)/3)+(LEVEL/4)', 30, 2, '1. You go down to the local market and buy some blank CDs. \r\n2. You head home and burn some music onto these CDs. \r\n3. You go back to the market, set up your stall, and wait for customers. ', 'Result: You sell your stock making you ${money}!', 'Result: No-one wants to buy your worthless garbage!', 3.75); INSERT INTO `crimes` VALUES (4, 'Video CDs', 3, '((WILL*0.8)/3.5)+(LEVEL/4)', 34, 2, '1. You go down to the local market and buy some blank CDs. \r\n2. You head home and burn some videos onto these CDs. \r\n3. You go back to the market, set up your stall, and wait for customers. ', 'Result: You sell your stock making you ${money}!', 'Result: No-one wants to buy your worthless garbage!', 4.25); -- -------------------------------------------------------- -- -- Table structure for table `events` -- CREATE TABLE `events` ( `evID` int(11) NOT NULL auto_increment, `evUSER` int(11) NOT NULL default '0', `evTIME` int(11) NOT NULL default '0', `evREAD` int(11) NOT NULL default '0', `evTEXT` text NOT NULL, PRIMARY KEY (`evID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `events` -- -- -------------------------------------------------------- -- -- Table structure for table `fedjail` -- CREATE TABLE `fedjail` ( `fed_id` int(11) NOT NULL auto_increment, `fed_userid` int(11) NOT NULL default '0', `fed_days` int(11) NOT NULL default '0', `fed_jailedby` int(11) NOT NULL default '0', `fed_reason` text NOT NULL, PRIMARY KEY (`fed_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `fedjail` -- -- -------------------------------------------------------- -- -- Table structure for table `food` -- CREATE TABLE `food` ( `item_id` int(11) NOT NULL default '0', `energy` int(11) NOT NULL default '0' ) ENGINE=MyISAM ; -- -- Dumping data for table `food` -- -- -------------------------------------------------------- -- -- Table structure for table `houses` -- CREATE TABLE `houses` ( `hID` int(11) NOT NULL auto_increment, `hNAME` varchar(255) NOT NULL default '', `hPRICE` bigint(20) NOT NULL default '0', `hWILL` int(11) NOT NULL default '0', PRIMARY KEY (`hID`) ) ENGINE=MyISAM AUTO_INCREMENT=14 ; -- -- Dumping data for table `houses` -- INSERT INTO `houses` VALUES (1, 'Garden Shed', 0, 100); INSERT INTO `houses` VALUES (2, 'Apartment', 12500, 150); INSERT INTO `houses` VALUES (3, 'Motel Room', 32000, 200); INSERT INTO `houses` VALUES (4, 'Semi-Detached House', 80000, 250); INSERT INTO `houses` VALUES (5, 'Detached House', 400000, 450); INSERT INTO `houses` VALUES (6, 'Chalet', 1000000, 750); INSERT INTO `houses` VALUES (7, 'Mansion', 15000000, 1200); INSERT INTO `houses` VALUES (8, 'Penthouse', 45000000, 2000); INSERT INTO `houses` VALUES (9, 'Castle', 125000000, 3500); INSERT INTO `houses` VALUES (11, 'Luxurious Space Shuttle', 375000000, 7500); INSERT INTO `houses` VALUES (10, 'Small Space Shuttle', 250000000, 5000); INSERT INTO `houses` VALUES (12, 'Artificial Orbiting Moon', 1000000000, 12500); INSERT INTO `houses` VALUES (13, 'Brothel', 2000000000, 20000); -- -------------------------------------------------------- -- -- Table structure for table `inventory` -- CREATE TABLE `inventory` ( `inv_id` int(11) NOT NULL auto_increment, `inv_itemid` int(11) NOT NULL default '0', `inv_userid` int(11) NOT NULL default '0', `inv_qty` bigint(20) NOT NULL default '0', PRIMARY KEY (`inv_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `inventory` -- -- -------------------------------------------------------- -- -- Table structure for table `itembuylogs` -- CREATE TABLE `itembuylogs` ( `ibID` int(11) NOT NULL auto_increment, `ibUSER` int(11) NOT NULL default '0', `ibITEM` int(11) NOT NULL default '0', `ibTOTALPRICE` bigint(20) NOT NULL default '0', `ibQTY` bigint(20) NOT NULL default '0', `ibTIME` int(11) NOT NULL default '0', `ibCONTENT` text NOT NULL, PRIMARY KEY (`ibID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `itembuylogs` -- -- -------------------------------------------------------- -- -- Table structure for table `items` -- CREATE TABLE `items` ( `itmid` int(11) NOT NULL auto_increment, `itmtype` int(11) NOT NULL default '0', `itmname` varchar(255) NOT NULL default '', `itmdesc` text NOT NULL, `itmbuyprice` bigint(20) NOT NULL default '0', `itmsellprice` bigint(20) NOT NULL default '0', `itmbuyable` int(11) NOT NULL default '0', PRIMARY KEY (`itmid`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `items` -- -- -------------------------------------------------------- -- -- Table structure for table `itemselllogs` -- CREATE TABLE `itemselllogs` ( `isID` int(11) NOT NULL auto_increment, `isUSER` int(11) NOT NULL default '0', `isITEM` int(11) NOT NULL default '0', `isTOTALPRICE` bigint(20) NOT NULL default '0', `isQTY` bigint(20) NOT NULL default '0', `isTIME` int(11) NOT NULL default '0', `isCONTENT` text NOT NULL, PRIMARY KEY (`isID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `itemselllogs` -- -- -------------------------------------------------------- -- -- Table structure for table `itemtypes` -- CREATE TABLE `itemtypes` ( `itmtypeid` int(11) NOT NULL auto_increment, `itmtypename` varchar(255) NOT NULL default '', PRIMARY KEY (`itmtypeid`) ) ENGINE=MyISAM AUTO_INCREMENT=8 ; -- -- Dumping data for table `itemtypes` -- INSERT INTO `itemtypes` VALUES (1, 'Food'); INSERT INTO `itemtypes` VALUES (2, 'Electronics'); INSERT INTO `itemtypes` VALUES (3, 'Melee Weapon'); INSERT INTO `itemtypes` VALUES (4, 'Gun'); INSERT INTO `itemtypes` VALUES (5, 'Medical'); INSERT INTO `itemtypes` VALUES (6, 'Collectible'); INSERT INTO `itemtypes` VALUES (7, 'Armour'); -- -------------------------------------------------------- -- -- Table structure for table `itemxferlogs` -- CREATE TABLE `itemxferlogs` ( `ixID` int(11) NOT NULL auto_increment, `ixFROM` int(11) NOT NULL default '0', `ixTO` int(11) NOT NULL default '0', `ixITEM` int(11) NOT NULL default '0', `ixQTY` bigint(20) NOT NULL default '0', `ixTIME` int(11) NOT NULL default '0', PRIMARY KEY (`ixID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `itemxferlogs` -- -- -------------------------------------------------------- -- -- Table structure for table `jaillogs` -- CREATE TABLE `jaillogs` ( `jaID` int(11) NOT NULL auto_increment, `jaJAILER` int(11) NOT NULL default '0', `jaJAILED` int(11) NOT NULL default '0', `jaDAYS` int(11) NOT NULL default '0', `jaREASON` longtext NOT NULL, `jaTIME` int(11) NOT NULL default '0', PRIMARY KEY (`jaID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `jaillogs` -- -- -------------------------------------------------------- -- -- Table structure for table `mail` -- CREATE TABLE `mail` ( `mail_id` int(11) NOT NULL auto_increment, `mail_read` int(11) NOT NULL default '0', `mail_from` int(11) NOT NULL default '0', `mail_to` int(11) NOT NULL default '0', `mail_time` int(11) NOT NULL default '0', `mail_subject` varchar(255) NOT NULL default '', `mail_text` text NOT NULL, PRIMARY KEY (`mail_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `mail` -- -- -------------------------------------------------------- -- -- Table structure for table `papercontent` -- CREATE TABLE `papercontent` ( `content` longtext NOT NULL ) ENGINE=MyISAM ; -- -- Dumping data for table `papercontent` -- INSERT INTO `papercontent` VALUES ('[[b]11/07/05[/b]] Codes Purchased From Dabomstew'); -- -------------------------------------------------------- -- -- Table structure for table `referals` -- CREATE TABLE `referals` ( `refID` int(11) NOT NULL auto_increment, `refREFER` int(11) NOT NULL default '0', `refREFED` int(11) NOT NULL default '0', `refTIME` int(11) NOT NULL default '0', `refREFERIP` varchar(15) NOT NULL default '127.0.0.1', `refREFEDIP` varchar(15) NOT NULL default '127.0.0.1', PRIMARY KEY (`refID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `referals` -- CREATE TABLE `settings` ( `conf_id` int(11) NOT NULL auto_increment, `conf_name` varchar(255) NOT NULL default '', `conf_value` text NOT NULL, PRIMARY KEY (`conf_id`) ) TYPE=MyISAM ; INSERT INTO `settings` ( `conf_id` , `conf_name` , `conf_value` ) VALUES ( '', 'game_version', '101' ); -- -------------------------------------------------------- -- -- Table structure for table `shopitems` -- CREATE TABLE `shopitems` ( `sitemID` int(11) NOT NULL auto_increment, `sitemSHOP` int(11) NOT NULL default '0', `sitemITEMID` int(11) NOT NULL default '0', PRIMARY KEY (`sitemID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `shopitems` -- -- -------------------------------------------------------- -- -- Table structure for table `shops` -- CREATE TABLE `shops` ( `shopID` int(11) NOT NULL auto_increment, `shopLOCATION` int(11) NOT NULL default '0', `shopNAME` varchar(255) NOT NULL default '', `shopDESCRIPTION` text NOT NULL, PRIMARY KEY (`shopID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `shops` -- -- -------------------------------------------------------- -- -- Table structure for table `staffnews` -- CREATE TABLE `staffnews` ( `snID` int(11) NOT NULL auto_increment, `snPOSTER` int(11) NOT NULL default '0', `snIMPORTANCE` enum('low','medium','high') NOT NULL default 'low', `snSUBJECT` varchar(255) NOT NULL default '', `snTEXT` longtext NOT NULL, `snTIME` int(11) NOT NULL default '0', PRIMARY KEY (`snID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `staffnews` -- -- -------------------------------------------------------- -- -- Table structure for table `staffnotelogs` -- CREATE TABLE `staffnotelogs` ( `snID` int(11) NOT NULL auto_increment, `snCHANGER` int(11) NOT NULL default '0', `snCHANGED` int(11) NOT NULL default '0', `snTIME` int(11) NOT NULL default '0', `snOLD` longtext NOT NULL, `snNEW` longtext NOT NULL, PRIMARY KEY (`snID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `staffnotelogs` -- -- -------------------------------------------------------- -- -- Table structure for table `unjaillogs` -- CREATE TABLE `unjaillogs` ( `ujaID` int(11) NOT NULL auto_increment, `ujaJAILER` int(11) NOT NULL default '0', `ujaJAILED` int(11) NOT NULL default '0', `ujaTIME` int(11) NOT NULL default '0', PRIMARY KEY (`ujaID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; -- -- Dumping data for table `unjaillogs` -- -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `userid` int(11) NOT NULL auto_increment, `username` varchar(255) NOT NULL default '', `userpass` varchar(255) NOT NULL default '', `level` int(11) NOT NULL default '0', `exp` decimal(11,4) NOT NULL default '0.0000', `money` bigint(20) NOT NULL default '0', `laston` int(11) NOT NULL default '0', `lastip` varchar(255) NOT NULL default '', `energy` int(11) NOT NULL default '0', `will` int(11) NOT NULL default '0', `maxwill` int(11) NOT NULL default '0', `brave` int(11) NOT NULL default '0', `maxbrave` int(11) NOT NULL default '0', `maxenergy` int(11) NOT NULL default '0', `hp` int(11) NOT NULL default '0', `maxhp` int(11) NOT NULL default '0', `location` int(11) NOT NULL default '0', `fedjail` int(11) NOT NULL default '0', `user_level` int(11) NOT NULL default '1', `gender` enum('Male','Female') NOT NULL default 'Male', `daysold` int(11) NOT NULL default '0', `signedup` int(11) NOT NULL default '0', `email` varchar(255) NOT NULL default '', `login_name` varchar(255) NOT NULL default '', `display_pic` text NOT NULL, `duties` varchar(255) NOT NULL default 'N/A', `staffnotes` longtext NOT NULL, `mailban` int(11) NOT NULL default '0', `mb_reason` varchar(255) NOT NULL default '', `crystals` bigint(20) NOT NULL default '0', `signature` text NOT NULL, PRIMARY KEY (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 ; -- -- Dumping data for table `users` -- INSERT INTO `users` VALUES (1, 'adUsername', md5('adPassword'), 1, 0, 100, 1155283843, '127.0.0.1', 12, 100, 100, 5, 5, 12, 100, 100, 1, 0, 2, 'Male', 0, 1145750935, 'adEmail', 'adUsername', '', 'N/A', '', 0, '', 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `userstats` -- CREATE TABLE `userstats` ( `userid` int(11) NOT NULL default '0', `strength` decimal(11,4) NOT NULL default '0.0000', `agility` decimal(11,4) NOT NULL default '0.0000', `guard` decimal(11,4) NOT NULL default '0.0000', `labour` decimal(11,4) NOT NULL default '0.0000', `IQ` decimal(11,6) NOT NULL default '0.000000' ) ENGINE=MyISAM ; -- -- Dumping data for table `userstats` -- INSERT INTO `userstats` VALUES (1, 10.0000, 10.0000, 10.0000, 10.0000, 10.000000); -- -------------------------------------------------------- -- -- Table structure for table `weapons` -- CREATE TABLE `weapons` ( `item_id` int(11) NOT NULL default '0', `damage` decimal(11,4) NOT NULL default '0.0000' ) ENGINE=MyISAM ; -- -- Dumping data for table `weapons` --
  13. Re: [Help]Scrollbars   but that is global, you need to slice it towards the browsergame market segment if all game owners would kinda post their stats we would have a much cleared view what is used the most and in all honesty I wouldn't be surprised that most players use firefox , just look at the tons of greasemonkey scripts that are made for browsergames
  14. Re: [Help]Scrollbars well here is the usage of a game related site developers geared usage on a game related site non dev geared so players
  15. mdshare

    BOE Engine

    Re: BOE Engine SMF template first created April 20, 2008, 05:05:54 PM Prison strugle on the wayback machine doesn't even look close to what it is now So for all we know prison struggle used the same vector art/stock photos as the template designer however it seems the template designer was first.
  16. Re: [Help]Scrollbars the W3C stats are totally different but normal, as devs use more FF than IE http://www.w3schools.com/browsers/browsers_stats.asp now also posted there is the following  
  17. mdshare

    BOE Engine

    Re: BOE Engine I would say $100-$150 for a basic license. standard license eg $150-$200 which includes free updates for 1y proffesionall license eg $250-$300 free bugfixes, updates for 1y
  18. Re: MDShare's mod recomendation from general discussion (item sales graphs) nice job Yuri now the second one :p XMPP ;)
  19. Re: [REVIEW] 4x4Mayhem - Please review!! Be one of the first to review this game at http://www.cegamesdirectory.com/4x4-mayhem
  20. Re: [Review] - Killah-City.net - Please Review You can review this game also at http://www.cegamesdirectory.com/killah-city
  21. Re: [MOD] V2 Theme Changer as Promised 96% completed contact his webhost illusions
  22. Re: LOGH - Legend of the Green Hydra yea it's a basic script, yet has a lot of potential imo a bit of working on it , implementing database, user login/register .. would be a start or heck just implement it in a existing game engine, eg as a replacement of the mccode streets mod
  23. Post your toughts, ideas what you could/can do with this single player hack and slash game script. md
  24. Deathray Games released one of their games under the creative commons license. It is a very simplistic, one-player, fantasy hack'n'slash browser game which leaves a lot to do with it. You can easy adopt it to have it build in other game engines, make it multi player whatever as long you follow the creative commons license. Game: http://deathraygames.com/play-online/dr ... index.html Download: http://deathraygames.com/play-online/dr ... OGH_v1.zip Deathray the developer of this game will join CE and answer any questions you have regarding the script/game/license.
  25. Re: [REVIEW] Mafia Vendetta - New and Looking for Feedback just google for notepad images there are 1000s of free available ones (no license) you might even encounter Iamwickeds one easier to search for stockphoto images as there is less rubish between http://images.google.be/images?ndsp=18& ... art=0&sa=N you can't claim it's yours if you didn't make it or bought, and even then if bought most stockphoto sites don't give a commercial license. Some do but costs a lot extra for a commercial license.
×
×
  • Create New...