Jump to content
MakeWebGames

GregFest

Members
  • Posts

    98
  • Joined

  • Last visited

Everything posted by GregFest

  1. good mod works for me
  2. yes updating the users maxwill did apply the house to the user.. thanks :D
  3. excellent mod, just having problems with the setting a users house to a house id, its not letting the house change but the rest of the pack applys all of its features
  4. gave up just brought the game logs mod
  5. Brought good idea, works done.. lol
  6. v2 and over 80 files cost what ever it takes
  7. need site security, done. and as so as possible
  8. this is what i have, but its not showing logs function view_event_logs() { global $db,$ir,$c,$h,$userid; $_GET['st']=abs((int) $_GET['st']); $rpp=100; print "<h3>events Logs</h3> <table width=75% cellspacing='1' border='1' class=''> \n<tr style='background:darkred'> <th>ID</th> <th>Time</th> <th>User ID</th> <th width=30%>Event</th> <th></th> </tr>"; while($r=$db->fetch_row($q)) { print "\n<tr><td>{$r['evID']}</td> <td>" . date("F j, Y, g:i:s a",$r['evTIME']) . "</td><td>{$r['evUSER']} [{$r['evUSER']}] </td> {$r['evTEXT']}</td> \n<td>{$r['evTEXT']}</td> <td> </tr>"; } print "</table> "; $mypage=floor($_GET['st']/$rpp)+1; $q2=$db->query("SELECT evID FROM events WHERE evUSER != 0"); $rs=$db->num_rows($q2); $pages=ceil($rs/$rpp); print "Pages: "; for($i=1;$i<=$pages;$i++) { $st=($i-1)*$rpp; print "$i"; if($i % 7 == 0) { print " \n"; } } stafflog_add("Viewed the events Logs (Page $mypage)"); }
  9. How would you set up a event logs like the mail logs
  10. thank you so much i was on the track just was missing all </tr></table> </td><td width="50%">
  11. i tried the whole html table and, all my bars ended up on one side and words on other
  12. i have a question, i am woundering how one would put the engery, exp and such bars up top next to the banner, i have try to do some my self and once again i failed at this part, if anyone could help i would really appreciate it once again i thank the mwg members.
  13. thanks to all who posted it was a lot of help, thanks again
  14. gave it ago and failed
  15. Just have a question is there something out there where if a new player joins your game it sends them a welcome message
  16. GregFest

    Help Please

    where would i place this code?
  17. GregFest

    Help Please

    how can you change user levels colors on v2, having a little trouble
  18. Looking for a viewuser update, paid or un-paid, looking for new one
  19. what would be charge for this
  20. I need my site secured, need costs and when and if you can do the job.
  21. GregFest

    Help

    yeah i am looking for something that opens on new page
  22. GregFest

    Help

    Does anyone have any example codes somewhere that i can look at that will allow me to have tabs at the top of the page that open new areas? I want to use this on the donator page. Tabs will be "Donator Packs", "Special Items", "More", and "FAQs"
  23. hi i am looking for a coder for mccodes v2, need a full game and such, no bs please. costs for mods and game design. once i find a coder ill be able to give more info.
×
×
  • Create New...