<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>vBulletin SEO Forums - Blogs - Mert Gökçeimam</title>
		<link>http://www.vbseo.com/blogs/mert-goekceimam/</link>
		<description>Discussion forum on vBulletin Search Engine Optimization (SEO) and vBSEO Plugin.</description>
		<language>en</language>
		<lastBuildDate>Tue, 21 May 2013 22:59:10 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.vbseo.com/images/misc/rss.jpg</url>
			<title>vBulletin SEO Forums - Blogs - Mert Gökçeimam</title>
			<link>http://www.vbseo.com/blogs/mert-goekceimam/</link>
		</image>
		<item>
			<title><![CDATA[[How-to] Move .htaccess rules into httpd.conf from WHM]]></title>
			<link>http://www.vbseo.com/blogs/mert-goekceimam/how-move-htaccess-rules-into-httpd-conf-whm-241/</link>
			<pubDate>Thu, 19 Mar 2009 02:29:59 GMT</pubDate>
			<description>WHM , cPanel is one of the...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: blog_entry_external -->
<blockquote class="blogcontent restore">WHM , cPanel is one of the most widely used server control panels. If you are using WHM and you want to move your .htaccess rules to httpd.conf and if you have no knowledge about SSH usage you can use the following guide.<br />
<br />
Login to your WHM panel by your root login located at https://www.yourdomain.com:2087<br />
<br />
Look for <b>Service Configuration</b> menu and browse for <b>Apache Configuration</b> under Service Configuration menu.<br />
<img src="http://www.vbseo.com/media/mert/apache-configuration.png" border="0" alt="" /><br />
<br />
Within Apache Configuration please look for <b>Include Editor</b> <br />
<img src="http://www.vbseo.com/media/mert/apache-include-editor.png" border="0" alt="" /><br />
<br />
When you click on Include Editor , you'll be given 3 different choices.<br />
<ul><li style="">Pre Main Include</li><li style="">Pre Virtual Host Include</li><li style="">Post Virtual Host Include</li></ul><br />
The include we need to use in here is <b>Pre Virtual Host Include</b> . Please choose your apache version within Pre Virtual Host Include dropdown menu and add your .htaccess rules within the editor.<br />
<img src="http://www.vbseo.com/media/mert/pre-virtualhost-include.png" border="0" alt="" /><br />
<br />
While adding the rules make sure you use your path correctly<br />
<!-- BEGIN TEMPLATE: bbcode_code -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code"style="height:336px;">&lt;Directory /your/httpd/docs&gt;
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
&lt;/Directory&gt;</pre>
</div>
<!-- END TEMPLATE: bbcode_code -->You can add different rewrite rules for different folders. <br />
<br />
When you are done adding rewrite rules click on Update button and then restart apache</blockquote>


<!-- END TEMPLATE: blog_entry_external -->]]></content:encoded>
			<dc:creator>Mert Gökçeimam</dc:creator>
			<guid isPermaLink="true">http://www.vbseo.com/blogs/mert-goekceimam/how-move-htaccess-rules-into-httpd-conf-whm-241/</guid>
		</item>
		<item>
			<title>How to uninstall vBSEO</title>
			<link>http://www.vbseo.com/blogs/mert-goekceimam/how-uninstall-vbseo-238/</link>
			<pubDate>Tue, 17 Mar 2009 20:38:17 GMT</pubDate>
			<description>If you ever need to uninstall...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: blog_entry_external -->
