Jump to content
MakeWebGames

Haunted Dawg

Members
  • Posts

    2,933
  • Joined

  • Last visited

    Never
  • Days Won

    1

Everything posted by Haunted Dawg

  1. Re: Need an artist   It's a free speach forum, and i don't think it's against the rule's to put a qoute out there.
  2. Re: protection mccodes v2   sprintf() is for formatting a string, not for securing /:
  3. Re: .htaccess or php help needed You should maybe do some testing..
  4. Re: need help with a delete item type code   V2 does not come with a delete item type
  5. Re: Help needed will pay $20   It's Haunted Dawg. And still, you will be stuck with the same error if you just reupload the file /:
  6. Re: Help needed will pay $20 lol.. so you think it's just delete reupload and viola.. it work's. OMG i think when ever i get an error i should delete all my file's and upload them then i won't have a problem.. YAY!
  7. Re: Illegalife and his GFX TO MUCH RED, sorry, you have potential, but your overusing red.
  8. Re: .htaccess or php help needed   Don't you mean   if(!defined('Something')) die('Get out here!');
  9. Re: Gang Description Idea Maybe try..   function gang_staff_desc() { global $db,$ir,$c,$userid,$gangdata; if($gangdata['gangPRESIDENT'] == $userid ) { if(isset($_POST['subm'])) { $_POST['vp']=str_replace(array("<", ">", "\n"), array("<", ">", " "), $_POST['vp']); $db->query("UPDATE gangs SET gangDESC='{$_POST['vp']}' WHERE gangID={$gangdata['gangID']}"); print "Faction description changed! [url='yourgang.php?action=staff']> Back[/url]"; } else { print "Current Description: {$gangdata['gangDESC']} <form action='yourgang.php?action=staff&act2=desc' method='post'> Enter the new description. <input type='hidden' name='subm' value='submit' /> Desc: <textarea name='vp' cols='40' rows='7'>".$gangdata['gangDESC']."</textarea><input type='submit' value='Change' /></form>";
  10. Re: Gang Description Idea You would look for something like.. <textarea name='gangdesc' rows='x' cols='x'></textarea> change that to.. <textarea name='THESAME' rows='x' cols='x'>".$gangdata['gangDESC']."</textarea>
  11. Re: index? No they will not be when you upload to online. Your php.ini has error_reporting turned on.
  12. Haunted Dawg

    host

    Re: host byethost.com is a good host. Alot of games around here host on them.
  13. Re: Looking for a In House Coder (30% Rev Share From Game) Thing is. People might be interested. But putting hard work into a game that "might" fail in 2 week's and get shut down. Waiste
  14. Re: [MC Codes V2] Advanced Player Reports   You got to match your viewuser.php variable. Maybe post one link you already have and we can get it to work :)
  15. Re: Effects mod with cron works with v2 If your doubling their things. You need to * 2
  16. Re: help:( You have v2.0 which costs $300.00
  17. Re: protection mccodes v2 sprintf() is not for securing. Get that out your head now. It's only for formatting a string.
  18. Re: help:(   Only if that was true. Did you pay $300?
  19. Re: Name bug Post your preferences, your doing it wrong!
  20. Re: Name bug 2453645365 6436365365 2453645365 6436365365 As you can see, it will not remove the space inbetween.. only the spaces on the outside of the string.
  21. Re: Name bug     <?php $string = " ' Haunted Dawg ' "; echo $string.' '.trim($string);   To me produces (Viewing Source): If you want to remove all space's.. $_POST['NewName'] = str_replace(' ','', $_POST['NewName']); But that does not stop other people changing an i to I or | or 1 or an E to 3 and such.
  22. Re: THIS OR THAT? Beach FTW! Xbox or PS2
  23. Re: Name bug   That would be wrong.   " Haunted Dawg " becomes "Haunted Dawg"
  24. Re: [MC Codes V2] Advanced Player Reports I think for the second he means that maybe add the fedjail & mailban links?
  25. Re: THIS OR THAT? You mean c++ or c#? If so i would take c++ PHP or SQL
×
×
  • Create New...