Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29 FamiTracker
Login:
Menu:
Post: Author:
FamiTracker > General > Bug Reports & Feature Requests > Forum bug: malformed quotes screw up ALL quotes Owner: furrykef New post
Page 1 of 1 Sort:  
Forum bug: malformed quotes screw up ALL quotes Posted: 2010-03-06 09:55  (Last Edited: 2010-03-06 09:56) Reply | Quote
furrykef

Avatar

Member for: 5189 days
Status: Offline

#4660
This has been a bug for a very long time and I'm sure it's a known issue, but I figured I'd document it here since I don't think it's been documented.

Basically, if you format a quote tag incorrectly, it will screw up [i]all[/i] quotations, including previous quotations that had been formatted correctly, such that you will see the tags instead of the desired formatting. It's also easy to trigger this bug because it will consider any quote tag without the name of the post's author to be improperly formatted; you can't do <quote>blah blah</quote> (substitute brackets for the <>'s, of course); it has to be <quote=whoever>blah blah</quote>.

(Also, found another one as I was posting this: I made the headline too long and it said "Text to long max 50 characters". "To" should be "too". Even better, set the maximum number of characters for the textbox so that overshooting the limit isn't even possible for most users.)


Posted: 2010-03-14 00:17 Reply | Quote
slize106
Administrator

Avatar

Member for: 5903 days
Location: Linköping, Sweden
Status: Offline

#4765
This forum software has stopped developing. Maybe we should switch to some other forum software like phpbb. The problem is to port all data from this forum software to the new. Otherwise all threads and posts will disappear, which may not be desirable.

_______________________
[b][color=blue]Webmaster[/b]
Posted: 2010-03-14 03:49 Reply | Quote
furrykef

Avatar

Member for: 5189 days
Status: Offline

#4769
Well, I can't say I'm an expert at stuff like phpBB, but I do have a basic understanding of how it works, as well as SQL, etc., so maybe I could be of service...


Posted: 2010-03-14 05:18  (Last Edited: 2010-03-14 05:19) Reply | Quote
TechEmporium

Avatar

Member for: 4485 days
Status: Offline

#4777
I could also be of service; I use PunBB on my own website & have customized it for attachments, private messages & other administrative functions.

I also use phpFreeChat for a non-SQL instant messaging service on my site (just in case anyone's interested).

_______________________
Technology: the one thing that's hated & cursed at by all engineers, technologists, scientists & technicians!

(Lousy modern technology! )
Posted: 2010-03-14 11:10 Reply | Quote
slize106
Administrator

Avatar

Member for: 5903 days
Location: Linköping, Sweden
Status: Offline

#4788
I've thought about maybe using [url=http://drupal.org]Drupal for the entire site. In Drupal, there is a built-in forum. But it is not so advanced. There are modules to install so it becomes a bit more advanced. With Drupal, there are advantages to the simple ability to add more functionality on the site. The problem with phpBB is that it is a standalone software that is making it more difficult to integrate with the web site. The fundamental problem remains, to port data from the old software to new software. The current forum software stores data in a MySQL database. This makes Drupal and phpBB, too, but not in the same table structure. Attachments are stored in another file structure. Passwords are stored using a different hash function, so passwords must be reentered by the users.

_______________________
[b][color=blue]Webmaster[/b]
Posted: 2010-03-14 23:50 Reply | Quote
TechEmporium

Avatar

Member for: 4485 days
Status: Offline

#4796
I've also heard that some modules in Drupal can counteract each other (but that problem isn't seen often).

I think SMF can also work (as it has the ability to convert MySQL databases to suit SMF). The problem here is that I don't think it can convert Senaculum's database structure.

_______________________
Technology: the one thing that's hated & cursed at by all engineers, technologists, scientists & technicians!

(Lousy modern technology! )
Posted: 2010-04-23 00:15  (Last Edited: 2010-04-23 20:09) Reply | Quote
Dafydd

Avatar

Member for: 5304 days
Location: Uppsala, Sweden
Status: Offline

#5864
I think I would be able to write some script that extracts all relevant data from the database and turns it into something that can be used by other forum software, provided it's not encrypted somehow. I don't know how, say, phpBB stores, say, user passwords, or users, or anything really. Maybe it uses some really finicky tables and indexes that are all hashed and encrypted in various and complex ways that makes just creating new posts and stuff very tricky.

On the other hand, if users are created more or less manually, their old posts might be added to the new forums by spambots designed specifically for this purpose. The dates would all be messed up, but...

Posted: 2010-04-23 03:55 Reply | Quote
TechEmporium

Avatar

Member for: 4485 days
Status: Offline

#5872
I always thought phpBB & PunBB stored password data as escaped hex values in their SQL databases. However, I'd use MySQL; the last time I used PunBB to create an SQLite database, by information was encrypted (even though it was an SQL database created by PunBB's scripts themselves).

But I see what you're saying.

Perhaps, if you want, I can send you (via e-mail) one of my old database backups from my currently offline website (it's a standard MySQL Improved database; I'm giving you my permission & blessing to use it for experimentation & examination). Perhaps you can see how it's structured (including topics, threads & user data) & figure out a way to convert/restructure this forum's database for phpBB/PunBB.

_______________________
Technology: the one thing that's hated & cursed at by all engineers, technologists, scientists & technicians!

(Lousy modern technology! )
Posted: 2010-04-23 20:09 Reply | Quote
Dafydd

Avatar

Member for: 5304 days
Location: Uppsala, Sweden
Status: Offline

#5894
I don't have the time to do any of that right now, but maybe this summer I will.

Posted: 2010-04-24 03:40 Reply | Quote
TechEmporium

Avatar

Member for: 4485 days
Status: Offline

#5904
Perfectly understandable; everyone has a life to live away from their computers. Just give me a shout if you need the file.

_______________________
Technology: the one thing that's hated & cursed at by all engineers, technologists, scientists & technicians!

(Lousy modern technology! )
Posted: 2010-04-26 23:49 Reply | Quote
slize106
Administrator

Avatar

Member for: 5903 days
Location: Linköping, Sweden
Status: Offline

#5979
There are just the passwords that are encrypted. All other data can be migrated to another software.

I have started to work on a new site, but the development goes very slowly. Like many of you, I don't have so much time to do this. The plan is to use Drupal as CMS and forum software. The wiki will continue to be stand-alone. I work as a web developer so this is easy for me, but it takes time.

I will start to build the site, then I will look into migrate the data to the new site. Maybe someone can help me with theming the new site later on.

_______________________
[b][color=blue]Webmaster[/b]
Page 1 of 1 Sort: