Well, it's done. And there's a few errors, I hope will be easy to solve.
The original web is
http://www.pajareo.com
the phpBB2 is
http://www.pajareo.com/phpBB2/
and the final s9y is
http://www.pajareo.com/s9y/
I've made the conversion through admin panel with UTF-8, HTML entities conversion on 'Yes', and the last 'links' option set to 'No'.
Here we go:
1) What tables in s9y database should I drop to try conversion again without duplicate users or entries?
2) Entries titles are truncated, and some characters in them appears with '?': á, é, í, ó, ú, ¿, ¡ ...
3) Some characters in entries body appears like '?': ', € ...
4) Some BBCode or HTML appears wrong: For example, in
http://www.pajareo.com/s9y/index.php?/a ... todos.html :
a) This should be an image with text aligned to the left:
Code: Select all
[img align=left alt=xVST]http://xviservicethief.wiki.sourceforge.net/space/showimage/header_wiki.png[/img]
b) In the original SMF, this text
Code: Select all
<a href="http://xviservicethief.sourceforge.net/index.php?action=home">xVideoServiceThief</a>
are dumped into phpBB2 like s9y shows
but it must be
Code: Select all
<a href="http://xviservicethief.sourceforge.net/index.php?action=home">xVideoServiceThief</a>
c) There's no HTML links:
This
Code: Select all
http://bitelia.com/2008/08/26/descarga-y-convierte-videos-de-los-sitios-mas-populares-de-internet-con-xvideoservicethief/
should be this
Code: Select all
<a href="http://bitelia.com/2008/08/26/descarga-y-convierte-videos-de-los-sitios-mas-populares-de-internet-con-xvideoservicethief/">http://bitelia.com/2008/08/26/descarga-y-convierte-videos-de-los-sitios-mas-populares-de-internet-con-xvideoservicethief/</a>
d) Some BBCode are wrong, like these one
here:
Code: Select all
[b:7288251b27]revivir a Freddy Krueger ([i:7288251b27]Pesadilla en Elm Street[/i:7288251b27]) y Jason Voorhes ([i:7288251b27]Viernes 13[/i:7288251b27])[/b:7288251b27], además de atreverse con una insólita relectura de [b:7288251b27]La semilla del diablo[/b:7288251b27]
that should be
Code: Select all
<strong>revivir a Freddy Krueger (<em>Pesadilla en Elm Street</em>) y Jason Voorhes (<em>Viernes 13</em>)</strong>, además de atreverse con una insólita relectura de <strong>La semilla del diablo</strong>
5) Categories title and names are showed wrong in right side block, and its links seems not to work
6) Flash links to videos:
Code: Select all
[flash=425,344]http://www.youtube.com/v/6tKuMPOpbIY&hl=es[/flash]
I think that most of this errors are easy to solve with an SQL sentence... For anyone (not me) who knows how to do it...
Please be patient... Take your time and thank you very much in advance for helping me... I really want to get rid of SMF and start designing my new s9y site.