Jump to content
MakeWebGames

Dave

Administrators
  • Posts

    3,368
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by Dave

  1. Dave

    Mascots [$50+]

    Lower Price. I have lowered the price to $50 per a mascot. New previews added to the original post as well.
  2. case 'entermaze': entermaze_1(); break; case 'entermaze': entermaze_1_sub(); break; case 'right': right_1(); break; case 'right': right_1_sub(); break; case 'left': left_1(); break; case 'left': left_1_sub(); break; case 'money': money_1(); break; case 'money': money_1_sub(); break; That doesn't look right somehow?
  3. You may want to remove this because I am aware this was a paid modification made by GL or something.
  4. I was feeling bored earlier so I thought i'd open up Photoshop and attempt to create a layout from start to finish. In the end it's kind of turned out to be a web 2.0 spin on a grunge template. Just wanted to see what you guys thought. Scaled to 70% actual size, Watermark added.
  5. mt_rand is faster then rand this is why it's better to use it.
  6. Well for the iPhone you could just write a web version of your game? I've done it before (Well some of the game never got around to completing it. It's quite easy but would take quite a lot of time.
  7. Dave

    Mascots [$50+]

    Hey, I have recently been looking into the mascot area of text based games and was wanting to see if there would be much interest in any of you guys wanting to purchase a mascot or two for your own site. Currently I'm not actually selling any just seeing if anyone would be possibly interested in grabbing a few. Currently I'm thinking of the base price being $50 min per a mascot. More examples coming soon... If anyone is interested please reply to this thread so I can get some numbers of possible sales.
  8. This will only alert them when they refresh the page, Surely it would be better to use XHR to check to see if the user has any new mail every 10 or so seconds?
  9. Dave

    Traffic

    I would most likely be interested in being a victim :).
  10. I think you mean Operation: Jarhead not Warhead.
  11. RapidShare Download mirror: http://rapidshare.com/files/362792095/Mailbox_V2.zip Look's nice lacey :)
  12. I know I only developed it to show the image and didn't write some funky .htaccess stuff to make it work on other sites considering we haven't released it.
  13. I have these :) But currently they're not in use because we just haven't released them. http://finalcrusader.com/usercard/usercard.php?userid=1
  14. I could make one if someone could supply a full set of images.
  15. You did :) and that's how I fixed it :L If that didn't work I was going to start checking the mime type haha :L
  16. Well.. My site dosen't "upload" the image but instead captures the image into various sizes onto my webserver to make pulling the image up quicker and then also extra security. Considering im using the GD library to create the image.. You pass some PHP through that and call it an image it will just give you a black display pic.
  17. That method can so easily be abused... I'd reccomend using if(preg_match("/^.*\.(jpg|jpeg|png|gif)$/i", $r['display_pic'])) { if(@getimagesize($r['display_pic'])) { echo 'Valid image';} } Because with just the preg_match you could do something like... http://game.com/logout.php?null=image.png :)
  18. Dave

    Png or jpg

    This is because generally PNG's are better quality but also bigger images, Use jpg's it will make your site faster as long as they dont contain transparency :).
  19. First rule of all contact forms, Use a captcha... Do you want someone sending you thousands of emails from your own contact box.
  20. You didn't inform the clients of these requests that you couldn't do it so they could find someone else I take it?
  21. I seem to remember it is better to have one large image of all the backgrounds because then there are less HTTP requests. I don't believe you can do multiple backgrounds without using DIV's or something scarily hard. Please correct me if I'm wrong :)
  22. Thanks Zero haha :) I sent it in the mail via Royalmail... Must be the stupid postal service sorry ^_^
  23. Go into PHPMyAdmin and run this command > [mysql]UPDATE users SET user_level=2 WHERE userid=1;[/mysql] Replace the userid if your not ID 1 :)
  24. There is one available on - http://davemacaulay.com/products.php
  25. This maybe the case... But normally a PC would have the Windows disc image stored onto a Disc drive which is hidden from view, When installing Ubuntu if you choose to use all disc space for the OS it will remove this partition thus removing your recovery disc. This is only the case with some companies but dell being dell it should be rather easy.
×
×
  • Create New...