Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Community Cafe
Reply
Thread Tools
  #1  
Old 27th February 2014, 12:23
select94 select94 is offline
Member
 
Join Date: Oct 2011
P2P
Posts: 4
Default Security
Hi every one. I'am trying to start tracker, but I can't find security mods for TBDEV 08...

The source is: http://www.bvlist.com/downloads/9106-best-torrents.html please help me to secure it.

Thank you.
Reply With Quote
  #2  
Old 27th February 2014, 17:18
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by select94 View Post
Hi every one. I'am trying to start tracker, but I can't find security mods for TBDEV 08...

The source is: http://www.bvlist.com/downloads/9106-best-torrents.html please help me to secure it.

Thank you.
What do you mean by security?
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #3  
Old 27th February 2014, 18:23
select94 select94 is offline
Member
 
Join Date: Oct 2011
P2P
Posts: 4
Default ..
Security .. close the holes so the hackers can not hack the tracker!
Reply With Quote
  #4  
Old 28th February 2014, 00:03
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by select94 View Post
Security .. close the holes so the hackers can not hack the tracker!
Well first setup a white list for your staff where by if someone happens to promote him or her self to staff and isn't in the white list they will be banned.

2)Sanitze all you $_POST and $_GET

Code:
function sanitize($data) {
 
    $data = trim($data);
    if(get_magic_quotes_gpc())
        $data = stripslashes($data);
    if(is_numeric($data) && preg_match('/\./', $data))
        $data = floatval($data);
    elseif(is_numeric($data))
        $data = intval($data);
    else
        $data = mysql_real_escape_string($data);
 
    return $data;
}
Usage

Code:
$username = sanitize($_POST["username");
3) If you are not comfortable with coding, then rather choose a secure source code.
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #5  
Old 28th February 2014, 00:46
select94 select94 is offline
Member
 
Join Date: Oct 2011
P2P
Posts: 4
Default sanitize
Thank you very mutch..i will sanitize them and that's all , or there have another security mods?

P.S. Can I use the maxsysop function instead that white list?

Bump:
Quote:
Originally Posted by select94 View Post
Thank you very mutch..i will sanitize them and that's all , or there have another security mods?

P.S. Can I use the maxsysop function instead that white list?
Please help.

// Sorry for my bad english. //
Reply With Quote
Reply

Tags
security


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 07:56. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.