Jump to content
MakeWebGames

Xethenic

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Xethenic

  1. Sorry for silly question but how do you use this lol ? I ave installed from the module manager
  2. This would be awesome i would like to see this
  3. Awesome thanks A_B
  4.   Thanks JamesRage for your attempt on crack the safe Thanks to someone for fixing james good effort. The mod works well Glad to have nice people in the community
  5. Yeah that work thanks greg but now i just have a blank page. (My crappy conversion)   Oh god looking at your exmaple i have made a total shambles of my conversion! Not sure i want to show you what i have done lol i'm embarrassed
  6. Thanks B for your reply I have been trying to follow horse racing actually Right i am having trouble with $_POST['bet']=strip_tags($_POST['bet']); after the hint " HINT: If you are accessing a GET or POST, make sure to use the isset function." I changed the line to $_POST['bet']=strip_tags(isset($_POST['bet']); now i get Error: syntax error, unexpected ';' HINT: Maybe you forget to put a ; sign at the end of a line. Not sure what is causing the error as i say i am not a strong coder but i like to try Thanks
  7. Hi mwg i have recently purchased nwe. i am not the best coder in the end i class myself a bit of a newbie. i am asking for help and i am struggling with the nwe code. I am trying to convert a McC v2 mod to work with nwe but my conversion attempt is pretty poor! I was just wondering if more conversion tutorials i have been using some bits of nw-engine.com - $userid => $userID - $ir["something"] => $userStats["something"]->value - removes the include of global.php - removes the $h->endpage - mysql_query("something") => $db->Execute("something") - $db->query("something") => $db->Execute("something") - mysql_insert_id => $db->LastId() - mysql_num_rows($q) => $q->NbRows - $db->num_rows($q) => $q->NbRows - item_add(...) => Item::InventoryAdd(...) - item_remove(...) => Item::InventoryRemove(...) - event_add(...) => SotrePersonalLog(...) - Adds the Translate function around the echo and print strings.   But with others i am getting stuck Appreciate your time Thank you
  8. Ooooo illusions when we will see these ? These sound good!
  9. Thanks mr b another cool module
  10. This module is fantastic
×
×
  • Create New...