Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=93)
-   -   Admin add user (http://www.bvlist.com/showthread.php?t=4861)

joeroberts 18th April 2010 04:03

Admin add user
 
you well need to files first is admin/files/add_user.php
[code] /*
*----------------------------phpMyBitTorrent V 2.0-----------------------------*
*--- The Ultimate BitTorrent Tracker and BMS (Bittorrent Management System) ---*
*-------------- Created By Antonio Anzivino (aka DJ Echelon) --------------*
*------------- http://www.p2pmania.it -------------*
*------------ Based on the Bit Torrent Protocol made by Bram Cohen ------------*
*------------- http://www.bittorrent.com -------------*
*------------------------------------------------------------------------------*
*------------------------------------------------------------------------------*
*-- This program is free software; you can redistribute it and/or modify --*
*-- it under the terms of the GNU General Public License as published by --*
*-- the Free Software Foundation; either version 2 of the License, or --*
*-- (at your option) any later version. --*
*-- --*
*-- This program is distributed in the hope that it will be useful, --*
*-- but WITHOUT ANY WARRANTY; without even the implied warranty of --*
*-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --*
*-- GNU General Public License for more details. --*
*-- --*
*-- You should have received a copy of the GNU General Public License --*
*-- along with this program; if not, write to the Free Software --*
*-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --*
*-- --*
*------------------------------------------------------------------------------*
*------

ahmedtm1 18th April 2010 07:34

Thank You Mr.Joeroberts

Giorgatzelos 12th June 2010 18:33

It says you can't access this file directly...permissions issues maybe?
I pasted the scripts to emty.txt,renamed as you said to add_user.php and then uploaded where u said plus the image at the end...but the message
Quote:

you can't access this file directly appears

joeroberts 13th June 2010 09:42

Quote:

Originally Posted by Giorgatzelos (Post 23467)
It says you can't access this file directly...permissions issues maybe?
I pasted the scripts to emty.txt,renamed as you said to add_user.php and then uploaded where u said plus the image at the end...but the message

replace this line
PHP Code:

if (!defined('IN_PMBT')) die ("You can't access this file directly"); 

with
PHP Code:

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



All times are GMT +2. The time now is 22:09.

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