Jump to content
MakeWebGames

Dave

Administrators
  • Posts

    3,368
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by Dave

  1. You need to portforward, I can help you do this if you contact me on msn :)
  2. I made another graphic along the line of the Infection/Infected idea its below... I think more input can be given on this :)
  3. Yes but i remember having this problem.. The human mind can be confused easily can you check your filename and then check the link url :)
  4. I beleive this is because the links in the file are different to its filename the best idea is to change the filename to streets.php
  5. The font is freely avalible on the internet :) Cant remember exactly what it's called though i shall find out for you later :)
  6. I Like your idea it's simple but nice :) I shall implement is soon.
  7. I've recently took on a huge project by myself, The title of the project is "The Three Relics" and it is a medieval text based RPG. The main idea of the game is to have a very strong story line (Instead of just trying to level up) which will involve multiple quests involving yourself, NPC's and even other players. The game is very far from complete but I have made a very good start so far. If you want to get some exclusive peeks before others do i reccomend you Pre-Register :) Any feedback on what you have heard/seen would be nice :) Offcorse if you have a suggestion for the site also please reply. http://www.threerelics.com/
  8. Your gonna want to do some de-bugging by yourself but firstly lets improve the script abit The bit of code checking that the item is for the correct class is this... else if($ir['race'] != $_GET['item_race']) { print "You aren't the right race to equip this item"; $h->endpage(); exit; } But in the script you never check if $_GET['item_race'] is actually set? So add above this code else if(!isset($_GET['item_race'])) { print "Script Error, Please go back and click the link again."; $h->endpage(); exit; } If when you try and equip and item now and it comes up with the error i put in the code above you then know it's because your not setting $_GET['item_race'] correctly. You may also want to add this in just for some extra security $_GET['item_race'] = abs((int) $_GET['item_race']);
  9. Thank you :) Do you have any ideas on how i could improve this?
  10. Looks like a very nice service you are providing, If you managed to make your site incrediably active then in turn you could bump the prices of the reviews up because one review would generally mean quite a large amount of advertising and back links from your site. I like your idea but maybe to get your name out you should offer 2 or 3 free reviews for game owners on MWG?
  11. Ripping templates is really not a good idea, POG1's template would be pretty easy to re-create using some simple grunge and general brushes which can be found free on the internet.
  12. Yes, I see someone on here has learnt to read :)
  13. You may remember ages ago i used to make 'alright' graphics for games and so on, Well i've been having a few lessons in photoshop and i'm slowly getting back into things. I attempted to do a graphic for Spyder's new site iNFECTION my design is quite simple but i personall think it is effective. I used a few grunge brushes of the net and a hand brush for the hand print, Then i used a zombie related font for the text with a outer glow on it. Does anyone have any ideas how i can improve this? Or does anyone have any views on the image?
  14. Why? Its pointless and annoying, Very annoying!
  15. I've seen this before its most likely a broken image tag, The browser tries to refresh again to see if it can make the image load.
  16. Name: Advanced Donation Mod Version: Mccodes V2 Price: $20.00 USD Description: This mod allows users to purchase multiply packs at once without having to seperately pay for each one. This mod also has loads of other great features such as being able to donate for a friend, The option for the admin to put the site into "BOGOF" mode which automatically credits all donator packs twice. The mod also uses an IPN script to automate everything, From the user choosing the packs to the user receiving them. The system also contains the option to turn on a discounting system. This system allows the user to purchase more then x (Default of 3) of packs and receive an x% (Default is 10%) discount. In older mods you were limited to the amount of item's you could put onto one donator pack, Now its up to you (You must set a maxium in the settings of the donator part, Default is 5) the system supports any number of items (Within limit's of the execution time of the script). Other features are still yet to come! Screenshots: http://i640.photobucket.com/albums/uu123/iamwicked/Donation%20Mod/FireShotProcapture023-2tb_biz-local.png?t=1254182929 The default donator page. http://i640.photobucket.com/albums/uu123/iamwicked/Donation%20Mod/FireShotProcapture024-2tb_biz-local.png?t=1254182978 When a user buys a pack it gets added to their cart. http://i640.photobucket.com/albums/uu123/iamwicked/Donation%20Mod/FireShotProcapture025-2tb_biz-local.png?t=1254183036 The discount being added of 10% when you purchase 3 or more packs. http://i640.photobucket.com/albums/uu123/iamwicked/Donation%20Mod/FireShotProcapture026-2tb_biz-local.png?t=1254183073 The script is running in buy one get one free mode, The script shows 2 packs (The free one in grey) http://i640.photobucket.com/albums/uu123/iamwicked/Donation%20Mod/FireShotProcapture027-2tb_biz-2tb_b.png?t=1254183167 Settings page for the whole mod, Shows all the possible options. http://i640.photobucket.com/albums/uu123/iamwicked/Donation%20Mod/FireShotProcapture033-2tb_biz-2tb_b.png?t=1254183208 Adding a new donator pack in staff panel. http://i640.photobucket.com/albums/uu123/iamwicked/Donation%20Mod/FireShotProcapture029-2tb_biz-2tb_b.png?t=1254183252 Editing donator packs in the staff panel. http://i640.photobucket.com/albums/uu123/iamwicked/Donation%20Mod/FireShotProcapture030-2tb_biz-2tb_b.png?t=1254183291 The form when editing a donator pack in staff panel. http://i640.photobucket.com/albums/uu123/iamwicked/Donation%20Mod/FireShotProcapture032-2tb_biz-2tb_b.png?t=1254183328 Completion page for donating, Pulls information from PayPal Purchase: If you are interested in purchasing this mod please sent $20.00 USD to [email protected] via PayPal, If you have any questions please add me on MSN ([email protected]) or send me a PM or simply reply to this post.
  17. Hey, This is pretty simple once your done with someone mugging someone else you can either store the timestamp of when the mugging happened in a mysql field or as a session (I would personally use a session because its 30 seconds). Then simply check that the timestamp is longer then 30 seconds ago. Thanks, David Macaulay.
  18. I did something very simular to you then. The background layer has a blue gradiant with an inside stroke of 3px in a slightly lighter blue, Then i have the SkyFuse logo then i have a 15% white layer which covers part of the image to make it look better.
  19. Hey, Considering im not the best person with graphics I decided to see what I could remember from the days when I used to do graphics. I've managed to create an avatar which kinda looks like the default MakeWebGames.com one. All feedback/review is welcome, and yes im aware its a bit boring.
  20. Dave

    LoNDoN-WaRs

    I remember this game from ages ago.. I'm guessing its been back a while then?
  21. Personally i'd say around 200 because then you can keep logs of the past few months messages then start to delete older ones. Obviously the more the better but i'm guessing the PM box was causing issue's with the database or such so it was cut down.
  22. Looking good illusion :] Shame you have to leave i was always impressed by your coding and mod idea's =P I'd get you a cake or something but i really have no idea how i'd send a whole cake without it getting destoryed haha
  23. Dave

    Cronjobs

    RE: Cronjobs Hey, wget and curl are very simular to setup i beleive, a curl cron should look like this.. curl http://gamename.com/cron_minute.php?code=enrb59gh487g834hg8h3489 If you have no idea what i'm saying feel free to add me on MSN -> [email protected]
  24. I have to agree, This new look is terrible it makes everything so much more confusing, I personally like the new Forum engine but the style is no longer user friendly... and we've lost my favourite tool on the site the "View new replies to posts" and the "View new posts since your last visit" links which were very helpful. These improvments need to be improved more or i think members may start leaving :S
  25. No offence to your work but... First impressions are everything so you should try to release good templates before you start doing smaller 10 minute jobs, And also not caring what anyone else thinks shows your clients that you basically dont care.. Be careful what you post.
×
×
  • Create New...