Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #21  
Old 9th October 2011, 17:04
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default wish it was a b00b fest
lol
__________________

7.5 tsse
future tracker source & hosting, vps
trackers installs + Themes
http://www.foxyhosting.co.uk
http://www.downmy.top testing zone
offshore vps & cpanel hosting & Shoutcast & VPN
STOP cyberbullying
any setups tracker installs vps hosting vps setups themes mods hit me up
over the last three months ive become a snake breeder,pythons,hogs,boa,corn,rat,king,carpet and what joy it is


Reply With Quote
  #22  
Old 9th October 2011, 17:17
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs up
Quote:
Originally Posted by DAKz View Post
This has turned into a n00b fest to on how to upload torrents, used to be if you posted here you had to actually include lines of code.
yes i know you know what thay are like so have to do a ABC board for them before you know thay back asking on how to upload hahahahahaha


for those who do not like the NB-TOP open your -- phpMyAdmin SQL Dump
And add this


PHP Code:
INSERT INTO `stylesheets` (`id`, `uri`, `name`, `phpbb_style`) VALUES
(2'NB-Blue''NB-Blue''default_phpbb_style'),
(
1'NB-Black''NB-Black''default_phpbb_style'); 
Or you can Add themes in your Staff CP and Del theme and ADD them you will see 4 to use ill make more theme for this code when i have time

Last edited by wMan; 9th October 2011 at 17:59.
Reply With Quote
  #23  
Old 9th October 2011, 18:34
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
maybe good to mention on first post.

create directory import and chmod 777 for torrent-import

trying to add script to import my users from TT table to H20

so far i have below but get white page.

Code:
<?php

require_once("backend/functions.php");
dbconn(false);
loggedinonly();

# Table Names
$old_tableprefix = "users2";
// Old table name
$new_tableprefix = "users";

//New Table Name
$query = do_mysql_query("SELECT id, username, email, added, secret, password, uploaded, downloaded, gender, status FROM {$old_tableprefix}") or sqlerr(__FILE__,__LINE__);


stdhead("userimport");

begin_frame("userimport");

echo "I will try to update user table --> ";

$count=0;
while ($olduser = mysql_fetch_array($query))

{

$id = sqlesc($olduser['id']);
$username = sqlesc($olduser['username']);
$password = sqlesc($olduser['password']);
$secret = sqlesc($olduser['secret']);
$email = sqlesc($olduser['email']);
$added = sqlesc($olduser['added']);
$uploaded = sqlesc($olduser['uploaded']);
$downloaded = sqlesc($olduser['downloaded']);
$gender = sqlesc($olduser['gender']);
$status = sqlesc($olduser['status']);

do_mysql_query("INSERT INTO {$new_tableprefix} (id,username,email,password,secret,added,uploaded,downloaded,gender,status)
VALUES ($id, $username, $email, $password, $secret, $added, $uploaded, $downloaded, $gender, $status)");
$count++;
}

echo "Done..Total {$count} users has been updaded...Note: All users should recover their password...";

end_frame();

stdfoot();

?>
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details

Last edited by daffy; 10th October 2011 at 11:44.
Reply With Quote
  #24  
Old 10th October 2011, 12:39
djbaxter djbaxter is offline
Member
 
Join Date: Aug 2009
P2P
Posts: 4
Default blank page
i have blank page what i do?
Reply With Quote
  #25  
Old 10th October 2011, 13:31
RIAS's Avatar
RIAS RIAS is offline
Member
 
Join Date: Aug 2011
P2P
Posts: 14
Question Pleace help
Can a download link?
Reply With Quote
  #26  
Old 10th October 2011, 13:35
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
trying to add script to import my users from TT table to H20

so far i have below but get white page.
fuck nose, asked that myself

check your apache server error log and we will both know, i have this setup on a shared host and i cant get acces to it grrrr
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
  #27  
Old 10th October 2011, 13:50
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
Quote:
Originally Posted by daffy View Post
fuck nose, asked that myself

check your apache server error log and we will both know, i have this setup on a shared host and i cant get acces to it grrrr
read first post im doing updates on it will be back when done all updates
Reply With Quote
  #28  
Old 10th October 2011, 13:53
cooly's Avatar
cooly cooly is offline
Senior Member
 
Join Date: Jun 2011
United Kingdom
Posts: 26
Default
Quote:
Originally Posted by daffy View Post
fuck nose, asked that myself

check your apache server error log and we will both know, i have this setup on a shared host and i cant get acces to it grrrr
hmm does do_mysql_query exist as a function cant tell since the dl is removed.
Reply With Quote
  #29  
Old 10th October 2011, 14:13
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
I do not support this source code But I don't support the removal ether.
Attached Files
File Type: rar H20tracker.rar (13.21 MB, 120 views)
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
The Following User Says Thank You to joeroberts For This Useful Post:
DAKz (11th October 2011)
  #30  
Old 10th October 2011, 14:37
cooly's Avatar
cooly cooly is offline
Senior Member
 
Join Date: Jun 2011
United Kingdom
Posts: 26
Default
cheers nice db dump in backups there.
Reply With Quote
Reply

Tags
h20tracker , sourcecode

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 10:33. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.