Jump to content
MakeWebGames

Daron

Members
  • Posts

    151
  • Joined

  • Last visited

Everything posted by Daron

  1. married in the users table is a INT, the INT is the userid of who you are married to tho. so if i changed it to 3 wouldnt it check to see if your affiliated with player id 3??
  2. hey i have decided that i will rely on this website less, as i really wanna learn to code & dont wanna make turning to help a habit, but i do need one last help, i am trying convert proposals.php into a sensei system. where you can ask 3 people to be your students & they display on profile. i just need help on how to make it so the limti is 3 & not one??? heres a snippet of code from proposals.php if($ir['married']) { echo 'You are already married!'; $h->endpage(); exit;
  3. ah i see! *new thing learned* thanx for the quick responses.
  4. there is a unexpected T_String on line 2. i scanned but dont see the problem, can someone help me. print "<center><font size='4' face='Arial, Helvetica, sans-serif'>Mail Box</font><hr width=90%><table width=90% border=0><tr> <td width=20% align=center>> <a href="http://mailbox.php?action=compose" target="_blank"> Compose</a></td> <td width=20% align=center>> <a href="http://mailbox.php?action=outbox" target="_blank"> Outbox</a></td> <td width=20% align=center>> <a href="http://mailbox.php?action=archive" target="_blank"> Save</a></td> <td width=20% align=center>> <a href="http://mailbox.php?action=delall" target="_blank"> Delete All</a></td> <td width=20% align=center>> <a href="http://mailbox.php?action=mailhome" target="_blank"> Inbox</a></td>
  5. well im not looking for anyone to make me anything, i just need someone to help me with how to start something like it. like an piece of it & i can take it from there. & yea how the gym works is, u can train a stat by levels. & each level=5% until u reach level 20 which is 100% obviously. & its accuracy so yea level 20 means u cant miss & level 10 means its 50% chance of the skill working.
  6. Im looking for a gym script like on naruto-unleashed.com basically how it works on there is it's a gym that u use to train up accuracy for ur skill areas. & it's 20 levels & each level increases accuracy by 5%.
  7. thanx sniko!
  8. Well for y'all in the community who know me already, y'all already know I'm workin on my own game & a friend game. I'm in a bind at the moment because see, my friend/partner wants me to add something bloodlines like on naruto to his game. The main one we want Has a simple feature, we just want it to add a extra 300 energy to the base players energy. But I don't know how I would make their bloodlines effect????? Like I'm lost as I never did something like this before. Help would be much appreciated.
  9. ah okay & thanx & sorry about that it wont happen again.
  10. hey im working on rangers_den.php file for me & a friends game. i showed him the code & he wanted me to add a extra function so that the higher your ranger level, the more animals you hunt. can someone helo me with that? heres the code. Don't post paid mods. Also i have a problem with when you hunt 0 animals you still gain some exp. how would i prevent that also.
  11. Daron

    editing attack exp?

    It's not illegal or downloaded. A website that currently exist now made a back up of their game & "sold" it to my friend and my friend gifted it to me.
  12. Daron

    editing attack exp?

    how can i lower the amount of exp that my players get when they win a attack? my players get wayyy to much exp from winning a fight.
  13. dumb question alert: is there a way to get a license for free?
  14. i use pspad on my laptop but online i use the built in code editor on my host.
  15. *sigh* too bad i cant download mccodes patch. my game is a modified version of a old game i received from a freind. it mccodes but i dont have a licencse.
  16. *adds reputation to Gaara*
  17. ok i fixed it. it was just missing a } right before $h-> endpage() but the pics are so far over lol.
  18. now i have this error Parse error: syntax error, unexpected $end in & i copy & pasted what u had.
  19. i got this error Parse error: syntax error, unexpected '<' in heres the code print "</table>"; print "<table width='50%' align='center'><tr><td align=right>Your Health: </td><td><img src=greenbar.png width={$vars['hpperc']} height=10><img src=redbar.png width={$vars['hpopp']} height=10></td><tr><td align=right>Opponents Health: </td><td><img src=greenbar.png width={$vars2['hpperc']} height=10><img src=redbar.png width={$vars2['hpopp']} height=10></td></tr></table>"; <img src='{$ir['display_pic']}' width='100' height='100' alt='User Display Pic' title='User Display Pic' /> $h->endpage(); ?>
  20. thanx i am about to try it out now
  21. can someone help me with the code to have my users profile pics to display when they battle. i dont need a full battle script as i like mine, i just need the part for displaying the profile pics.
  22. its php & mccodes v2. its not alotta players yet thats why im trying set up sercurity now.
  23. Can somebody help me with securing my website? its not new so its a not at risk now, but i wanna begin securing it from hackers, can someone guide me through it? i wanna be secure from sql injection & everything else.
  24. can somebody help with putting screen shots on my login page? i tried but i couldnt get it to come up.
  25. Daron

    Need a Banner

    Would anybody be nice enough to make me a free banner for my game I'm working on. Ima call it Soul Warriors & I want the banner to have atleast somebody with a sword & 2 people with swords would be even better( one good one bad) I know ur thinking why should u do it for free but if u want u can also link the image to ur site or put ur signature or whatever in the corner to show u made it. I just need a cool banner so I can begin theming my game up.
×
×
  • Create New...