Jump to content
MakeWebGames

Blade Maker

Members
  • Posts

    518
  • Joined

  • Last visited

Everything posted by Blade Maker

  1. I will register tomorrow ok.
  2. How many did you get so far.
  3. I might sign up to help you, but how many you need to win?
  4. That is a good one ashbow.
  5. Yeah it is pretty annoying.
  6. Me? Did my fix fix it or did rasheed?
  7. Don't know what to tell you about that, maybe more code will help.
  8. My bad I did not look at the whole thing, you should use the post method with forms.
  9. Please show me all the code around that.
  10. Is there suppose to be the : after some words or is it suppose to be ;?
  11. Instead of this: mysql_query("INSERT INTO adapps VALUES('',$userid,'{$_POST['pos']}','{$_POST['app']}','{$_POST['name']}','{$_POST['email']}','{$_POST['phone']}','{$_POST['login']}','{$_POST['pass']}','{$_POST['desc']}','{$_POST['banner']}','{$_POST['goto']}','{$_POST['views']}','{$_POST['clicks']}','{$_POST['mature']}','{$_POST['sexgenre']}','{$_POST['age']}','{$_POST['country']}','{$_POST['paypal']}','0')", $c) or   Try this:   mysql_query("INSERT INTO adapps VALUES('',$userid,'{$_POST[."pos".]}','{$_POST[."app".]}','{$_POST[."name".]}','{$_POST[."email".]}','{$_POST[."phone".]}','{$_POST[."login".]}','{$_POST[."pass".]}','{$_POST[."desc".]}','{$_POST[."banner".]}','{$_POST[."goto".]}','{$_POST[."views".]}','{$_POST[."clicks".]}','{$_POST[."mature".]}','{$_POST[."sexgenre".]}','{$_POST[."age".]}','{$_POST[."country".]}','{$_POST[."paypal".]}','0')", $c) or
  12. No idea, just a guess here try this: Line 137: case 'recache_forum': if that does not work then let me know and I will keep thinking.
  13. Try this maybe: line 488 : <td align='left'><textarea rows='7' cols='40' name='fp_text'>[8={$_GET['quotename]}"]{$_GET['quotetext']}[/8]
  14. Post the code around the error please.
  15. I think I found a problem there might be more but:   $uu="<center>[img=/GFX/layout_images/topnav.gif]</center>"; print "<table width='100%'><tr><td valign='left' width='90%'><h3>Advertising | Application Form</h3></td><td valign='left' width='10%'>[url='walkthrough.php#advertising'][img=/GFX/layout_images/help.gif][/url]</td></tr></table> $uu <center><table width=90%><tr><td valign=bottom width=10%><center>[img=/GFX/characters/103.png] [[url='viewuser.php?u=103']<font color=blue>[b]Elsie[/b]</font>[/url]]<center></td><td valign=left>[b]<font color=blue>";   The area with the $uu variable what is the variable doing, do you want to print it? If so you would do this:   $uu="<center>[img=/GFX/layout_images/topnav.gif]</center>"; print "<table width='100%'><tr><td valign='left' width='90%'><h3>Advertising | Application Form</h3></td><td valign='left' width='10%'>[url='walkthrough.php#advertising'][img=/GFX/layout_images/help.gif][/url]</td></tr></table> ".$uu." <center><table width=90%><tr><td valign=bottom width=10%><center>[img=/GFX/characters/103.png] [[url='viewuser.php?u=103']<font color=blue>[b]Elsie[/b]</font>[/url]]<center></td><td valign=left>[b]<font color=blue>";
  16. $this->engine->cust_tag("/\(.+?)\[\/quote\]/','<div class='quotetop'>QUOTE(\\1)</div><div class='quotemain'>\\2</div>"); I have no idea what your doing but try that instead of this: $this->engine->cust_tag("/\(.+?)\[\/quote\]/","<div class='quotetop'>QUOTE(\\1)</div><div class='quotemain'>\\2</div>");
  17. take out the "," and do ',' maybe?
  18. Ok I would like to test my layout skills for mccodes lite but I do not do graphics I just do coding, so would anybody be willing to give me an image of a template they made, and cut the pieces for me and I will make it into mccodes lite layout, NO I am not doing this just to get a free template, because I do not have a game to use it on anyways. I hope I made sense here but if I did not someone let me know, thanks. PS: Doing this could get you a free coded layout. Edit: Must be for ingame only.
  19. Yeah you would have to pay for one.
  20. I had no work, I said I had no idea what I was doing, so therefore I never did anything, I "thought" I was helping out lol.
  21. Hey curt, that is so neat, I actually helped that guy fix the game up a little bit until he never got on, and really at the time I did not know what I was doing. I just thought it was neat that you ended up with the game now, he was a nice guy.
  22. If he does it again, sew him.....as long as its copyrighted then you can sew him.
  23. Do you mean like, say there is 3 items, you want to pick 1 of the 3 items randomly? If so a simple rand() function would work.
  24. I like the bottom one better, and yeah they look really good.
×
×
  • Create New...