<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Truck load of questions</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 06 Apr 2026 14:27:44 -0000</pubDate>

		<item>
			<title>minoation</title>
			<description><![CDATA[Here is what my site says:<br />
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/a4675564/public_html/system/database.mysql.php on line 97<br />
<br />
2009-07-02 13:53<br />
Fatal error : Could not connect to database !<br />
Please check your settings in the file datas/config.php<br />
MySQL error :I checked my settings and everything seemed fine.I don't know what's wrong.I will start all over.The new address will be coming soon.A special thanks to all that helped me.Especially,Lombi and pieter.To the video tutorials!]]></description>
			<pubDate>пт, 03 июл 2009 04:55:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13736]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[It would help if you read the instructions prior to doing things though.<br />
<br />
Let's meditate on that idea.]]></description>
			<pubDate>пт, 03 июл 2009 04:50:59 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13735]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[So I just did that for nothing.Okay.Cool.Now I can be shamed because of my failure of everything.]]></description>
			<pubDate>пт, 03 июл 2009 04:48:42 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13734]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[YOU DO NOT NEED TO REUPLOAD ANY COTONTI FILES.<br />
<br />
You upload the PLUGIN files as Pieter said.<br />
<br />
Also you keep the image the same name.]]></description>
			<pubDate>пт, 03 июл 2009 04:40:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13733]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[Ok Iam going to upload all the cotonti files again.Lombi I tried to replace the banner with my custom image.What do I name it?I named it SED-dark_LCP logo airbrushed.gif.]]></description>
			<pubDate>пт, 03 июл 2009 04:31:40 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13732]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Same like you do the first time.<br />
upload all plugin files AND add sql in database. <br />
Then all will work without error. If you want to deinstall. Click deinstall.<br />
<br />
cleanest way is the whole text I gave.]]></description>
			<pubDate>пт, 03 июл 2009 04:28:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13731]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[Lombi,pieter,you have been a great help.I'm sorry i made you have to go through all this trouble just to get a website running.But pieter about the reupload thing.What do you reupload?]]></description>
			<pubDate>пт, 03 июл 2009 04:26:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13730]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Easiest way:<br />
