Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #1  
Old 20th December 2008, 14:48
zIoN zIoN is offline
Member
 
Join Date: Nov 2008
Default
Posts: 4
Default TBDev problem
Right click is not working
What is the problem ??
Reply With Quote
  #2  
Old 20th December 2008, 16:28
patz patz is offline
Senior Member
 
Join Date: Oct 2008
P2P
Posts: 16
Default
Quote:
Originally Posted by zIoN View Post
Right click is not working
What is the problem ??
is not a problem, is for security anyone can copy images
and can make your stylesheet

at my source ionutsami`source edited 70% i have option with disable or enable right click

Last edited by patz; 20th December 2008 at 16:32.
Reply With Quote
  #3  
Old 20th December 2008, 16:48
zIoN zIoN is offline
Member
 
Join Date: Nov 2008
Default
Posts: 4
Default
And how can i enable right click?
Reply With Quote
  #4  
Old 22nd December 2008, 11:08
johnake's Avatar
johnake johnake is offline
Senior Member
 
Join Date: Dec 2007
Posts: 52
Default
I think is that crappy javascript that disables right click (If I'm not mistaken this is used in netmaniak's source). It's crappy because it's useless. If I disable the javascript on the page, I can copy whatever image I like. ;).
The script is simmilar to this one:
Code:
<script>
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
return false;
}
function mousehandler(e){
var myevent = (isNS) ? e : event;
var eventbutton = (isNS) ? myevent.which : myevent.button;
if((eventbutton==2)||(eventbutton==3)) return false;
}
document.oncontextmenu = mischandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;
</script>
<!-- right click end -->
It can be found in bittorrent.php, between the <head></head> sections.
Good luck!
__________________
PHP Code:
class mySelf extends World
   
{
       public 
$health;
       private 
$friends;
       protected 
$love;
  
   public function 
__construct()
  {
       
$this->health 100;
       
$this->friends 2;
       
$this->love true;
  }
  protected function 
__love()
  { 
      
//has a bug... for the moment...
      //will fix it later.. until then:
      
sleep(15*365*24*3600);
  }

Reply With Quote
Reply

Tags
problem , tbdev

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with TBDEV Tracker - Torrents problem M4d4lyNn TBDev 0 15th January 2010 08:49
announce.php tbdev-problem bsf TBDev 11 11th January 2010 23:38
Problem on TBDev lovebeer Community Cafe 1 25th July 2009 10:21
tbdev tracker problem AwakeN Community Cafe 0 14th June 2009 09:13
TBdev Small Problem wrestleman TBDev 2 31st May 2009 16:52



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