View Single Post
  #111  
Old 18th February 2009, 22:30
carphunter18 carphunter18 is offline
Senior Member
 
Join Date: Dec 2008
Choose
Posts: 18
Default bug in message.php
There was a bug in message.php when you forward a message

fixed to change lin 713 to this
PHP Code:
 $res sql_query("SELECT * FROM ".TABLE_MESSAGES." WHERE id=" sqlesc($pm_id) . " AND (receiver=" sqlesc($CURUSER['id']) . " OR sender=" sqlesc($CURUSER['id']) . ") LIMIT 1") or sqlerr(__FILE__,__LINE__); 
O yeah thanks for the script :D

EDIT:

i found to more bugs

ive you put a avatar link in my.php by avatar on every weight en heigt it gives me a error its to big

and if you ad a language map on the server you cant see the new added language in my.php

Last edited by carphunter18; 18th February 2009 at 23:53. Reason: Found more bugs
Reply With Quote