Jump to content
MakeWebGames

iseeyou94056

Members
  • Posts

    691
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by iseeyou94056

  1. i fixed that error but that dont work either can anyone tell me how to make it work so i dont have to remove it :/
  2. Notice: Undefined index: fr_dislike in /home/iseeyou9/public_html/forum.php on line 24 You have disliked the topicQUERY ERROR: Unknown column 'fr_dislike' in 'field list' Query was UPDATE users SET fr_dislike=concat('14') WHERE userid=1
  3. thats not the problem i have this right now $fr = $db->query("SELECT fr_userid, fr_topicid, fr_dislike FROM forum_rating WHERE fr_userid ={$ir['userid']}"); $tr = $db->fetch_row($fr); if($ir['userid'] == $_GET['fr_userid'] || $tr['fr_dislike']==1) {echo "you already rated this post";} else { $p = $db->query("SELECT ft_id, ft_name FROM forum_topics WHERE ft_id = ".$_GET['DID']); $r = $db->fetch_row($p); echo "You have disliked the topic"; $db->query("UPDATE forum_topics SET ft_dislike=ft_dislike+1 WHERE ft_id={$r['ft_id']}"); $db->query("INSERT INTO forum_rating VALUES('{$ir['userid']}','{$r['ft_id']}',' 0',' 1')"); } }   and its not working :/
  4. dame it i still cant get it to work right :/
  5. can anyone re post this
  6. ok let me know when after you do it
  7. the if funcs look like they work so far but whats the querys to update it for when they rate it the first time
  8. thanks that worked
  9. is there a way to back up the files without the backup option in your control panel
  10. the files are gonna go on my ext hard drive
  11. iseeyou94056

    Backup

    my host dont have a option to backup the files or the db is there any way to get a backup of them without that?
  12. i still cant get it to work i will keep trying tho
  13. can anyone tell me how to do this its one of the couple things keeping me from opening my game
  14. i though i knew how but i huess i dont i cant get anything to work
  15. no but i looked them all up on how to use them and i tried it all and none worked
  16. this dont work any more
  17. thats all i did was add one of them lol you must have been missing more then 1
  18. so did what i sent you fix it?
  19. is there a way to make this work for people that dont use ftp
  20. and the $r['mail_text'] = htmlentities($r['mail_text'], ENT_QUOTES); stopped my bbcode
  21. that mainly did it but that dont stop from someone using this <script type='text/javascript'> window.location = 'http://www.example.com/' </script>'
  22. grrr i still cant get it to work right :/
  23. i got my profile sigs to work with htmlentities but i cant get anything to work with my mailbox what should i d to it here is the code   $fm=urlencode($r['mail_text']); print <<<EOF <tr> <td>[url='mailbox.php?action=compose&ID={$r[']Reply[/url] [url='mailbox.php?action=forward&ID={$r[']Forward[/url] [url='mailbox.php?action=delete&ID={$r[']Delete[/url] [url='preport.php?ID={$r[']Report[/url] </td> <td>{$r['mail_text']}</td>
  24. sorry im a little slow lol i dont really understand  
×
×
  • Create New...