View Single Post
  #10  
Old 6th March 2009, 13:06
mrdecoder mrdecoder is offline
VIP
 
Join Date: May 2008
Netherlands
Posts: 107
Talking
Quote:
Originally Posted by aMiGo1972 View Post
Code:
Parse error: syntax error, unexpected '{', expecting ']' in F:\AppServ\www\ts541\takeupload.php on line 434
ioncube installed and working.
o lol i thought i done this one allready :P

open takeupload.php
find on line 434
Code:
unset ($dict['value'][{'created by'}]);
 unset ($dict['value'][{'announce-list'}]);
change to
Code:
unset ($dict['value']['created by']);
 unset ($dict['value']['announce-list']);
lol sorry for that people

Last edited by Fynnon; 6th March 2009 at 13:31. Reason: put error messages between [code] tags
Reply With Quote
The Following 3 Users Say Thank You to mrdecoder For This Useful Post:
aMiGo1972 (6th March 2009), carbanista (7th March 2009), tle (8th March 2009)