Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   H20tracker Sourcecode (http://www.bvlist.com/showthread.php?t=7077)

x360zone 9th October 2011 17:04

wish it was a b00b fest
 
lol

wMan 9th October 2011 17:17

Quote:

Originally Posted by DAKz (Post 30540)
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:muscle:


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

daffy 9th October 2011 18:34

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:


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();

?>


djbaxter 10th October 2011 12:39

blank page
 
i have blank page what i do?

RIAS 10th October 2011 13:31

Pleace help
 
Can a download link?:sad:

daffy 10th October 2011 13:35

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

wMan 10th October 2011 13:50

Quote:

Originally Posted by daffy (Post 30564)
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:muscle:

cooly 10th October 2011 13:53

Quote:

Originally Posted by daffy (Post 30564)
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.

joeroberts 10th October 2011 14:13

1 Attachment(s)
I do not support this source code But I don't support the removal ether.

cooly 10th October 2011 14:37

cheers nice db dump in backups there.


All times are GMT +2. The time now is 11:30.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.