Jump to content
MakeWebGames

Dayo

Administrators
  • Posts

    2,491
  • Joined

  • Last visited

  • Days Won

    196

Everything posted by Dayo

  1. Danny if we were all to do that there would be nearly no mods, just cos its on 1 game dosent mean we want to copy it, for example my project i take inspriation from all of the most popular web games! BUT it gets bad when you try to clone another game, that i would not have!
  2. Yea the good old starter pack along with 3 donator days, they will be like putty in your hands :P an ecomomy with billions and millions is ok ... if you have to work for it, it gets bad when it only takes you a week to get a million :thumbdown:
  3. Dayo

    Stumped ... need help

    i was thinking of using ob_start and preg but im no good with the preg so i may just have to deal with it
  4. Dayo

    Stumped ... need help

    thanks anyway, i just have to figure how to get the CSS from the bottom of the page to the top as it will bug me it being there lol edit: public function addId($name, $content) { $newId = '#'.$name.' { '.$content.' }'; $this->cssSheet .= $newClass; should be public function addId($name, $content) { $newId = '#'.$name.' { '.$content.' }'; $this->cssSheet .= $newId; i did mine diffrent to yours, plus i am going to do this with my JS files aswell, i just want to clean up my HTML files as atm on one site i have 21 JS files loading up and 3 CSS files :S
  5. Dayo

    Stumped ... need help

    LOL dont worry, i was trying to show the css before i added it throght the function
  6. Dayo

    Stumped ... need help

    hiya i have never used class varables before untill my project the shadow realm, i want to make a CSS class for my game so i can add only the css i need to the page for example $css->AddId('CSS ID', 'CSS HERE eg margin:0px;'); $css->AddClass('CSS CLASS ID', 'CSS HERE eg border:none;'); i thought about laying it out like this class css { var $csssheet; function Show(){ // no problems with this! echo '<style type="text/css"> <!-- '.$this->csssheet.' --> </style> '; } function AddId($id, $css) { $var=' #'.$id.'{ '.$css.' }'; $this->csssheet .= $var; // this dosent work though } } this is probley a realy nobby question and will probly LOL at my self when i see what i done wrong but my mind has just gone blank :S
  7. you can ie the best crime only gets $35 the worst gets $0.5 (i did have a edited source somewhere that would alow even $0.01 ^^ )
  8. what f***ed? :P
  9. i may add that later on ... maby a user submited screen shot? has to be verified its the mod and not porn
  10. UPDATE Just added 10 of Joel`s mods to the archive ... primision was granted by him :thumbsup:
  11. yea, i tryed it out and didnt like it (preferd to use xampp) i use DW8 alot (more so then notepad ++) my version is several years out of date but i still find it easier then notepadd++ purly in the coding i find it easier to read and if i did want to add HTMl its just a click away cos im too lazy :P its at its best when you want to design something with a wierd table layout
  12. would love to have them :thumbsup: @danny weird was working for me ?( 8|
  13. good good, all i had to do was add .zip to the file title (wierd cos it works on FF)
  14. sorted it out, it should now work, and would like help colecting mods :D
  15. @dominion it should add .zip to the end of the file automaticly as they are stored on my server like 0001.zip, 0002.zip etc then it is renamed to the proper name on download and they are .zip on my server @jordan no wouldent work, i dont think @Danny696 Oh it will ... if we get mods submited to it! @all with the function error: what browser are you using? im using FF and it is working perfect!
  16. All updates will be in the 1st post .. also ill let you secure all the mods :P, the most popular downloaded will be secured by myself/archive coders (just a little hint on another feature) @dominion: can you try to re download it and see if the error happens again?
  17. http://alienvshuman.com/images/ubar.php?n=70 check out the image now 8)
  18. raw file? it should be a zip download with 1 txt file inside that
  19. i like my games to be based on Real Life so a lower economy is a MUST for me look at games like unforgivenwar.com a high economy just kills the game, i use to play it back in beta (when it was just default mccodes with a free header) and played it ALOT (12H a day :S) it just got to the point of giving 1 Billion to a newb for the fun of it and TBH it killed the game in my eyes i prefer games wghere you startwith a few dollars eg $50 then have to work your way up (so $10000 would actuly be good like in RL)
  20. i just tryed it out and it works now (i did fix the bug we had earlier ... would of been fixed ages ago if i was notified to the error ... in the end all i had to do was change `=` to `==`)
  21. [align=center]Mod Archive [/align] Hiya recently i started to code a archive for McCodes Mods for all the versions (Lite, V1 and V2) at the moment it is located HERE and only has a few basic features that are: view mod by catagory View mod details Download the mods in ZIP format This service is still in BETA so the folowing services will be added at a later date: User login View recent downloads Get email for any updates on mods you downloaded Upload a mod to the archive (Has to be authenticated first) [*] Support System Styled like yahoo awnsers (user can post then comunity can awnser) Staff support (A user can request personal support from a archive admin) [*] View Mods options View by most downloaded View mod by newest added View mod by tags [*] plus a few more that i wont post here yet ;) [align=center]To submit a mod to the archive please email me the ZIP file (along with a little description) to [email protected] OR post below[/align] [align=center]ANY BUGS PLEASE POST HERE OR EMAIL ME! DONT JUST THINK THEY WILL FIX THEMSELF MAGICLY![/align]
  22. My MWG Portfolio [Layouts] & [Free Graphic/Layout Downloads] have a look there they are some of georges samples - i will slice them and code for your game
  23. much like yours but mine fades the remaning %'age eg http://alienvshuman.com/images/ubar.php?n=70
  24. on topic: for $35 you wont get much and Haunted Dawg is that just HTML of mccodes header? off topic: crimgame.com template is good, but $825 for $825 im sure you could of got ALOT better, mascots are good altho the face of the guy on the left on signin.php looks a bit weird
  25. i would edit it slightly and do it like this function pagemessage($title = "", $back = "", $message = "") { global $ir, $h; if ($ir) { echo "<p style=\"text-align: center;\"><h1>$title</h1><p style=\"text-align: center;\">$message</p> <hr style=\"width: 500px;\" /><p style=\"text-align: center; font-weight: bold;\"><a href=\"$back\">Back</a></p>"; $h->endpage(); die(); } }
×
×
  • Create New...