View Single Post
  #1  
Old 7th August 2012, 23:45
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default edit index.php error
i try to import a flash menu to my site as i did at the past when i edited the site with your help...i try to imprt a .swf code

Code:
OpenTable("3D Menu");
echo "<center>\n";
echo "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" width=\"905\" height=\"550\" id=\"3dmenu\" align=\"middle\">\n";
echo "<param name=\"movie\" value=\"3dmenu.swf\" />\n";
echo "<param name=\"quality\" value=\"high\" />\n";
echo "<param name=\"scale\" value=\"exactfit\" />\n";
echo "<param name=\"wmode\" value=\"transparent\" />\n";
echo "<param name=\"menu\" value=\"false\">\n";
echo "<embed src=\"3dmenu.swf\" quality=\"high\" scale=\"exactfit\" wmode=\"transparent\" width=\"905\" height=\"550\" name=\"3dmenu\" align=\"middle\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />\n";
echo "</object>\n";
echo "</center>\n";
CloseTable();


or the index.php i had at that edited phpmybittorrent version but it returns:

Code:
Warning: ftp_put() [function.ftp-put]: Can't open that file: Permission denied in /home/mainhost/public_html/file-manager/includes/filesystem.inc.php on line 1368

any ideas?

Bump: i thought it was all about privileges...set it to 644 and worked like a charm!
Reply With Quote