<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — I think my site got hacked...]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4971&amp;type=atom" />
	<updated>2014-06-16T04:40:21Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=4971</id>
		<entry>
			<title type="html"><![CDATA[Re: I think my site got hacked...]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20203#p20203" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-06-16T04:40:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20203#p20203</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I think my site got hacked...]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20015#p20015" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dreaddy]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=11783</uri>
			</author>
			<updated>2014-05-31T17:33:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20015#p20015</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I think my site got hacked...]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20008#p20008" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[AlastairR]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=9732</uri>
			</author>
			<updated>2014-05-29T20:46:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20008#p20008</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I think my site got hacked...]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20004#p20004" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dreaddy]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=11783</uri>
			</author>
			<updated>2014-05-28T21:45:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20004#p20004</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I think my site got hacked...]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20003#p20003" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dreaddy]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=11783</uri>
			</author>
			<updated>2014-05-28T19:54:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20003#p20003</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[I think my site got hacked...]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19969#p19969" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dreaddy]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=11783</uri>
			</author>
			<updated>2014-05-26T03:23:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19969#p19969</id>
		</entry>
</feed>