<blockquote class="blogcontent restore">If you ever need to uninstall vBSEO , you can use the following instructions. Make sure you carefully follow each step.<br />
<br />
<ol class="decimal"><li style="">Login to your vBSEO Cp and disable vBSEO</li><li style="">Login to your Admincp and Browse to Plugins &amp; Products</li><li style="">Uninstall vBSEO product file , on the next step you'll be given 2 options<br />
<ul><li style="">If you ever plan to install vBSEO on the same domain , choose Keep vBSEO data in Database</li><li style="">If you will not use vBSEO again choose Cleanup vBSEO Data</li></ul></li><li style="">Delete all files include .htaccess from your server via ftp. You can find the list of files that needs to be deleted below.</li></ol><br />
<b><br />
Files that needs to be deleted</b><br />
<br />
<ul><li style=""><font color="RoyalBlue"><b>admincp</b></font><br />
<ul><li style="">admin_vbseo.php</li></ul></li><li style=""><font color="RoyalBlue"><b>clientscript</b></font><br />
<ul><li style="">vbseo_ajax.js</li></ul></li><li style=""><font color="RoyalBlue"><b>images</b></font><br />
<ul><li style=""><font color="RoyalBlue"><b>vbseo</b></font><br />
<ul><li style="">anchor.png</li><li style="">delicious.gif</li><li style="">digg.gif</li><li style="">facebook.gif</li><li style="">furl.gif</li><li style="">goto_linkbacks.gif</li><li style="">linkback.gif</li><li style="">linkback_about.gif</li><li style="">linkback_url.gif</li><li style="">mister-wong</li><li style="">pingback.gif</li><li style="">post_linkback.gif</li><li style="">reddit.gif</li><li style="">refback.gif</li><li style="">spurl.gif</li><li style="">technorati.gif</li><li style="">trackback.gif</li></ul></li></ul></li><li style=""><font color="RoyalBlue"><b>includes</b></font><br />
<ul><li style=""><font color="RoyalBlue"><b>cron</b></font><br />
<ul><li style="">vbseo_serviceupdate.php</li></ul></li><li style=""><font color="RoyalBlue"><b>xml</b></font><br />
<ul><li style="">bitfield_vbseo.xml</li><li style="">cpnav_vbseo.xml</li><li style="">vbseo_urls_001.xml</li><li style="">vbseo_urls_002.xml</li><li style="">vbseo_urls_003.xml</li><li style="">vbseo_urls_004.xml</li><li style="">vbseo_urls_005.xml</li><li style="">vbseo_urls_006.xml</li><li style="">vbseocp_deutsch (du).xml</li><li style="">vbseocp_deutsch (sie).xml</li><li style="">vbseocp_dutch.xml</li><li style="">vbseocp_english.xml</li><li style="">vbseocp_russian.xml</li><li style="">vbseocp_turkce.xml</li></ul></li><li style="">functions_vbseo.php</li><li style="">functions_vbseo_cache.php</li><li style="">functions_vbseo_createurl.php</li><li style="">functions_vbseo_crr.php</li><li style="">functions_vbseo_db.php</li><li style="">functions_vbseo_hook.php</li><li style="">functions_vbseo_linkback.php</li><li style="">functions_vbseo_misc.php</li><li style="">functions_vbseo_pre.php</li><li style="">functions_vbseo_seo.php</li><li style="">functions_vbseo_startup.php</li><li style="">functions_vbseo_url.php</li><li style="">functions_vbseo_vb.php</li><li style="">md5_sums_crawlability_vbseo.php</li></ul></li><li style=""><b><font color="RoyalBlue">modcp</font></b><br />
<ul><li style="">vbseo_moderate.php</li></ul></li><li style="">vbseo.php</li><li style="">vbseocp.php</li><li style="">vbseocpform.php</li><li style="">.htaccess</li></ul><br />
<br />
After uninstallation you can also redirect your indexed content to original vBulletin urls. Please carefully check the rewrite rules and use the one that fits your current url structure. If your url structure isn't listed below please post a sample example so we can supply the correct rules.<br />
<br />
If you have your thread rewrite rules set as <b>forum-name/threadid-threadname.html</b> use the following .htaccess<br />
<!-- BEGIN TEMPLATE: bbcode_code -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code"style="height:48px;">RewriteEngine on 
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]</pre>
</div>
<!-- END TEMPLATE: bbcode_code -->If you have your thread rewrite rules set as <b>forum-name/threadname-threadid.html</b> use the following .htaccess<br />
<!-- BEGIN TEMPLATE: bbcode_code -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code"style="height:48px;">RewriteEngine on 
RewriteRule [^/]+/[^/]+-([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]</pre>
</div>
<!-- END TEMPLATE: bbcode_code -->If you have your thread rewrite rules set as <b>forum-name/threadname-threadid/</b> use the following .htaccess<br />
<!-- BEGIN TEMPLATE: bbcode_code -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code"style="height:48px;">RewriteEngine on 
RewriteRule [^/]+/[^/]+-([0-9]+)/ http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]</pre>
</div>
<!-- END TEMPLATE: bbcode_code --></blockquote>


<!-- END TEMPLATE: blog_entry_external -->]]></content:encoded>
			<dc:creator>Mert Gökçeimam</dc:creator>
			<guid isPermaLink="true">http://www.vbseo.com/blogs/mert-goekceimam/how-uninstall-vbseo-238/</guid>
		</item>
		<item>
			<title>Virtual Html Gösterimi</title>
			<link>http://www.vbseo.com/blogs/mert-goekceimam/virtual-html-goesterimi-234/</link>
			<pubDate>Tue, 10 Mar 2009 15:06:42 GMT</pubDate>
			<description>vBSEO 3.3.0 versiyonuna...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: blog_entry_external -->
