Version: , by GameCrash
Developer Last Online: Oct 2012
Version: 2.2.x
Rating:
Released: 08-07-2001
Last Update: Never
Installs: 25
No support by the author.
Please do not contact me via ICQ, Email, PM or anything other way than this thread any more!
Okay... this is my UB2k 2.2.x to vBulletin 2.0.x importer. It can import styles (= skins), users, forums, moderators, posts and private messages.
This Importer has been created for vBulletin 2.0.3! The most things work correctly with 2.2.x (it will import the styles, users, forums, moderators, posts and private messages) but some features like setting new passwords for admins doesn't work. I don't want to create a new version as I don't think there are many UB2k users left who could import...
This script does not work with the vB import system as I wanted to have it independent of the vB directory (some servers are not able to read files in directories like ../../ub2k/). You can upload the script to any directory where you can access the UB2k directory and the vBulletin database.
A manual is in the zip file. Please do not email or pm me if you have questions or found bugs. Please simply answer the thread.
Known bugs:
- On some servers you need to chmod the directory "ubimporter" to 777...
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Security Alert! PHP CGI cannot be accessed directly.
>This PHP CGI binary was compiled with force-cgi-redirect enabled. This
>means
>that a page will only be served up if the REDIRECT_STATUS CGI variable is
>set. This variable is set, for example, by Apache's Action directive
>redirect.
>You may disable this restriction by recompiling the PHP binary with
>the --disable-force-cgi-redirect switch. If you do this and you have your
>PHP CGI binary accessible somewhere in your web tree, people will be able
>to
>circumvent .htaccess security by loading files through the PHP parser. A
>good way around this is to define doc_root in your php.ini file to
>something
>other than your top-level DOCUMENT_ROOT. This way you can separate the part
>of your web space which uses PHP from the normal part using .htaccess
>security. If you do not have any .htaccess restrictions anywhere on your
>site you can leave doc_root undefined.
This is a problem with your php installation, not with the importer... does vBulletin work on this server??
Please do also try to upload a info.php with the following content
Code:
<? phpinfo(); ?>
into the same directory and run it - does this work? And if so, please tell me what PHP version you use (you can find this information on top of the info.php file)...
03-08-03 at 08:05 AM GameCrash said this in Post #165 This is a problem with your php installation, not with the importer... does vBulletin work on this server??
Please do also try to upload a info.php with the following content
Code:
<? phpinfo(); ?>
into the same directory and run it - does this work? And if so, please tell me what PHP version you use (you can find this information on top of the info.php file)...
GameCrash,
Vbulletin runs fine on the server. I already have that file on my server. I also tried having it in the ubimporter directory and that did not work either. Sorry for such a delay in response. I will be better this time
Try to upload the ubimporter.php into your vbulletin directory (and create the ubimporter directory in it, too) - maybe you are only allowed to run php scripts in some locations on the webserver, and as vbulletin works, it seems its directory works fine...