reupload, install SQL and then click uninstall in admin zone, delete files.<br />
<br />
Or try: <a href="http://www.neocrome.net/page.php?id=2272" rel="nofollow">http://www.neocrome.net/page.php?id=2272</a><br />
I never tried it myself.<br />
<br />
--------------------------------------<br />
A common problem you can run into while coding your own plugin or altering one is deleting the files before you uninstall it through the administration panel. This leads to multiple errors and quite a sticky mess! Below you will learn how to solve the problem.<br />
<br />
<br />
Removing plugin database information:<br />
<br />
You'll need to remove the plugin's information from the database. This is due to the Seditio's hooking system, since it grabs the information from the database and uses it to link the files.<br />
<br />
To accomplish this task, go to your SQL editor ( most likely phpmyadmin ):<br />
<br />
Click the &quot;SQL&quot; tab at the top.<br />
<br />
Then copy and paste this sql query:<br />
<br />
Code:<br />
DELETE FROM sed_plugins WHERE pl_code='YOUR-PLUGIN-CODE-HERE';<br />
DELETE FROM sed_auth WHERE auth_code='plug' AND auth_option='YOUR-PLUGIN-CODE-HERE';<br />
DELETE FROM sed_config WHERE config_owner='plug' AND config_cat='YOUR-PLUGIN-CODE-HERE';<br />
<br />
<br />
Note: Though, make sure you use the right table prefix! Not everyone uses &quot;sed_&quot; as their table prefix. Also make sure to replace &quot;YOUR-PLUGIN-CODE-HERE&quot; with the plugin code. If you are unsure of the plugin's code, refer to the plugin's files.<br />
<br />
<br />
Clearing internal cache:<br />
<br />
Now that you have successfully removed the plugins information from the database, make sure to truncate your internal cache!<br />
<br />
To do this:<br />
<br />
Go to Adminstation -&gt; Other -&gt; Internal cache<br />
<br />
Then click &quot;Purge All&quot;<br />
<br />
And you're finished!]]></description>
			<pubDate>пт, 03 июл 2009 04:20:16 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13728]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[I did watch the tutorial.In the tutorial I did not see the table when you uploaded the files.How do you uninstall the plugin?If you just delete it then I will be at the same problem.]]></description>
			<pubDate>пт, 03 июл 2009 04:08:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13727]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[You might also want to try <a href="http://www.000webhost.com/website-builder" rel="nofollow">http://www.000webhost.com/website-builder</a><br />
<br />
Since I seriously doubt you:<br />
<br />
1.) actually watched the video tutorials<br />
2.) actually read the instructions for both plugins<br />
<br />
Here's part of my post again:<br />
<br />
- uninstall plugin<br />
- put sql file in there like i told you several hours ago<br />
<br />
Any of the two options will work.]]></description>
			<pubDate>пт, 03 июл 2009 04:07:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13726]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Starting over is not the best way to eliminate errors. Try to solve them. You will learn a lot with it.]]></description>
			<pubDate>пт, 03 июл 2009 04:05:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13725]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[Or I could cancel the website and create the same thing(only a different address)and then everything will be OK.Sound like a good plan?]]></description>
			<pubDate>пт, 03 июл 2009 03:58:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13724]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[<blockquote>But I do not have that table that the sql says does not exist</blockquote>
<br />
Dude! <strong>For real?</strong><br />
<br />
Options at this point:<br />
<br />
- uninstall plugin<br />
- put sql file in there like i told you several hours ago]]></description>
			<pubDate>пт, 03 июл 2009 03:56:26 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13723]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[No.I logged into my account on my website and it says:PHP Error Message<br />
<br />
Warning: include_once(./plugins/moderation/moderation.global.php) [function.include-once]: failed to open stream: No such file or directory in /home/a4675564/public_html/system/common.php on line 533<br />
<br />
Free Web Hosting<br />
<br />
PHP Error Message<br />
<br />
Warning: include_once() [function.include]: Failed opening './plugins/moderation/moderation.global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a4675564/public_html/system/common.php on line 533.And then I upload it and it says:Fatal error : SQL error : Table 'a4675564_lottc.sed_moderation' doesn't exist.But I do not have that table that the sql says does not exist.So I just want to get rid of it so I can get back to what I was doing.Administrating.But I do not know how.]]></description>
			<pubDate>пт, 03 июл 2009 03:46:10 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13721]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[Well if you want to have problems solved yo need to start explaining them in more detail.<br />
<br />
Like for example what's currently the issue? You lost your password?]]></description>
			<pubDate>пт, 03 июл 2009 03:38:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13720]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[Ok. Now I just have to find a way to get it correct on my login.But how?]]></description>
			<pubDate>пт, 03 июл 2009 03:08:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13718]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[That was a <a href="http://www.google.com/search?client=opera&amp;rls=en&amp;q=rhetorical+question&amp;sourceid=opera&amp;num=100&amp;ie=utf-8&amp;oe=utf-8" rel="nofollow">rhetorical question</a>...<br />
<br />
Site is fine for guests.]]></description>
			<pubDate>пт, 03 июл 2009 03:06:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13717]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[No can you try?]]></description>
			<pubDate>пт, 03 июл 2009 03:02:00 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13716]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[Site is fine to guests?]]></description>
			<pubDate>пт, 03 июл 2009 02:55:16 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=60#post13715]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[So what can I do to fix my site?]]></description>
			<pubDate>пт, 03 июл 2009 02:38:27 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13714]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[Thank you.<br />
<br />
That;s right - that's why it said, &quot;no such file&quot;]]></description>
			<pubDate>пт, 03 июл 2009 02:37:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13713]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[Ok.This time i will actually watch the video tutorials.Lombi,you made all of the art on your website?'Cuz if you did,you are very good at art.Virtuoso,Lombi.<br />
<br />
I don't mean to double post but I spent some time whatching the tutorial and found out that I did not have the file the site is looking for.]]></description>
			<pubDate>пт, 03 июл 2009 01:43:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13711]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[Can you <strong>please</strong> read the instructions of everything you try to install?<br />
<br />
You forgot to install the sql file of that plugin. Check the video tutorials on how to import sql files via phpmyadmin.]]></description>
			<pubDate>пт, 03 июл 2009 01:42:01 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13710]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[I uploaded the moderation thing cause it said it didn't exist and NOW I CANT ACCESS MY WEBSITE.It says:Fatal error : SQL error : Table 'a4675564_lottc.sed_moderation' doesn't exist]]></description>
			<pubDate>пт, 03 июл 2009 01:38:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13709]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[Depends what file. If you mean plugins then go right ahead, 98% work with Cotonti.<br />
<br />
If you mean system files then absolutely not.]]></description>
			<pubDate>пт, 03 июл 2009 01:35:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13708]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[Is it bad if I upload a Sediteo file to my website when using Cotonti?]]></description>
			<pubDate>пт, 03 июл 2009 01:33:44 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13707]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[Let me paste that back to you: Warning: include_once(./plugins/autobanlist/autobanlist.php) [function.include-once]: failed to open stream: <strong><span style="color:#EF2929">No such file or directory</span></strong> in /home/a4675564/public_html/system/common.php on line 533<br />
<br />
Might need to upload the plugin...]]></description>
			<pubDate>пт, 03 июл 2009 01:29:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13706]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[Check out my website.Something is wrong again.<a href="http://www.lottclanp.host22.com" rel="nofollow">http://www.lottclanp.host22.com </a>]]></description>
			<pubDate>пт, 03 июл 2009 00:58:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13704]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[I just gave you the link. It's located in skins/sed-dark/img/SED-Dark_HD.gif  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/confused.gif" alt=":-/" />]]></description>
			<pubDate>пт, 03 июл 2009 00:42:26 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13703]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[Where is that file located?]]></description>
			<pubDate>пт, 03 июл 2009 00:38:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13702]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[The alias is a web-safe version of the title. Dont worry, you dont need to start using it until you get much more familiar with the CMS.<br />
<br />
You change the banner by replacing the following file <a href="http://www.lottclanp.host22.com/skins/sed-dark/img/SED-Dark_HD.gif" rel="nofollow">http://www.lottclanp.host22.com/skins/sed-dark/img/SED-Dark_HD.gif</a> with a new one.]]></description>
			<pubDate>пт, 03 июл 2009 00:37:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13701]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[Anyway,how do I change the banner on my website?]]></description>
			<pubDate>пт, 03 июл 2009 00:30:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13700]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[I know.How do you get it.I don't have it.Only IE.Nevermind.Got firefox.Works perfectly.Thanks Lombi.Oh,ONE MORE THING.When you make articles,what is a alias?]]></description>
			<pubDate>чт, 02 июл 2009 22:53:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13696]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[Try Opera or Firefox then. Something's obvisouly wrong with your computer.]]></description>
			<pubDate>чт, 02 июл 2009 22:49:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13695]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[I am on a PC.I just saw the menu then it very quickl went to:Internet Explorer cannot display the webpage.Then I restarted the page and went back to:&lt;!-- Copyright.]]></description>
			<pubDate>чт, 02 июл 2009 22:47:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13694]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[I dont know, hopefully you're not visiting it with a portable console?<br />
<br />
Try normal browsers.]]></description>
			<pubDate>чт, 02 июл 2009 22:45:41 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13693]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[How is it that when I visit my own site that it says only this:&quot;&lt;!-- Copyright&quot; on the top left?That's all it says.And when You visit it,it is just fine?]]></description>
			<pubDate>чт, 02 июл 2009 22:44:45 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13692]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[Please rewrite what your question is, this time in english and with logically connected words.]]></description>
			<pubDate>чт, 02 июл 2009 22:43:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13691]]></link>
		</item>
		<item>
			<title>minoation</title>
			<description><![CDATA[AHHHHHHHUUUUUUUUUHHHH.How did?what.WATASHI DEJAVON DESU.HAJIMEMASHITE!What is the address?Tell me.Please quickly.Lombi?I don't get it.I just don't get it.How come all I see when I visit it is &lt;!-- Copyright on the top left.But when YOU do it it is just fine.Now I REALLY FEEL LIKE CRYING.UUWAAHHHH.]]></description>
			<pubDate>чт, 02 июл 2009 22:18:16 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13690]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[<a href="https://www.cotonti.com/datas/users/looksfine_7.jpg"><img src="https://www.cotonti.com/datas/users/looksfine_7.jpg" alt="" class="scale" /></a>]]></description>
			<pubDate>чт, 02 июл 2009 22:14:43 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2913&d=30#post13689]]></link>
		</item>
	</channel>
</rss>