<blockquote class="blogcontent restore">vBSEO 3.3.0 versiyonuna ekledi&#287;imiz en önemli özelliklerden bir tanesi Virtual Html Gösterimi olarak kar&#351;&#305;m&#305;za ç&#305;k&#305;yor. Virtual Html Gösterimi sayesinde vBulletim templatelerini SEO aç&#305;s&#305;ndan optimize etmek çok daha kolay olucakt&#305;r. Virtual Html Gösterimi iki farkl&#305; &#351;ekilde kullan&#305;l&#305;yor.<br />
<br />
<font color="RoyalBlue"><font size="3"><b>vBulletin Bildirileri</b></font></font><br />
vBulletin 3.7 versiyonuyla kullan&#305;c&#305;lar&#305;n kullan&#305;m&#305;na sundu&#287;u Bildiriler ( Notices ) birçok farkl&#305; &#351;eklde kullan&#305;ma aç&#305;k olan ve özelle&#351;tirilebilen opsiyonu sayesinde çok faydal&#305; bir özellik. Ancak bu özeli&#287;in en büyük dezavantaj&#305; sayfan&#305;n yukar&#305;s&#305;nda bulunmas&#305; itibariyle normalde botlar&#305;n indexlemesini istemeyece&#287;iniz keywordlerin arama motorlar&#305; taraf&#305;ndan indexlenmesine ve sayfa içeri&#287;inizle alakas&#305;z sonuçlar&#305;n arama motorlar&#305; taraf&#305;ndan al&#305;nmas&#305;na sebep oluyor. Bundan dolay&#305; geçmi&#351;te herkes Welcome Headers opsiyonunu resim format&#305;nda kullan&#305;yordu. Ancak resim olarak kullanmak hem sayfan&#305;n kb olarak boyutunu yükseltiyor hemde devaml&#305; güncellemeleri çok zorla&#351;t&#305;r&#305;yordu. <br />
<br />
Bunlar&#305; dü&#351;ünerek Virtual Html Gösterimini geli&#351;tirdik. Virtual Html Gösterimi aktif hale getirildi&#287;i anda vBulletin Noticeleri vBSEO taraf&#305;ndan otomatik javascript içerisine almaktad&#305;r. Arama Motoru Botlar&#305; javascriptleri parse etmedi&#287;inden dolay&#305; bu içerikler botlar taraf&#305;ndan görüntülenemiyor. Bunu resimlerle gösterirsek &#351;öyle örnekleyebiliriz. <br />
Depkac.com'u ziyaret eden bir misafire a&#351;a&#287;&#305;daki uyar&#305; vBulletin Bildirileri ile gösteriliyor. <br />
<br />
<img src="http://www.vbseo.com/media/mert/misafirlere-gozuken.png" border="0" alt="" /><br />
<br />
E&#287;er gelen misafirin browser&#305;nda Javascript kapal&#305;ysa , yani bir bot gibi Javascriptleri görüntüleyemiyorsa o zaman misafirin görüntüledi&#287;i alttaki gibi oluyor ve yaz&#305;lar&#305;n içerisindeki içerik görüntülenemiyor.<br />
<br />
<img src="http://www.vbseo.com/media/mert/botlaragozuken.png" border="0" alt="" /><br />
<br />
<font color="RoyalBlue"><font size="3"><b>Özel Kullan&#305;m</b></font></font><br />
Bu opsiyonu ilk ba&#351;ta sadece vBulletin Bildirileri için dü&#351;ünmü&#351; olsakta daha sonra bu opsiyonunun gücünü fark ederek geli&#351;tirmeye karar verdik ve vBulletin templateleri içerisinde özel kullan&#305;m opsiyonunu ekledik. Virtual Html Gösterimini templateleriniz içerisinde kullanabilmek için alttaki format&#305; kullanabilirsiniz.<br />
<!-- BEGIN TEMPLATE: bbcode_code -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code"style="height:60px;">&lt;!--VBSEO_VIRTUAL_HTML--&gt;
içerik buraya
&lt;!--/VBSEO_VIRTUAL_HTML--&gt;</pre>
</div>
<!-- END TEMPLATE: bbcode_code -->Örnek vermek gerekirse kullan&#305;c&#305;lar&#305;n görüntüledi&#287;i<br />
<br />
<img src="http://www.vbseo.com/media/mert/what-users-see.png" border="0" alt="" /><br />
<br />
Botlar&#305;n görüntüledi&#287;i<br />
<br />
<img src="http://www.vbseo.com/media/mert/what-bots-see.png" border="0" alt="" /><br />
<br />
Görebilece&#287;iz gibi ikinci opsiyon sayesinde sayfa üzerinden ne kadar ciddi miktarda gereksiz içerik botlar&#305;n gözü önünden kald&#305;r&#305;labiliyor.</blockquote>


