Quote from: [Unknown] on March 20, 2004, 03:47:31 AM
If you can tell me *WHERE* the attachment mod puts its data, I can try to update the converter to convert it.
-[Unknown]
Check you PMs, I sent you a sample because I didn't feel comfortable posting the contests of a thread's .txt file here (what with the Ips of users and all.) Basicly in the thread's text file (ie: /cgi-bin/yabb/Messages/1079229361.txt), each post goes like this:
Some post info such as thread title and user name, email, and IP separated by pipes "|"
post text
then a series of five pipes (usualy used to denote things like notices that the thread had been editing and such.) The full URL to the attachment is stored between last two pipes, with just the file name after the last one.
Quote||||http://www.yoursite.com/upload/image.gif|image.gif
If you can't convert it to whatever attachment format YaBBSE uses, it looks like it might be possible to just move the URL part up into the main text area. Maybe even have it look at the extension and if it's jpg, gif, or png, put an [img] code around the URL, and if it's anything else, just use a [URL] code.