![]() |
Quote:
|
Jerry, can you make it to support PunBB?
|
I'd guess the phpBB2 settings would work.
|
i import my forum from phpbb 3.0.2 to VB 7.3.4 ...
can it work on as a phpmm 3.0.2 importing... if it working so how to install it.. thanks in ADVNS new soft world |
Hi everyone,
Can someone help me? I have installed this mod but dont know if is working... My old forum: http://www.viciadosnosexo.com (ADULT) My new forum: http://www.viciadosnosexo.com/forum/ (ADULT) Try to write this in google: site:viciadosnosexo.com And click in a link that ends in .html It is working? Or not? Also one thing... the 404_actions table is empty for a while. It is normal? Please help me fixing this... Thank you! |
I'm sorry. What exactly do I do? Just edit paths and copy the 404.php to the root and that's it? Please provide more details. Thanks!
|
I need help too. My old forums were powered by smf 1.1.7. I need some help on how to set this up! I'm lost and Google is going to spit on my site!
|
I'm hoping to obtain the same thing as you guys.
I don't fancy adding every page on my site to the .htaccess for a 301 redirect. Mainly because of the time consumption! |
Well there is going to be a major change to this script soon as I'm going to be dealing with ImpEx2 soon that that will be using a separate MEMORY table that stores all the source/target id's (basically foreign keys with source import id).
This will allow for multi import 301 re-directs as there will be now the concept of a phase id, which is a new id for each whole form import. i.e. each merge import you do is a phase and has it's own ID. (p.s. yes this will allow for differential imports ;) ). There has been enough major boards and requests for this now. i.e. if one board assimilates 4 others with 4 merge imports, they will want 4 unique 301 handlers. And so they will be 4 phase id's to handle that. Also to address the "Hey you only hard coded a few systems, mine isn't supported" ..... I'm going to try to add a drop in module system, much the same as impex itself that will allow for something along the lines of : "Ah, phase 2 is a phpBB3 -> vB import, I'll set the phase id in the 301 config file and drop in the module for 301 that is set for my urls". So then you can ensure that systems are supported. I'm guessing that the Tier 1 systems will be handled with logging so you'll get viability of the amount of SE redirects. |
created my own solution.
Thanks |
Hi,
This is what I am looking for, i am about to convert over to vb from phpbb2. Are these steps still correct for vb 3.8.1 |
I imported from old vB to new version using Impex, and had the same problem. All threadIDs were different from what they were in my old forum, because I deleted some threads in between.
However instead of using the 404 method, I deleted the "threadid" column in my database and renamed the "importthreadid" column as "threadid" Now all my threads are having same "threadid" as previous forum Can anyone tell me if this has any adverse affects or what I did is wrong? Everything seems to working fine and it took me just 5 mins to do this. What's the advantage of using the 404 method described in this thread? Thanks. EDIT: Its actually not working properly. Can someone tell me if its possible to change the new ids with the ones in the importids column and would this work ? |
Any help with the code for smf 1.x.x ?
I'm hoping to go live with my vb soon as I'm pretty much done customising it |
Quote:
yes, more info please. I saw raference to a readme.txt what was made, but could not find it. what does one do with the lines below, as it says to customise? PHP Code:
|
I have phpbb2 installed in the root folder and I will be instaling vbulletin in the root folder,
Will this work? |
When I try this is redirects to the normal 404.shtml file I have.
Then in debug mode: Action :: SQL :: REQUEST_URI :: /vbtest/404.php Any thoughts? |
-----------
|
i like this mod - even if it is "unsupported"
i've been thinking - perhaps it may also be useful if (in addition to the logging) we could make use of the moderator queue or report post. this way the mods can edit the posts, refer to the notes of the mod queue which shows the link to the new database id - then edit the post and release from the queue. this could potentially alleviate the extra db load this script is using on the server. another option is to provide an admincp script that lists the log - which can be used to edit posts. |
Has anyone used this in a move from EVE to VB? It seems like it is pretty straight forward, I am just unclear where these variables go:
Forum http://www.oldforum.com/eve/forums/a/frm/f/540103904 Thread http://www.oldforum.com/eve/forums/a...04/m/241103031 User http://www.oldforum.com/eve/personal...e&u=4131095313 Main http://www.oldforum.com/eve/ Can anyone give me a hand or point me in the right direction? Thanks, Dave |
I can use one for MyBB 1.4
|
Does it work with phpbb3?
i had phpbb seo url rewrite mod installed , how to redirect the urls? |
i really need a phpbb3 redirect 404 script!!! please its important . the most users here coming from phpbb3 share please youre code!!!!
|
This might be the best thing ever!!!
The main reason that I have put up the move to vbulletin from my old forum (punbb) has been the URL issue. When I finally decided to migrate I thought I would need to hack something myself and then I find this :D:D |
Hello
i don't know how to use it where i can put it? do the import from phpbb3 to vb4 and then use it or what? and can i try it on local server? |
please i want file like (404.php) support old system ( mybb )
the 404.php here supported : 'phpBB2' 'ubb.threads' 'vb3' 'ipb2' plz help me i'am waite |
plz help me
|
i'am waite
|
plz help me
|
Hi, I haven't tried this yet, I'm importing a phpbb2 to VB 4.0.1
Do I import with Impex first, and then run this script? And... where does this 404.php file go, which folder? Thanks. |
Any way to use it with Smf 2.0?
I want to redirect my old SMF URLS, to my new vbulletin Urls. I can help to test it, The urls of smf are like this BOARDS: index.php?board=XX TOPICS: index.php?topic=371036.0 USERS: index.php?action=profile;u=236193 |
for those asking for phpbb3, this script will work for that with a few mods.
I successfully used it this weekend for a phpbb3 -> vb4 CMS swap. Works just fine. |
OK, here's what I did. Keep in mind it may not work for you, depending on your setup.
I was upgrading from phpbb 3.0.3 to vB CMS 4.0. the old forum was on www.mydomain.com/forum. The new CMS was installed in the root. Most of the code works just fine, but here's exactly what I changed from the default 404.php you can download off of this page (as of today anyway). change Code:
$old_folder = 'phpBB/'; Code:
$old_folder = 'forum/'; change Code:
$standard_404 = 'http://www.example.com/not_found.html'; Code:
$standard_404 = 'http://www.mydomain.com/404.shtml'; change Code:
$new_domain = 'example'; Code:
$new_domain = 'www.mydomain.com'; change Code:
$new_folder = 'vBulletin/'; Code:
$new_folder = ''; changed the user, password and database variables to my particular values. Inside Code:
switch ($old_system) Code:
$old_thread_script = "viewtopic{$old_ext_type}?t="; Code:
$old_thread_script = "viewtopic{$old_ext_type}?f="; inside Code:
// It's for the old forum Code:
$old_id = intval(substr(substr($_SERVER['REQUEST_URI'], 2), 0, strpos(substr($_SERVER['REQUEST_URI'], 2), '&'))); replace that line with: Code:
$topic_loc = strpos($_SERVER['REQUEST_URI'],"&t="); That's it. I uploaded that to the root of my account, and made a .htaccess file with this line in it: Code:
ErrorDocument 404 /404.php Code:
<?PHP |
I couldnt get the topic redirection right, only for members.
the example old link in google always in this format: www.siasat.pk/forum/viewtopic.php?f=34&t=12541 I am using basic friendly urls, this is new vb4 features. the url generated by it something like this. notice there is only topic number. http://www.siasat.pk/forum/showthrea...ing-Blackwater. any help Pitro would be great. |
Quote:
|
Thanks!!
I've upgrade a phpBB 3.0.7 forum to vBulletin 4.0.6 PL1 successfully. Redirects working fine!!! |
Quote:
I've upgraded from phpBB but it was with SEO Mod to vBulletin. Now struggling to understand what I am supposed to do. |
Does this work with several types of old forums at once, or are you limited to using one at a time?
|
No updates for SMF ?
I appreciate the work. But including only a few boards is not good enough. Regards |
Quote:
|
OK I'm in a bit of a panic. I just switched from phpBB3 to vBulletin and all my Google links have totally screwed up. This have resulted in traffic I've carefully built up for 2 years going off the edge of a cliff. I had no idea that this would happen!!!
Here's an example of a link that comes up in google to my old phpBB board. PHP Code:
PHP Code:
Can anyone explain to me a step-by-step guide how to solve my problem. And please explain it to me like I'm 2 years old because I'm not joking - I really don't have a clue what to do and where to start. I would really appreciate some help. I really need to get this fixed fast so my Google ranking doesn't get destroyed. |
All times are GMT. The time now is 06:45 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|