<!-- END TEMPLATE: blog_entry_external -->]]></content:encoded>
			<dc:creator>Mert Gökçeimam</dc:creator>
			<guid isPermaLink="true">http://www.vbseo.com/blogs/mert-goekceimam/virtual-html-goesterimi-234/</guid>
		</item>
		<item>
			<title>Impex Nightmare</title>
			<link>http://www.vbseo.com/blogs/mert-goekceimam/impex-nightmare-10/</link>
			<pubDate>Mon, 03 Sep 2007 12:14:40 GMT</pubDate>
			<description>After purchase of vBulletin...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: blog_entry_external -->
<blockquote class="blogcontent restore">After purchase of vBulletin Blog i was expecting Jelsoft to release Impex for vblogetin. Finally they released the impex yesterday and this turned my sunday exactly to a Bloddy Sunday. Thats why i strongly advise everyone who plans to import data to their vBulletin blog wait for the fixes.<br />
<br />
The first problem was a missing file (ImpExDatabase_blog_001.php) inside impex. Because of this missing file impex didn't function at all. After waiting like 8 hour 45 minutes Jerry upload the file to impex and the main nightmare started.<br />
<br />
On the first step of impex i started to receive a database error regarding <!-- BEGIN TEMPLATE: bbcode_code -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code"style="height:36px;">mpEx Database errormysql error: Invalid SQL: DESCRIBE blog_subscribepost importblogsubscribepostid</pre>
</div>
<!-- END TEMPLATE: bbcode_code -->When i checked the vBulletin Blog table structure and compared it with impex i found that the problem was related on a mistype on Impex. In order to solve the issue I edited and corrected these mistakes. <br />
<br />
<i>Fix :</i><br />
<br />
Find all instances of <b>subscribepost</b> inside the following files and replace them with <b>subscribeentry</b><br />
<br />
ImpExModule.php line 101<br />
impex_language.php line 491<br />
vbfields.php line 598 - 600 - 601 - 602 - 603 - 604<br />
<br />
After this fix i succesfully runned the first step. On the second step there is a huge logic mistake and in order to import any administrators entries you need to take admin privilidges from them. After second step i immediately started to receive database errors again. After deeply checking i found two other mis configure queries which caused the errors. The first database error i received is <br />
<!-- BEGIN TEMPLATE: bbcode_code -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code"style="height:636px;">ImpEx Database errormysql error: Invalid SQL:
INSERT INTO blog_user
(
bloguserid, importbloguserid, title, description, options,
viewoption, comments, lastblog, lastblogid,
lastblogtitle, lastcomment, lastcommenter, lastblogtextid,
posts, allowsmilie, subscribeown, subscribeothers,
moderation, deleted, draft, options_everyone,
options_buddy, options_ignore, ratingnum, ratingtotal,
rating, pending, uncatposts
)
VALUES
(
'9489',
'4',
'title',
'description',
'0',
'all',
'0',
'0',
'0',
'',
'0',
'',
'0',
'116',
'1',
'none',
'none',
'0',
'0',
'0',
'0',
'0',
'0',
'0',
'0',
'0',
'0',
'0'
)


mysql error: Unknown column 'posts' in 'field list'

mysql error number: 1054

