<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — I think my site got hacked...]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=4971</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4971&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in I think my site got hacked....]]></description>
		<lastBuildDate>Mon, 16 Jun 2014 04:40:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: I think my site got hacked...]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20203#p20203</link>
			<description><![CDATA[<p>Also check the db user privileges for the database tables.<br />Modifying the sql backup and restoring it could have also done the trick.</p><p>Sorry you had to wait so long for your solution. It&#039;s nice that you have shared your solution despite the delayed response from the FA Forum users who are generally quite quick to assist. Welcome to the FA fraternity.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 16 Jun 2014 04:40:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20203#p20203</guid>
		</item>
		<item>
			<title><![CDATA[Re: I think my site got hacked...]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20015#p20015</link>
			<description><![CDATA[<p>I was running one the earlier 2.3.xx builds.</p><p>I had the mobile module installed I think.</p><p>The backups had the missing tables and data. </p><p>I&#039;m of the opinion that restoring would have </p><p>1.) dropped existing tables, <br />2) recreate the table<br />3) import data </p><p>It&#039;s there in the sql and that process ran fine for the existing tables.</p>]]></description>
			<author><![CDATA[null@example.com (dreaddy)]]></author>
			<pubDate>Sat, 31 May 2014 17:33:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20015#p20015</guid>
		</item>
		<item>
			<title><![CDATA[Re: I think my site got hacked...]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20008#p20008</link>
			<description><![CDATA[<p>What version of FA are you running? <br />Had you installed the most recent updates that fixed some security problems? <br />What FA modules do you have installed?</p><p>Do you have any other applications such as phpmyadmin running on your web server? <br />Is your mysql root password at least 10 alphanumeric characters?</p><p>If your restoring your backup did not fix the problem, that suggests the problem occurred before that backup was created.</p>]]></description>
			<author><![CDATA[null@example.com (AlastairR)]]></author>
			<pubDate>Thu, 29 May 2014 20:46:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20008#p20008</guid>
		</item>
		<item>
			<title><![CDATA[Re: I think my site got hacked...]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20004#p20004</link>
			<description><![CDATA[<p>Alrighty. I&#039;ll just talk to myself.</p><p>SOLUTION (requires a backup)</p><p>Create the table with a different table name</p><p>CREATE TABLE `FA_COMMUNITY_SUCKS_tax_types` (<br />&nbsp; `id` int(11) NOT NULL AUTO_INCREMENT,<br />&nbsp; `rate` double NOT NULL DEFAULT &#039;0&#039;,<br />&nbsp; `sales_gl_code` varchar(15) NOT NULL DEFAULT &#039;&#039;,<br />&nbsp; `purchasing_gl_code` varchar(15) NOT NULL DEFAULT &#039;&#039;,<br />&nbsp; `name` varchar(60) NOT NULL DEFAULT &#039;&#039;,<br />&nbsp; `inactive` tinyint(1) NOT NULL DEFAULT &#039;0&#039;,<br />&nbsp; PRIMARY KEY (`id`)<br />)</p><p>Rename the table</p><p>RENAME TABLE `FA_COMMUNITY_SUCKS_tax_types` TO `0_tax_types`</p><p>Then insert your data</p><p>INSERT INTO `0_whatever_you_lost` VALUES (...)</p><p>As for why I have to do this song and dance. No f**king clue</p><p>Attackers dropped a couple of the tables. </p><p>Could have done much worse.</p><p>FA community appears to be dead. </p><p>This message is for those poor souls who trigger the activity counter.</p><p>Good luck with this.</p>]]></description>
			<author><![CDATA[null@example.com (dreaddy)]]></author>
			<pubDate>Wed, 28 May 2014 21:45:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20004#p20004</guid>
		</item>
		<item>
			<title><![CDATA[Re: I think my site got hacked...]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20003#p20003</link>
			<description><![CDATA[<p>Anyone???.....dang.</p><p>Does ne1 know how to restore?</p><p>or why I can&#039;t create the table?</p><p>CREATE TABLE `0_tax_types` (<br />&nbsp; `id` int(11) NOT NULL AUTO_INCREMENT,<br />&nbsp; `rate` double NOT NULL DEFAULT &#039;0&#039;,<br />&nbsp; `sales_gl_code` varchar(15) NOT NULL DEFAULT &#039;&#039;,<br />&nbsp; `purchasing_gl_code` varchar(15) NOT NULL DEFAULT &#039;&#039;,<br />&nbsp; `name` varchar(60) NOT NULL DEFAULT &#039;&#039;,<br />&nbsp; `inactive` tinyint(1) NOT NULL DEFAULT &#039;0&#039;,<br />&nbsp; PRIMARY KEY (`id`)<br />)</p><br /><p>I did a restore from an old backup...same thing.</p><p>Crap!!!! </p><p>Is frontaccounting dead? </p><p>I see some activities. So people are reading this.?</p>]]></description>
			<author><![CDATA[null@example.com (dreaddy)]]></author>
			<pubDate>Wed, 28 May 2014 19:54:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20003#p20003</guid>
		</item>
		<item>
			<title><![CDATA[I think my site got hacked...]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19969#p19969</link>
			<description><![CDATA[<p>Suddenly my site doesn&#039;t have a tax table or others...not sure</p><p>DATABASE ERROR : could not get all tax types<br />error code : 1146<br />error message : Table &#039;frontaccounting.0_tax_types&#039; doesn&#039;t exist<br />sql that failed was : SELECT * FROM 0_tax_types</p><p>Sure enough the tax table was gone.</p><p>I tried to recreate the table</p><p>CREATE TABLE `0_tax_types` (<br />&nbsp; `id` int(11) NOT NULL AUTO_INCREMENT,<br />&nbsp; `rate` double NOT NULL DEFAULT &#039;0&#039;,<br />&nbsp; `sales_gl_code` varchar(15) NOT NULL DEFAULT &#039;&#039;,<br />&nbsp; `purchasing_gl_code` varchar(15) NOT NULL DEFAULT &#039;&#039;,<br />&nbsp; `name` varchar(60) NOT NULL DEFAULT &#039;&#039;,<br />&nbsp; `inactive` tinyint(1) NOT NULL DEFAULT &#039;0&#039;,<br />&nbsp; PRIMARY KEY (`id`)<br />)</p><p>get the following error code</p><p>Error Code: 1005<br />Can&#039;t create table &#039;frontaccounting.0_tax_types&#039; (errno: -1)</p><p>WHY?</p><p>Any ideas how to recreate the tax table? or create tables for frontaccounting?</p>]]></description>
			<author><![CDATA[null@example.com (dreaddy)]]></author>
			<pubDate>Mon, 26 May 2014 03:23:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19969#p19969</guid>
		</item>
	</channel>
</rss>
