Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
Thread Tools
  #1  
Old 31st January 2011, 01:30
Danix's Avatar
Danix Danix is offline
Senior Member
 
Join Date: Jul 2008
Bulgaria
Posts: 37
Thumbs up XXX Torrents Confirm Dialog Box
Hello people...
This is my little modification...
To view torrents details in XXX category, users first make confirm dialog box...

Here we go:
1. Open details.php and find line
PHP Code:
stderr($lang->global['error'], $lang->global['torrentbanned']); 
2. After line paste this
PHP Code:
//XXX Torrents Confirm Dialog by Danix
elseif ($torrent["category"] == "??")
{
    
$alert = ('
                <script type="text/javascript">
                    //<![CDATA[
                    var alert = confirm("'
.$lang->global['xxxtorrent'].'")
                    if (alert)
                    {
                        alert("'
.$lang->global['xxxtorrent'].'")
                    }
                    else
                    {
                        window.location = "'
.$BASEURL.'/";
                    }
                    //]]>
                </script>'
);
    echo 
$alert;

in first line replace ?? with your XXX Torrent Category ID.

P.S. - If you are using Subcategory in XXX Torrent Category replace first line with this
PHP Code:
elseif ($torrent["category"] == "??" OR $torrent['category'] == "??" OR $torrent['category'] == "??"
and replace ?? with your XXX Torrent Category and Subcategory ID.

3. Open global.lang.php in folder /include/languages/English and paste this in bottom of page
PHP Code:
    'xxxtorrent'                        =>'I confirm that i have over 18 years!',//Added by Danix 
before
PHP Code:
);
?> 
That is fellas...
And don't forget to says Thanks...

Last edited by Danix; 31st January 2011 at 01:34. Reason: update...
Reply With Quote
The Following 18 Users Say Thank You to Danix For This Useful Post:
aMiGo1972 (31st January 2011), bodinho (24th November 2011), DAKz (23rd June 2011), Edgein (2nd February 2011), fireman (11th February 2011), gabkoko (2nd February 2011), lexta (16th March 2011), Marco (1st February 2011), mmisu120000 (13th February 2011), nikosuk (19th March 2011), Omenke (1st February 2011), peiratikos (11th November 2011), Protheush (13th August 2017), smoky28 (27th March 2011), Titya (3rd February 2011), Tones (30th October 2012), vulongvy (5th April 2012), youacehole (5th September 2011)
Reply

Tags
confirm , dialog , torrents , xxx


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