Date: Monday 03rd 2007f September 2007 01:02:04 AM
Database: serenity
MySQL error:</pre>
</div>
<!-- END TEMPLATE: bbcode_code -->As there is no posts fields inside blog_user table you need to correct the query at ImpExDatabase_blog_001.php file. <br />
Find<br />
<!-- BEGIN TEMPLATE: bbcode_code -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code"style="height:540px;">$Db_object-&gt;query(&quot;
INSERT INTO {$tableprefix}blog_user
(
bloguserid, importbloguserid, title, description, options,
viewoption, comments, lastblog, lastblogid,
lastblogtitle, lastcomment, lastcommenter, lastblogtextid,
posts, allowsmilie, subscribeown, subscribeothers,
moderation, deleted, draft, options_everyone,
options_buddy, options_ignore, ratingnum, ratingtotal,
rating, pending, uncatposts
)
VALUES
(
'&quot; . intval($this-&gt;get_value('mandatory', 'bloguserid')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('mandatory', 'importbloguserid')) . &quot;',
'&quot; . addslashes($this-&gt;get_value('nonmandatory', 'title')) . /* Default : Type : varchar(255) */ &quot;',
'&quot; . addslashes($this-&gt;get_value('nonmandatory', 'description')) . /* Default : Type : mediumtext */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'options')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . $this-&gt;enum_check($this-&gt;get_value('mandatory', 'viewoption'), array('all','only','except'), 'all') . /* Default : all Type : enum('all','only','except') */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'comments')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'lastblog')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'lastblogid')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . addslashes($this-&gt;get_value('nonmandatory', 'lastblogtitle')) . /* Default : Type : varchar(255) */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'lastcomment')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . addslashes($this-&gt;get_value('nonmandatory', 'lastcommenter')) . /* Default : Type : varchar(100) */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'lastblogtextid')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'posts')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'allowsmilie')) . /* Default : Type : smallint(5) unsigned */ &quot;',
'&quot; . $this-&gt;enum_check($this-&gt;get_value('mandatory', 'subscribeown'), array('none','usercp','email'), 'none') . /* Default : none Type : enum('none','usercp','email') */ &quot;',
'&quot; . $this-&gt;enum_check($this-&gt;get_value('mandatory', 'subscribeothers'), array('none','usercp','email'), 'none') . /* Default : none Type : enum('none','usercp','email') */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'moderation')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'deleted')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'draft')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'options_everyone')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'options_buddy')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'options_ignore')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'ratingnum')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'ratingtotal')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . floatval($this-&gt;get_value('nonmandatory', 'rating')) . /* Default : Type : float unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'pending')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'uncatposts')) . /* Default : 0 Type : int(10) unsigned */ &quot;'
)
&quot;);</pre>
</div>
<!-- END TEMPLATE: bbcode_code -->Replace this with<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code"style="height:516px;">$Db_object-&gt;query(&quot;
INSERT INTO {$tableprefix}blog_user
(
bloguserid, importbloguserid, title, description, options,
viewoption, comments, lastblog, lastblogid,
lastblogtitle, lastcomment, lastcommenter, lastblogtextid,
allowsmilie, subscribeown, subscribeothers,
moderation, deleted, draft, options_everyone,
options_buddy, options_ignore, ratingnum, ratingtotal,
rating, pending
)
VALUES
(
'&quot; . intval($this-&gt;get_value('mandatory', 'bloguserid')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('mandatory', 'importbloguserid')) . &quot;',
'&quot; . addslashes($this-&gt;get_value('nonmandatory', 'title')) . /* Default : Type : varchar(255) */ &quot;',
'&quot; . addslashes($this-&gt;get_value('nonmandatory', 'description')) . /* Default : Type : mediumtext */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'options')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . $this-&gt;enum_check($this-&gt;get_value('mandatory', 'viewoption'), array('all','only','except'), 'all') . /* Default : all Type : enum('all','only','except') */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'comments')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'lastblog')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'lastblogid')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . addslashes($this-&gt;get_value('nonmandatory', 'lastblogtitle')) . /* Default : Type : varchar(255) */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'lastcomment')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . addslashes($this-&gt;get_value('nonmandatory', 'lastcommenter')) . /* Default : Type : varchar(100) */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'lastblogtextid')) . /* Default : 0 Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'allowsmilie')) . /* Default : Type : smallint(5) unsigned */ &quot;',
'&quot; . $this-&gt;enum_check($this-&gt;get_value('mandatory', 'subscribeown'), array('none','usercp','email'), 'none') . /* Default : none Type : enum('none','usercp','email') */ &quot;',
'&quot; . $this-&gt;enum_check($this-&gt;get_value('mandatory', 'subscribeothers'), array('none','usercp','email'), 'none') . /* Default : none Type : enum('none','usercp','email') */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'moderation')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'deleted')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'draft')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'options_everyone')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'options_buddy')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'options_ignore')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'ratingnum')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'ratingtotal')) . /* Default : Type : int(10) unsigned */ &quot;',
'&quot; . floatval($this-&gt;get_value('nonmandatory', 'rating')) . /* Default : Type : float unsigned */ &quot;',
'&quot; . intval($this-&gt;get_value('nonmandatory', 'pending')) . /* Default : 0 Type : int(10) unsigned */ &quot;'
)
&quot;);</pre>
</div>
<!-- END TEMPLATE: bbcode_code -->P.S : Carefull eyes will see that i removed another field named uncatposts because this is also not needed by vBulletin Blog.<br />
<br />
P.S 2: Because of the 10000 character limit the remaining is on the first comment</blockquote>


<!-- END TEMPLATE: blog_entry_external -->]]></content:encoded>
			<dc:creator>Mert Gökçeimam</dc:creator>
			<guid isPermaLink="true">http://www.vbseo.com/blogs/mert-goekceimam/impex-nightmare-10/</guid>
		</item>
	</channel>
</rss>
