Jump to content
MakeWebGames

DigitalGerm

Members
  • Posts

    81
  • Joined

  • Last visited

DigitalGerm's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Wonderful game, i just registered and start playing. I don't know if you played Diablo or titan quest, when you enter a shop and hover over an item (weapon) it shows the item stats and your current equipped weapon stats so you can easily compare then . It would be grade if you did that do. :) doesn't take to much time to make i think. So maybe you'll put this on your update list to. Btw, Can you send me some credits :)) ? username: Cyberia
  2. Oh i understood wrong the question.
  3. Ohh I love dual screen ! My home arsenal: everything is trial of-course ! :))
  4. Please print screen your desktop and post it here. I always liked this thread. here's my office ( work ) desktop with my dream car and house! I'll post the home one when I get home :)
  5. I love the exit button and page.
  6. It will be a Joomla/wp theme. I did it in 20 min. Using vector icons from net.
  7. This is an example:   // Query the user and get his unique id and his signature text // Or fetch it from a text file. Your choise function translate_signature( $profile, $userid, $signature ){ // So we have $userid = $array['the_user_tabe_row_id']; $signature = $array['the_user_table_column_signature']; $pattern = "signature: $userid" // better [@signature:1] ( [@signature:$userid]) return str_ireplace($pattern,$signature,$profile); //or assign variable. Again your choise }
  8. Yeah but the bad part is that we can do nothing about it. I bump a week ago on a black site Lister, were people mark bad business, fakes, and so one. But that doesn't do much either. I'll check my history. Btw maybe he has reseller rights ? And wants to do us all a favor to advertise our work and somehow got the bad copyright.   I say we all shit in a box and mail to it ! and on top we put a stamp "Free MCC mod"
  9. what you mean by no input validation? email: asdfasd@fasdf I this works and ***(J()349987&^@#$#@@# works to also the password fields suppose to be ******* no visible. you get the idea. People can use your register form to spam, then the ISP will black list you, then youll have pay 100$ etc.. :thumbsup:
  10. How about click save back save back save back save ? I think it matters to have a better and fast way to create the game. @ Sim No input validation ? No styles ? Oh, almost forgot your password field it's actually a text field ? ( referring to game register)
  11. I'm sure its someone on this forum.
  12. DigitalGerm

    PHP

    Double quotes accept variables inside. singles don't so //this is correct echo $Variable .' to '.$Variable2.' that sent me info on ...'; //olso echo "$Variable to $Variable2 that sent me info on..."; //and the Dayo way echo "This is my {$array['username']} with {$normalVar} plus {$array['password']} lovely ?";   Another good example: ( this way you can validate block of code (html) inside an IDE like netbeans ) <?php $haidere= ":P"; ?> <html> <head> <title>Ummm</title> </head> <body> <h1><?php echo $haidere; ?></h1> </body> </html>
  13. 500$ upfront ! man I got to have this template. Awesome work with pure creativity.
  14. DigitalGerm

    PHP

    <?php $Variable = "Thanks"; $Variable2 = "Everyone"; echo "$Variable" to "$Variable2" that sent me info on what to do and where to go for my php learning stages ?>   Incorrect.
  15. DigitalGerm

    PHP

    http://search.oreilly.com/?q=php - Removed. http://www.videophpblog.com/ http://www.phpvideotutorials.com/free download some http://www.phpclasses.org/ Theres no simple way dude ! Before you learn PHP in w3 school is mentioned some requirements such as JavaScript etc. Skipping those steps is hard. Books are your best teacher Makewebgames is your best teacher :) And the second teacher is Google of course ! have courage and try Google.
×
×
  • Create New...