Jump to content
MakeWebGames

Blade Maker

Members
  • Posts

    518
  • Joined

  • Last visited

Everything posted by Blade Maker

  1. I noticed this and wanted to say quickly, "we (newclear and I) edited it a lot so its not really the same thing, it looks a lot different".
  2. Wow dang, if I had the money I would have bought this in a snap. Good luck to whoever bought it, and you better not waste the template you've bought.
  3. Okay its a good mod not a tweak, worth the $5 so I have no idea what you are talking about. If you're not going to buy it, please do not post.
  4. http://h40059.www4.hp.com/uk/homelaptops/product.php?id=LK919EA&experience=direct - Would not get because the poor processor. http://www.pcworld.co.uk/gbuk/hp-pavilion-dv6-6001sa-15-6-laptop-white-09797915-pdt.html - good graphics card but poor processor (for the price you might as well get something better then this) http://www.currys.co.uk/gbuk/dell-inspiron-17r-17-3-laptop-black-09809627-pdt.html - looks decent but not sure on the graphics, it says intel hd graphics and I do not know much about intel things so find out if its a good graphics card first. (may want a better processor but its decent, idk as far as gaming though) Out of all go with http://www.currys.co.uk/gbuk/dell-inspiron-17r-17-3-laptop-black-09809627-pdt.html (as long as it has a good graphics card) or the one on ebay I suggested, unless you find something better.
  5. GOOD Processor speed, of course every pc/laptop has a processor speed, I said it has a good processor speed, and GOOD speakers.   Edit: Better Processor speed, and speakers.
  6. I would say http://www.ebay.co.uk/itm/HP-PAVILION-DV7-6002SA-AMD-3GHz-6GB-RAM-17-3-750GB-/270774506891?pt=UK_Computing_Laptops_EH&hash=item3f0b6b158b#ht_4431wt_1270 It has a better processor and other things like screen size, a dual layered dvd/rw drive, processor speed, and speakers.   I would wait for another response just to be sure, but I believe the http://www.ebay.co.uk/itm/HP-PAVILION-DV7-6002SA-AMD-3GHz-6GB-RAM-17-3-750GB-/270774506891?pt=UK_Computing_Laptops_EH&hash=item3f0b6b158b#ht_4431wt_1270 is a better choice.
  7. You're 16? I thought you were some adult, was it just me or did everybody think this? PS: Great Pledge Man.
  8. I am very interested in this job, even if you do not choose me to make the mods and stuff, I can still slice the images and code up the template, I've done this for a couple people and can get there review for you.   As for examples I have a few to show, and again a few reviews. Here is my MSN if you want to talk further: [email protected]   Thanks.
  9. Dayo are you talking to me or the JavaScript poster?
  10. Okay for everyones information, this is fixed. Some of his files have V2 functions such as $db->fetch_row and all that. So authenticate was not accessing the database because of that, so therefore no id, therefore no output. There were a couple other errors as well, but that one solves the Devision by 0 Error.
  11. Here is what I gave him, yes I realize you may not need a div, but I wanted it to be basic for him.   In mainmenu.php After the <?php   put this right after it:   Echo ' <style type="text/css"> .menu { width: 169px; margin-left: auto; margin-right: auto; } .menu a { display: block; width: 169px; height: 31px; background-image: url(\'http://img803.imageshack.us/img803/696/linkl.jpg\'); line-height: 31px; text-align: center; } .menu a:hover { display: block; width: 169px; height: 31px; background-image: url(\'http://img192.imageshack.us/img192/2200/linkhover.jpg\'); line-height: 31px; text-align: center; } </style> <div class="menu">';   Then at the very bottom right before ?> put:   Echo '</div>';   Please do not judge my poor quality images, thanks.
  12. He already messaged me saying its at 100.
  13. If you need a template coded, such as a psd format, png, any valid image of the template, I will code it for you. I am offering my services to you for $30.   I do not have much of a portfolio as I lack designing skills, I am a programmer not a designer ;)   Although I do not have much of a portfolio, if you want examples I can throw some together for you.   If you think $30 is not worth it, then make an offer.   My MSN/Email: [email protected] Post on here so I know to accept your MSN invite.
  14. Okay so you see where it says: global $db,$c,$userid, $set; Make it: global $db,$c,$userid,$ir, $set; If that does not work, check the database, go to table users, and check the user you were logged in as, make sure the maxenergy is not 0. If it still does not work message me.
  15. I already did it for him, so no need for help.
  16. I believe he might have bought a script from Chris the owner of vitalend, he was selling the game and copies of the script for the game, so maybe that is why. Or Maniak's solution, who knows.
  17. Thank you very much Death_, its not easy programming in the middle of the night, but you never gave up and you finished it that night for me. I really appreciate you doing this for me, and even when I offered money you turned it down and programmed it for free :)   Thank you for programming this the same day I posted this thread, and thank you for not giving up, A++ man.
  18. Hey just edited it, I forgot to include which line, my bad.
  19. Parse error: syntax error, unexpected ';' on line 2 Mind if I get your MSN you seem neat, and I might be able to use you, like payed work, or just general chatting.
  20. Umm small errors, I would be able to fix if I were better at time/math, but can I add you on MSN so we can fix this please? Btw thanks for helping out also.
  21. Okay well I need a minute converter function made, I do not know the right technique to do it, so I am willing to pay.   I need it to be as simple as just doing this: min_converter(60);   then it would ouput, of course 1 Hour.   But say I inputed 61, it would say 1 Hour(s) and 1 Minute(s) (the s in the () are there just incase you don't know how to make it without the S if there is only 1)   If its 1440 it would output 1 Day. If its 1441 it would output 1 Day and 1 Minute, if its 1501 it would output 1 Day, 1 Hour and 1 Minute.   The text of the output does not have to be exactly like that, but if you can make it like that, then that is a plus.   I would really only input 10080 minutes as the max which should output: 1 Week. But if you can make it go up to years, then that is a big plus for me, so it would be like 1 year, and 1 month, or such, you get the point.   Anyways name a price but I am looking to pay around $7 if that is what its worth.   If you have questions, or are confused, read it again, if you still are confused, contact me.   Thanks guys, just message me on the forum or post on this thread.
  22. Do mods like these still sell like this one? If so I have some ideas for mods to make.
  23. Won't be to hard if I know what you want exactly. If you need the help, drop me a message.
  24. Hey if you need any help still with this problem, let me know and I can help.   PS: Can I see the boo boo box? (please don't ban)
  25. I am offering half price of my template coding to you, the most common price I do is $50 but it may change depending on the amount of images and what you want it to do.   So whatever the price may be I will slash the price into half and get the work done for you within a few hours depending on my condition. Max would be 3 days.   Just remember that I do not design I only code.   Portfolio: http://blademaker.castle-legends.com (work in progress)   Contact me at: [email protected]   Offer ends May 6th.
×
×
  • Create New...