You've got it right. Especially since it's hosted off-site.
If you've got 2 existing installations (SMF and eFiction) I would not attempt to bridge them. You'd have to merge the two tables toget...
Anything's possible, but you have to code it. The included SMF bridge assumes a new eFiction install using the SMF user data. That...
Why don't you make them sitewide?
1. If you're on Windows, Notepad is the text editor that comes installed. You can get more fancy ones that help with coding, but Note...
You may be flagged as a spammer especially if you're on shared hosting. Are you getting returned emails at the site e-mail address? C...
The query is the same for both I believe.
Um. Take the recent browse panel and change > to <.
Yeah that isn't going to work because right after the first line you set submit to _PREVIEW. Change if(!$submit) {toif(isset($_POST['s...
You used that where? I think you need to leave it as _PREVIEW if you did it in the place I'm thinking.
Use isset($_POST['submit']) to see whether or not they've previewed the item. Then around line 400 you should find where th...
How are you uploading them? Are you uploading in binary or ASCII? The script files should be uploaded in ASCII format. Did you trans...
Doesn't seem to be a problem with the script. Looks more like a problem with your host.
You'd have to use PHPMyAdmin and enter them into the database manually.
Put an htaccess file in the stories folder with the following in it:<files *>Order deny, allDeny from all</files>That will prevent direct ...
