Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » General Help for 2.X » Installation tutorial (bugs solved) for phpMyBitTorrent2.0.4-repack (phpBB 3.0.5)(some bugs and solutions With phpBB install and session id)
Installation tutorial (bugs solved) for phpMyBitTorrent2.0.4-repack (phpBB 3.0.5) [message #3728] Wed, 10 March 2010 13:18 Go to next message
zAzU is currently offline zAzU  Romania
Messages: 14
Registered: March 2010
Location: Romania
Leecher

Install as explained in setting-up.txt attached

now the bugs:

1. at Stage #3, installation of phpBB3 forum does not start untill you edit install.php from install folder:
search for:
$user = new user();
replace with:
$user =new userbb();

2. most of you should have cookie problems generated from the incompatibility between phpBB 3.0.5 and php 5.3.x version. the forum will use sid (session ID) instead of cookies - in your browser's adress bar, when you point to forum location (eg:http://yourdomain.com/phpBB3/) after login, you'll see sid number in address (eg: http://yourdomain.com/phpBB3/index.php?sid=a8671a77946a0ee29 ea73abec4b441). due to this error, you will not be able to login to integrated forum.
the fix:

includes/functions.php
#
#---- [FIND] ----
#
if (!isset($_REQUEST[$var_name]) || (is_array($_REQUEST[$var_name]) && !is_array($default)) || (is_array($default) && !is_array($_REQUEST[$var_name])))
#
#---- [REPLACE WITH] ----
#
$super_global = ($cookie) ? '_COOKIE' : '_REQUEST';
if (!isset($GLOBALS[$super_global][$var_name]) || is_array($GLOBALS[$super_global][$var_name]) != is_array($default))
#
#---- [FIND] ----
#
$var = $_REQUEST[$var_name];
#
#---- [REPLACE WITH] ----
#
$var = $GLOBALS[$super_global][$var_name];
#
#---- [SAVE] ----
#
#
#---- [OPEN] ----
#
styles\xxxxxx\template\posting_smilies.html
#
#---- [FIND] ----
#
<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;">
#
#---- [REPLACE WITH] ----
#
<a href="#" onclick="initInsertions();insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;">
#
#---- [SAVE] ----
#
#
#---- [OPEN] ----
#
includes/functions_privmsgs.php
#
#---- [FIND] ----
#
unset($rowset[$id]);
#
#---- [REPLACE WITH] ----
#
unset($rowset[$i]);
#
#---- [SAVE] ----
#
that should do the trick.

any other fixes i'll find should be published here, in this topic.


zAzU
http://www.danasoft.com/sig/zAzU94304.jpg

[Updated on: Tue, 16 March 2010 02:29] by Moderator

Report message to a moderator

Re: Installation tutorial (bugs solved) for phpMyBitTorrent2.0.4-repack (phpBB 3.0.5) [message #3755 is a reply to message #3728] Sun, 14 March 2010 20:12 Go to previous messageGo to next message
medspars is currently offline medspars  United States
Messages: 6
Registered: March 2010
Location: Parish, New York
Leecher
Just completed a full reinstall from scratch with the fixes. All goes well until: Surprised

I try to go to the board index. Shocked


Fatal installation error

index.php [ 339 ]

No installation modules found


PS:

Prier to this I had to rermove the ./../ base location from a file I can't remember; I think it was the index.php.

[Updated on: Sun, 14 March 2010 20:34]

Report message to a moderator

Re: Installation tutorial (bugs solved) for phpMyBitTorrent2.0.4-repack (phpBB 3.0.5) [message #3756 is a reply to message #3755] Sun, 14 March 2010 20:51 Go to previous messageGo to next message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

go to admin panel. Forum Integrating. phpbb3 and turn forum share off. your forums need to be installed. try after. yousite.com/phpBB3/install.php

Notice [message #3760 is a reply to message #3756] Tue, 16 March 2010 02:30 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
This is only for install issue and or login problems!

http://a.imageshack.us/img831/5562/mybikes.png
Re: Installation tutorial (bugs solved) for phpMyBitTorrent2.0.4-repack (phpBB 3.0.5) [message #3793 is a reply to message #3728] Thu, 01 April 2010 12:37 Go to previous messageGo to next message
Fantazy is currently offline Fantazy  Sweden
Messages: 69
Registered: April 2010
Seeder
I have made it to step 3 and then it's stop.

I have these files in phpBB3 install folder, install_install.php and install_main.php and install_convert

so in what file am i going to change to $user =new userbb();

I have tried to find it but no luck...

Or is it in index.php in install folder? There i can find the row?

And yes i'm pretty new to this.


EDIT: I got i to work, thanx anyway.



http://img26.imageshack.us/img26/443/42918339485.jpg

[Updated on: Thu, 01 April 2010 12:58]

Report message to a moderator

Re: Installation tutorial (bugs solved) for phpMyBitTorrent2.0.4-repack (phpBB 3.0.5) [message #5890 is a reply to message #3728] Sat, 24 December 2011 22:55 Go to previous message
pennst26 is currently offline pennst26  Germany
Messages: 6
Registered: October 2011
Leecher
Thank You!
This fixed my login issues for the forums......
Now I can begin work again.

I still have an SSL error when using https:// on tracker url
works flawless on the site and forums
Previous Topic:apache2 log errors
Next Topic:Upload external torrents
Goto Forum:
  


Current Time: Thu Feb 09 14:22:45 GMT 2012

Total time taken to generate the page: 0.00696 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software