Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » Development of 2.X » Phpmybitorrent forums (integrated forums)
Phpmybitorrent forums [message #4193] Sun, 30 May 2010 10:07 Go to next message
firefly007 is currently offline firefly007  
Messages: 79
Registered: May 2010
Seeder
Hey joe what do I need to do to make the forums work in 1thank theme.


Re: Phpmybitorrent forums [message #4194 is a reply to message #4193] Sun, 30 May 2010 10:10 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
add the forum theme to the theme dir and modd it to fit!

http://a.imageshack.us/img831/5562/mybikes.png
Re: Phpmybitorrent forums [message #4195 is a reply to message #4194] Sun, 30 May 2010 10:16 Go to previous messageGo to next message
firefly007 is currently offline firefly007  
Messages: 79
Registered: May 2010
Seeder
joe I have done that joe
when i type in http://p2pza.co.za/forums.php it gives me a blank page what must i do


Re: Phpmybitorrent forums [message #4196 is a reply to message #4195] Sun, 30 May 2010 10:36 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
did you make all the data base changes?


http://a.imageshack.us/img831/5562/mybikes.png
Re: Phpmybitorrent forums [message #4197 is a reply to message #4195] Sun, 30 May 2010 11:15 Go to previous messageGo to next message
firefly007 is currently offline firefly007  
Messages: 79
Registered: May 2010
Seeder
what changes must i do ?


Re: Phpmybitorrent forums [message #4198 is a reply to message #4197] Sun, 30 May 2010 11:21 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
Read the install.txt!!!

http://a.imageshack.us/img831/5562/mybikes.png
Re: Phpmybitorrent forums [message #4199 is a reply to message #4197] Sun, 30 May 2010 14:49 Go to previous messageGo to next message
firefly007 is currently offline firefly007  
Messages: 79
Registered: May 2010
Seeder
ok joe I have put the forum lang folder in the lang folder still says its not config correctly .

Re: Phpmybitorrent forums [message #4200 is a reply to message #4199] Sun, 30 May 2010 15:02 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
READ THE DAM INSTALL.TXT!!!!!

http://a.imageshack.us/img831/5562/mybikes.png
Re: Phpmybitorrent forums [message #4201 is a reply to message #4193] Sun, 30 May 2010 15:10 Go to previous message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

joes install to forums

step 1
upload
forums.php
admin-forums.php
moresmiles.php
to your tracker root directory

step 2
Upload
forums folder to each of your theme directorys
run the sql file in your data base

step 3
open include/class.user.php

find

$this->id = $row["id"];
$this->name = $row["username"];
$this->nick = $row["name"];
$this->level = $row["level"];
$this->theme = $row["theme"];
$this->group = $row["can_do"];
$this->email = $row["email"];
if (file_exists("./language/".$row["language"].".php"))
$this->ulanguage = $row["language"];
else
$this->ulanguage = 'english';
$this->passkey = $row["passkey"];
$this->act_key = $row["act_key"];
$this->uploaded = $row["uploaded"];
$this->downloaded = $row["downloaded"];
$this->modcomment = $row["modcomment"];
$this->invites = $row["invites"];
$this->invitees = $row["invitees"];
$this->seedbonus = $row["seedbonus"];
$this->can_shout = $row["can_shout"];
$this->lastlogin = $row["lastlogin"];
$this->user_torrent_per_page = $row["torrent_per_page"];




and replace with



$this->id = $row["id"];
$this->name = $row["username"];
$this->nick = $row["name"];
$this->level = $row["level"];
$this->theme = $row["theme"];
$this->group = $row["can_do"];
$this->email = $row["email"];
if (file_exists("./language/".$row["language"].".php"))
$this->ulanguage = $row["language"];
else
$this->ulanguage = 'english';
$this->passkey = $row["passkey"];
$this->act_key = $row["act_key"];
$this->uploaded = $row["uploaded"];
$this->downloaded = $row["downloaded"];
$this->modcomment = $row["modcomment"];
$this->invites = $row["invites"];
$this->invitees = $row["invitees"];
$this->seedbonus = $row["seedbonus"];
$this->can_shout = $row["can_shout"];
$this->lastlogin = $row["lastlogin"];
$this->forumbanned = (($row["forumbanned"]== 'yes')? true : false);
$this->user_torrent_per_page = $row["torrent_per_page"];

step 4
go to admin=>level and create new Access modforum
You well need to edit level owner from data base
set who you want to be forum moderators to true


Notice to 2.0.5repack users you well need to add

if (defined('IN_PMBT'))die ("You can't include this file");
define("IN_PMBT",true);

to

all the files you added to your root

forums.php
admin-forums.php
just before
include "header.php";
in
moresmiles.php just before
require_once("include/config.php");

step 5
Now go to yoursite/admin-forums.php
create your new catigories first
then
create your new forums


Remember this is stell in testing mode so report all errors to
http://www.phpmybittorrent.com/forum/index.php/t/757/6/


[Updated on: Sun, 30 May 2010 15:13]

Report message to a moderator

Previous Topic:Templates of Remain with Current?
Next Topic:Lenguaje EspaƱol ::(es-CO):: Spanish language
Goto Forum:
  


Current Time: Wed Feb 08 05:23:07 GMT 2012

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

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