Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Template Shares 5.6 - WDW Edition (http://www.bvlist.com/showthread.php?t=4720)

Viny 4th December 2012 15:09

ty man

EMPEREUR1 5th December 2012 07:00

Powered by WDW v.3.1
 
Powered by WDW v.3.1 ???? VERSION 3.1

mmisu120000 5th December 2012 21:16

Quote:

Originally Posted by EMPEREUR1 (Post 37930)

It's the version of my tracker, not the version of TSSE ...

I'm using a TSSE 5.6 modded by me mostly ...

911 17th December 2012 18:38

thanks for all your hard work and for sharing this with the community. so the best to install this would be to first go thru all pages of this thread to fix the errors, and only then upload it to server!? thanks :)

popoff 22nd January 2013 11:54

upload error
 
Quote:

Originally Posted by hellokid (Post 22055)
When I Upload torrent, error occur :

Code:

Mysql puked: Unknown column 'genre' in 'field list'
Solved!

I try .sql in root to import in database by phpmyadmin. If installation will be error when Upload a torrent!

i am getting this error message but i didn't see a reply can some one please help thanks

antibiotic1 1st February 2013 00:32

Hi! I had installed tsse 5.6 and it was working fine. Then i tried to change the default template look, background.gif and other tings. When i was doing that i had logged to my site from chrome, opera mozilla(from same account) and then my site stopped working. Now it shows only blank page http://torrentmk.tk/
Any help? ps.It is free webhosting hourb.com/

x360zone 1st February 2013 11:10

hi
 
free hosting wont cut it mate to be honest damn big differance in free and paid and only 1.00 a month for cpane1 hosting
and couple of pound for a vps and if you need help setitng it up i could help a little:music:

dragon38 3rd April 2013 19:39

Urgent thank you
 
hello, i a problem when i finished making my prez and I clik on its next-step makes me a blank page.
i hope you could find a solution.
thank you in advance

TheGodRo 4th April 2013 22:13

Site error: the file C:\xampp\htdocs\include\benc.php requires the ionCube PHP Loader ioncube_loader_win_5.2.dll to be installed by the site administrator.

In what folder should i install this?

hegylako 4th June 2013 21:11

accents error
 
hi
Shoutbox is not good for accents, what's the solution?
can you help mean?

z3ro 4th June 2013 21:29

re
 
1 Attachment(s)
Quote:

Originally Posted by hegylako (Post 41068)
hi
Shoutbox is not good for accents, what's the solution?
can you help mean?

not understand good wdw edition very good

You not good configuration

hegylako 4th June 2013 22:28

Quote:

Originally Posted by Próba12 (Post 41069)
not understand good wdw edition very good

You not good configuration


ok
thanks for the answer
I do not understand what is not good in coding

charset = iso-8859-2

z3ro 5th June 2013 16:33

1 Attachment(s)
Quote:

Originally Posted by hegylako (Post 41070)
ok
thanks for the answer
I do not understand what is not good in coding

charset = iso-8859-2

ope tracker settigs and edit theme and language

hegylako 8th June 2013 11:45

re
 
Quote:

Originally Posted by Próba12 (Post 41080)
ope tracker settigs and edit theme and language


thanks
page setting is good, but I do not jelenítti the accented letters for some reason

FENIX 17th June 2013 16:59

help genre
 
1 Attachment(s)
:sos: Hello .wants to change the genre ... and no. How to enable?
sees staff
Uploaders can not see genre:sos: BIG HELP PLEASE :D

firefly007 17th June 2013 17:58

Quote:

Originally Posted by FENIX (Post 41154)
:sos: Hello .wants to change the genre ... and no. How to enable?
sees staff
Uploaders can not see genre:sos: BIG HELP PLEASE :D

?

I don't understand?

Please explain in more detail!

FENIX 17th June 2013 18:43

1 Attachment(s)
this


:sos:

firefly007 17th June 2013 18:52

Quote:

Originally Posted by FENIX (Post 41158)
this

You will need to wrap that part arround a session could you paste you upload.php here please.

FENIX 17th June 2013 19:24

2 Attachment(s)
:ok:my upload and edit php

firefly007 17th June 2013 20:32

Quote:

Originally Posted by FENIX (Post 41160)
:ok:my upload and edit php

upload.php

PHP Code:

<?php
/*
************************************************
*=============[WDW Tracker  v.5.6]=============*
************************************************
*              Special Thanks To               *
*        DrNet - wWw.SpecialCoders.CoM         *
*          Vinson - wWw.Decode4u.CoM           *
*    MrDecoder - wWw.Fearless-Releases.CoM     *
*           Fynnon - wWw.BvList.CoM            *
*==============================================*
*   Note: Don't Modify Or Delete This Credit   *
*     Next Target: WDW Tracker v5.7     *
*     TS SE WILL BE ALWAYS FREE SOFTWARE !     *
************************************************
*/
require_once('global.php');
gzip();
dbconn();
loggedinorreturn();
maxsysop();
parked();

define ('UL_VERSION''2.6.2 ');

$lang->load('upload');
$is_mod is_mod($usergroups);

if (
$usergroups['canupload'] != 'yes')
{
    
print_no_permission(false,true,$lang->upload['uploaderform']);
    exit;
}

$query sql_query("SELECT canupload FROM ts_u_perm WHERE userid = ".sqlesc($CURUSER['id'])) or sqlerr(__FILE__,__LINE__);
if (
mysql_num_rows($query) > 0)
{
    
$uploadperm mysql_fetch_assoc($query);
    if (
$uploadperm['canupload'] == '0')
    {
        
print_no_permission(false,true,$lang->upload['uploaderform']);
        exit;
    }
}

$upload_step = isset($_GET['upload_step']) ? intval($_GET['upload_step']) : 2;

if (
$upload_step == AND strtoupper($_SERVER['REQUEST_METHOD']) == 'POST')
{
    
$subject trim($_POST['subject']);
    
$message trim($_POST['message']);
    if (!empty(
$subject))
    {
        
$query sql_query("SELECT id, name FROM torrents WHERE (name LIKE ".sqlesc("%".$subject."%")." OR descr LIKE ".sqlesc("%".$subject."%").")") or sqlerr(__FILE__,__LINE__);
        if ((
$total_results=mysql_num_rows($query)) > 0)
        {
            
$ptr='
            <form method="post" action="upload.php?upload_step=2">
            <input type="hidden" name="subject" value="'
.htmlspecialchars_uni($subject).'">
            <input type="hidden" name="message" value="'
.htmlspecialchars_uni($message).'">
            '
;
            while (
$torrent=mysql_fetch_assoc($query))
            {
                
$ptr .= '
                <tr>
                    <td><a href="'
.$BASEURL.'/details.php?id='.intval($torrent['id']).'">'.htmlspecialchars_uni($torrent['name']).'</a></td>
                </tr>
                '
;
            }
            
stdhead($lang->upload['head'].' - '.$lang->upload['u_step'].'2');
            echo 
'
            <table width="100%" border="0" cellpadding="5" cellspacing="0">
                <tr>
                    <td class="thead">
                        '
.$lang->upload['s_results'].' ('.$total_results.')
                    </td>
                </tr>
                <tr>
                    <td class="subheader">
                        '
.$lang->upload['s_results_title'].'
                    </td>
                </tr>
                '
.$ptr.'
                <tr>
                    <td align="center"><input type="submit" value="'
.$lang->upload['s_button1'].'"> <input type="button" value="'.$lang->upload['s_button2'].'" onclick="jumpto(\''.$BASEURL.'\')"></td>
                </tr>
            </table>
            </form>
            
            '
;
            
stdfoot();
            die;
        }
        else
        {
            
$upload_step 2;
        }
    }
}
else if (
$upload_step == AND strtoupper($_SERVER['REQUEST_METHOD']) == 'POST')
{
    
$subject trim($_POST['subject']);
    
$message trim($_POST['message']);
}
else if(
$upload_step == 3)
{
    
$tid intval($_GET['tid']);
    if (!
is_valid_id($tid))
    {
        
print_no_permission(true);
    }
    
$query sql_query("SELECT owner, name FROM torrents WHERE id = ".sqlesc($tid));
    
$row mysql_fetch_assoc($query);
    if (!
$row)
        
stderr($lang->global['error'], $lang->global['notorrentid']);

    if (
$CURUSER['id'] != $row['owner'] && !$is_mod)
        
print_no_permission(true);

    
$query sql_query("SELECT tid FROM ts_torrents_details WHERE tid = ".sqlesc($tid));
    if (
mysql_num_rows($query) > 0)
    {
        
stderr($lang->global['error'], $lang->upload['fierror']);
    }
    if (
strtoupper($_SERVER['REQUEST_METHOD']) == 'POST')
    {
        
$torrentname htmlspecialchars_uni($row['name']);
        
$video_info implode('~'$_POST['video']);
        
$audio_info implode('~'$_POST['audio']);
        
sql_query("INSERT INTO ts_torrents_details (tid,video_info,audio_info) VALUES ($tid, ".sqlesc($video_info).",".sqlesc($audio_info).")");

        
redirect('details.php?id='.$tid.'&uploaded=1'sprintf($lang->upload['writelog2'], $tid$torrentname$CURUSER['username']));
        exit();
    }
    
stdhead($lang->upload['head'].' - '.$lang->upload['u_step'].$upload_steptrue'supernote');
    echo 
'
    <form method="post" action="'
.$_SERVER['SCRIPT_NAME'].'?upload_step=3&tid='.$tid.'">
    <table width="100%" border="0" cellpadding="4" cellspacing="0">
        <tr>
            <td class="thead" colspan="2" align="center">'
.$lang->upload['head'].' - '.$lang->upload['u_step'].$upload_step.': '.$lang->upload['finfoh'].'</td>
        </tr>
        <tr>
            <td valign="top" align="right" width="10%">'
.$lang->upload['finfo'].'</td>
            <td>
                <table width="85%" border="0" cellpadding="2" cellspacing="0">
                    <tr>
                        <td colspan="2" class="subheader">"Bravo!!!"</td>
                    </tr>
                    
                </table>
            </td>
        </tr>
        <tr>
            <td colspan="2" align="center"><input type="submit" value="Termina uploadul"> <input type="reset" value="'
.$lang->global['buttonreset'].'"></td>
        </tr>
    </table>
    </form>
    '
;
    
stdfoot();
    die();
}

stdhead($lang->upload['head'].' - '.$lang->upload['u_step'].$upload_steptrue'supernote');
if (!empty(
$_GET['msg']))
{
    
stdmsg(htmlspecialchars_uni(base64_decode(trim($_GET['msg']))));
}
$str2 '';

if (
$privatetrackerpatch == 'yes')
{
    
$alink $announce_urls[0];
    
$str2 .= $lang->upload['alert1'];
    
$str2 .= sprintf($lang->upload['info'], $announce_urls[0]);
}
else
{
    
$str2 .= sprintf($lang->upload['info'], $announce_urls[0].'?passkey='.$CURUSER['passkey']);
    
$alink $announce_urls[0].'?passkey='.$CURUSER['passkey'];
}

if(!
is_writable($torrent_dir))
    
$str2 .= $lang->upload['alert2'];

if(empty(
$max_torrent_size))
    
$str2 .= $lang->upload['alert3'];

define('IN_EDITOR'true);
include_once(
INC_PATH.'/editor.php');

if (
$upload_step == 2)
{
    
$str '<form enctype="multipart/form-data" action="takeupload.php" method="post" name="upload" onsubmit="document.upload.submit.value=\' '.$lang->global['pleasewait'].'\';document.upload.submit.disabled=true">
    <input type="hidden" name="MAX_FILE_SIZE" value="'
.$max_torrent_size.'">';

    require_once(
INC_PATH.'/functions_category.php');
    
$showcategories ts_category_list('type',intval($_GET['type']));
    
//if ($usergroups['canstaffpanel'] == 'yes' && $usergroups['isstaff'] != 'yes' && $usergroups['issupermod'] != 'yes')
if ($usergroups['canstaffpanel'] == 'yes')
  {
    
$genre '<select name=genre> . <option value=0>Select genre</option>\n .
 "<option value=Action>Action</option>\n" .
 "<option value=Adventure>Adventure</option>\n" .
 "<option value=Anime>Anime</option>\n" .
 "<option value=Comedy>Comedy</option>\n" .
 "<option value=Fantasy>Fantasy</option>\n" .
 "<option value=Thriller>Thriller</option>\n" .
 "<option value=Horror>Horror</option>\n" .
 "<option value=Crime>Crime</option>\n" .
 "<option value=SciFi>SciFi</option>\n" .
 "<option value=Mind>Mind</option>\n" . 
 "<option value=Racing>Racing</option>\n" . 
 "<option value=Family>Family</option>\n" .
 "<option value=War>War</option>\n" .
 "<option value=Romance>Romance</option>\n" .
 "<option value=Musical>Musical</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Drama>Drama</option>\n" .
 "<option value=Reality-TV>Reality-TV</option>\n" .
 "<option value=Documentary>Documentary</option>\n" .
 "<option value=XXX>XXX</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Strategy>Strategy</option>\n" .
 "<option value=Shooter>Shooter</option>\n" .
 "<option value=RPG>RPG</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Cars>Cars</option>\n" .
 "<option value=Simulator>Simulator</option>\n" .
 "<option value=Oldies but Goldies>Oldies but Goldies</option>\n" .
 "<option value=PS2>PS2</option>\n" .
 "<option value=PSP>PSP</option>\n" .
 "<option value=Wii>Wii</option>\n" .
 "<option value=Nintendo>Nintendo</option>\n" .
 "<option value=Puzzle>Puzzle</option>\n" .
 "<option value=Chess>Chess</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Rock>Rock</option>\n" .
 "<option value=Metal>Metal</option>\n" .
 "<option value=Disco>Disco</option>\n" .
 "<option value=Dance>Dance</option>\n" .
 "<option value=Pop>Pop</option>\n" .
 "<option value=Electro>Electro</option>\n" .
 "<option value=House>House</option>\n" .
 "<option value=Rap>Rap</option>\n" .
 "<option value=Tehno>Tehno</option>\n" .
  "<option value=Trance>Trance</option>\n" .
 "<option value=Lo-Fi>Lo-Fi</option>\n" .
 "<option value=Blues>Blues</option>\n" .
 "<option value=Ambient>Ambient</option>\n" .
 "<option value=Reggae>Reggae</option>\n" .
 "<option value=Accoustic>Accoustic</option>\n" .
 "<option value=Jazz>Jazz</option>\n" .
 "<option value=Ethno>Ethno</option>\n" .
 "<option value=Classic>Classic</option>\n" .
 "<option value=Misc.>Misc.</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Document>Document</option>\n" .
 "<option value=Software>Software</option>\n" .
 "<option value=AntiVirus>Antivirus</option>\n" .
 "<option value=Tools>Tools</option>\n" .
 "<option value=CD-DVD Burning>CD-DVD Burning</option>\n" .
 "<option value=Graphics>Graphics</option>\n" .
 "<option value=Windows>Windows</option>\n" . 
 "<option value=Linux>Linux</option>\n" .
  </select>   <= REQUIRED!    
  
 <select name=genre1> . <option value=0>Select genre 1</option>\n .
 "<option value=Action>Action</option>\n" .
 "<option value=Adventure>Adventure</option>\n" .
 "<option value=Anime>Anime</option>\n" .
 "<option value=Comedy>Comedy</option>\n" .
 "<option value=Fantasy>Fantasy</option>\n" .
 "<option value=Thriller>Thriller</option>\n" .
 "<option value=Horror>Horror</option>\n" .
 "<option value=Crime>Crime</option>\n" .
 "<option value=SciFi>SciFi</option>\n" .
 "<option value=Mind>Mind</option>\n" .
 "<option value=Racing>Racing</option>\n" . 
 "<option value=Family>Family</option>\n" . 
 "<option value=War>War</option>\n" .
 "<option value=Romance>Romance</option>\n" .
 "<option value=Musical>Musical</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Drama>Drama</option>\n" .
 "<option value=Reality-TV>Reality-TV</option>\n" .
 "<option value=Documentary>Documentary</option>\n" .
 "<option value=XXX>XXX</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Strategy>Strategy</option>\n" .
 "<option value=Shooter>Shooter</option>\n" .
 "<option value=RPG>RPG</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Cars>Cars</option>\n" .
 "<option value=Simulator>Simulator</option>\n" .
 "<option value=Oldies but Goldies>Oldies but Goldies</option>\n" .
 "<option value=PS2>PS2</option>\n" .
 "<option value=PSP>PSP</option>\n" .
 "<option value=Wii>Wii</option>\n" .
 "<option value=Nintendo>Nintendo</option>\n" .
 "<option value=Puzzle>Puzzle</option>\n" .
 "<option value=Chess>Chess</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Rock>Rock</option>\n" .
 "<option value=Metal>Metal</option>\n" .
 "<option value=Disco>Disco</option>\n" .
 "<option value=Dance>Dance</option>\n" .
 "<option value=Pop>Pop</option>\n" .
 "<option value=Electro>Electro</option>\n" .
 "<option value=House>House</option>\n" .
 "<option value=Rap>Rap</option>\n" .
 "<option value=Tehno>Tehno</option>\n" .
  "<option value=Trance>Trance</option>\n" .
 "<option value=Lo-Fi>Lo-Fi</option>\n" .
 "<option value=Blues>Blues</option>\n" .
 "<option value=Ambient>Ambient</option>\n" .
 "<option value=Reggae>Reggae</option>\n" .
 "<option value=Accoustic>Accoustic</option>\n" .
 "<option value=Jazz>Jazz</option>\n" .
 "<option value=Ethno>Ethno</option>\n" .
 "<option value=Classic>Classic</option>\n" .
 "<option value=Misc.>Misc.</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Document>Document</option>\n" .
 "<option value=Software>Software</option>\n" .
 "<option value=AntiVirus>Antivirus</option>\n" .
 "<option value=Tools>Tools</option>\n" .
 "<option value=CD-DVD Burning>CD-DVD Burning</option>\n" .
 "<option value=Graphics>Graphics</option>\n" .
 "<option value=Windows>Windows</option>\n" . 
 "<option value=Linux>Linux</option>\n" .
  "</select> /

 <select name=genre2>\n <option value=0>Select genre 2</option>\n .
 "<option value=Action>Action</option>\n" .
 "<option value=Adventure>Adventure</option>\n" .
 "<option value=Anime>Anime</option>\n" .
 "<option value=Comedy>Comedy</option>\n" .
 "<option value=Fantasy>Fantasy</option>\n" .
 "<option value=Thriller>Thriller</option>\n" .
 "<option value=Horror>Horror</option>\n" .
 "<option value=Crime>Crime</option>\n" .
 "<option value=SciFi>SciFi</option>\n" .
 "<option value=Mind>Mind</option>\n" . 
 "<option value=Racing>Racing</option>\n" . 
 "<option value=Family>Family</option>\n" .
 "<option value=War>War</option>\n" .
 "<option value=Romance>Romance</option>\n" .
 "<option value=Musical>Musical</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Drama>Drama</option>\n" .
 "<option value=Reality-TV>Reality-TV</option>\n" .
 "<option value=Documentary>Documentary</option>\n" .
 "<option value=XXX>XXX</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Strategy>Strategy</option>\n" .
 "<option value=Shooter>Shooter</option>\n" .
 "<option value=RPG>RPG</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Cars>Cars</option>\n" .
 "<option value=Simulator>Simulator</option>\n" .
 "<option value=Oldies but Goldies>Oldies but Goldies</option>\n" .
 "<option value=PS2>PS2</option>\n" .
 "<option value=PSP>PSP</option>\n" .
 "<option value=Wii>Wii</option>\n" .
 "<option value=Nintendo>Nintendo</option>\n" .
 "<option value=Puzzle>Puzzle</option>\n" .
 "<option value=Chess>Chess</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Rock>Rock</option>\n" .
 "<option value=Metal>Metal</option>\n" .
 "<option value=Disco>Disco</option>\n" .
 "<option value=Dance>Dance</option>\n" .
 "<option value=Pop>Pop</option>\n" .
 "<option value=Electro>Electro</option>\n" .
 "<option value=House>House</option>\n" .
 "<option value=Rap>Rap</option>\n" .
 "<option value=Tehno>Tehno</option>\n" .
  "<option value=Trance>Trance</option>\n" .
 "<option value=Lo-Fi>Lo-Fi</option>\n" .
 "<option value=Blues>Blues</option>\n" .
 "<option value=Ambient>Ambient</option>\n" .
 "<option value=Reggae>Reggae</option>\n" .
 "<option value=Accoustic>Accoustic</option>\n" .
 "<option value=Jazz>Jazz</option>\n" .
 "<option value=Ethno>Ethno</option>\n" .
 "<option value=Classic>Classic</option>\n" .
 "<option value=Misc.>Misc.</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Document>Document</option>\n" .
 "<option value=Software>Software</option>\n" .
 "<option value=AntiVirus>Antivirus</option>\n" .
 "<option value=Tools>Tools</option>\n" .
 "<option value=CD-DVD Burning>CD-DVD Burning</option>\n" .
 "<option value=Graphics>Graphics</option>\n" .
 "<option value=Windows>Windows</option>\n" .
 "<option value=Linux>Linux</option>\n" .
   "</select> <=   (optional)'
;

  }
    
    
$lang->load('edit');

    if(
$is_mod)
    {
        
$fa $lang->edit['fd'];
        
$fb '<input type="checkbox" name="free" value="1" onclick="check_click()" /> '.$lang->edit['fd2'];

        
$ra $lang->upload['silver'];
        
$rb '<input type="checkbox" name="silver" value="1" onclick="check_click()" /> '.$lang->upload['silver2'];

        
$sa $lang->upload['field13'];
        
$sb '<input type="checkbox" name="sticky" value="yes">'.$lang->upload['field14'];
    }

    
$postoptionstitle = array(
        
'1'        => $lang->upload['field0'],
        
'2'        =>    $lang->upload['field1'],
        
'3'        =>    $lang->upload['field4'],
        
'4'        =>    $lang->upload['field21'],
        
'5'        =>    $lang->upload['field22'],
        
'6'        =>    $lang->upload['field8'],
        
'7'        =>  $lang->upload['genre'],
        
'8'        =>    $lang->upload['field19'],
        
'9'        =>    $lang->upload['anonymous'],
        
'10'    =>    $fa,
        
'11'    =>    $ra,
        
'12'    =>    $sa,
        
'13'    =>    $lang->upload['field15'],
        
'14'    =>     $lang->upload['scene'],
    );
    
?>
    <script type="text/javascript">
    function toggleuploadmode(mode)
    {
        switch (mode)
        {
            case 0:
                show('upfile', 'block');
                hide('upurl');
                break;
            case 1:
                hide('upfile');
                show('upurl', 'block');
                break;
        }
    };
    function focusfield(fl)
    {
        if (fl.value=="<?=$lang->upload['field23'];?>")
        {
            fl.value='';
            fl.style.color='black';
        }
    };
    function show(id, type)
    {
        var o = document.getElementById(id);
        if (o)
            o.style.display = type || '';
    };

    function hide(id)
    {
        var o = document.getElementById(id);
        if (o)
            o.style.display = 'none';
    };

    function isUrl(s)
    {
        var regexp = /(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/
        return regexp.test(s);
    };

    function check_click ()
    {
        var error = "<?php echo $lang->upload['freesilvererror']; ?>";
        var free = document.forms[0].free;
        var silver = document.forms[0].silver;
        if (free.checked == true && silver.checked == true)
        {
            alert(error);
            free.checked = false;
            silver.checked = false;
            free.focus();
            return false;
        }
    };

    function check_click2 ()
    {
        var error = "<?php echo $lang->upload['nforippempty']; ?>";
        var nfofile = document.forms[0].nfo;
        if (nfofile.value.lastIndexOf(".nfo") == -1 && document.forms[0].nforip.checked == true)
        {
            alert(error);
            nfofile.focus();
            return false;
        }
    };

    function check_upload ()
    {
        var error1 = "<?php echo $lang->global['dontleavefieldsblank']; ?>";
        var error2 = "<?php echo $lang->upload['mindesclimit']; ?>";
        var error3 = "<?php echo $lang->upload['selectcategory']; ?>";
        var error4 = "<?php echo $lang->upload['invalid_url_link']; ?>";
        var error5 = "<?php echo $lang->upload['fileerror2']; ?>";
        var error6 = "<?php echo $lang->upload['fileerror3']; ?>";
        var error7 = "<?php echo sprintf($lang->upload['invalid_image'], 'GIF, JPG, PNG'); ?>";
        var error8 = "<?php echo $lang->upload['invalid_url_link']; ?>";

        var mindesclimit = 10;
        var message = document.forms[0].message_new;
        var torrentfile = document.forms[0].file;
        var type = document.forms[0].type;
        var nfofile = document.forms[0].nfo;
        var nforip = document.forms[0].nforip;
        var torrentimage = document.forms[0].t_image_file;
        var torrenturl = document.forms[0].t_image_url;
        var imdb = document.forms[0].t_link;

        if (message.value == "" && nforip.checked == false)
        {
            alert(error1);
            message.focus();
            return false;
        }
        else if (message.value.length < mindesclimit && nforip.checked == false)
        {
            alert(error2);
            message.focus();
            return false;
        }
        else if (torrentfile.value == "")
        {
            alert(error1);
            torrentfile.focus();
            return false;
        }
        else if (torrentfile.value.lastIndexOf(".torrent") == -1)
        {
            alert(error5);
            torrentfile.focus();
            return false;
        }
        else if (nfofile.value != "" && nfofile.value.lastIndexOf(".nfo") == -1)
        {
            alert(error6);
            nfofile.focus();
            return false;
        }
        else if (nforip.checked == true && nfofile.value.lastIndexOf(".nfo") == -1)
        {
            alert(error6);
            nfofile.focus();
            return false;
        }
        else if (torrentimage.value != "" && torrentimage.value.lastIndexOf(".gif") == -1 && torrentimage.value.lastIndexOf(".jpg") == -1 && torrentimage.value.lastIndexOf(".png") == -1)
        {
            alert(error7);
            torrentimage.focus();
            return false;
        }
        else if (torrenturl.value != "" && torrenturl.value != "<?php echo $lang->upload['field23']; ?>" && torrenturl.value.lastIndexOf(".gif") == -1 && torrenturl.value.lastIndexOf(".jpg") == -1 && torrenturl.value.lastIndexOf(".png") == -1)
        {
            alert(error7);
            torrenturl.focus();
            return false;
        }
        else if (torrenturl.value != "" && torrenturl.value != "<?php echo $lang->upload['field23']; ?>" && !isUrl(torrenturl.value))
        {
            alert(error8);
            torrenturl.focus();
            return false;
        }
        else if (imdb.value != "" && !isUrl(imdb.value))
        {
            alert(error8);
            imdb.focus();
            return false;
        }
        else if (type.value == "0")
        {
            alert(error3);
            type.focus();
            return false;
        }
        else
        {
            document.getElementById('loading-layer').style.display = 'block';


        }
    };
    </script>
    <?
    $enabledisable 
' disabled="disabled"';
    
$info '';
    if (
$externalscrape == 'yes' && $usergroups['canexternal'] == 'yes')
    {
        
$enabledisable '';
        
$info ''.$lang->upload['trackerurlinfo'];
    }

    
$postoptions = array(
        
'1'        =>'<input type="text" name="trackerurl" id="specialboxg" size="70" value="'.($_GET['trackerurl'] ? htmlspecialchars_uni(base64_decode($_GET['trackerurl'])) : $alink).'"'.$enabledisable.'>'.$info.'',
        
'2'        =>    '<input type="file" name="file" id="specialboxn" size="70">',
        
'3'        =>    '<input type="file" name="nfo" id="specialboxn" size="70">'.$lang->upload['field5'],
        
'4'        =>'
        <div id="upurl">
            <input type="text" name="t_image_url" size="70" id="specialboxg" value="'
.($_GET['t_image_url'] ? htmlspecialchars_uni(base64_decode($_GET['t_image_url'])) : $lang->upload['field23']).'" onfocus="focusfield(this)">
        </div>
        <div id="upfile" style="display: none">
            <input type="file" name="t_image_file" size="70" id="specialboxg"'
.($_GET['t_image_url'] ? htmlspecialchars_uni(base64_decode($_GET['t_image_url'])) : '').'>
        </div>
        '
.$lang->upload['atypes'],
        
'5'        =>'<input type="text" name="t_link" id="specialboxg" size="70" value="'.($_GET['t_link'] ? htmlspecialchars_uni(base64_decode($_GET['t_link'])) : '').'">',
        
'6'        =>    $showcategories,
        
'7'        =>    $genre,
        
'8'        =>    '<input type="checkbox" name="nforip" value="yes" onClick="check_click2()"'.($_GET['nforip'] == 'yes' ' checked="checked"' '').'> '.$lang->upload['field20'],
                
'9'        =>    '<input type="checkbox" name="uplver" value="yes"'.($_GET['uplver'] == 'yes' ' checked="checked"' : (preg_match('#I3#is'$CURUSER['options']) || preg_match('#I4#is'$CURUSER['options']) ? ' checked="checked"' '')).'> '.$lang->upload['field12'],
        
'10'        =>    $fb,
        
'11'    =>$rb,
        
'12'    =>    $sb,
        
'13'    =>    '<input type="checkbox" name="offensive" value="yes"'.($_GET['offensive'] == 'yes' ' checked="checked"' '').'> '.$lang->upload['field16'],
        
'14'    =>    '<input type="checkbox" name="scene" value="yes"'.($_GET['scene'] == 'yes' ' checked="checked"' '').'> '.$lang->upload['scene2']
    );
}
else
{
    
$str '<form action="upload.php" method="post" name="upload">';
}

$str .= insert_editor(true, ($_GET['subject'] ? base64_decode($_GET['subject']) : (!empty($subject) ? $subject '')), ($_GET['message'] ? base64_decode($_GET['message']) : (!empty($message) ? $message '')), $lang->upload['head'].' - '.$lang->upload['u_step'].$upload_step$str2$postoptionstitle$postoptionsfalseNULL$lang->upload['n_step'], $upload_step == ' onClick="return check_upload()"' ''$lang->upload['field6']);
$str .= '</form>';

$str .= '
<a name=\'uploading\'></a>
<div id=\'loading-layer\' style=\'position: absolute; display:none; left:500px; top: 1000px; width:300px;height:75px;background:#FFF;padding:10px;text-align:center;border:1px solid #000\'><div style=\'font-weight:bold\' id=\'loading-layer-text\' class=\'small\'><font color=red><b>'
.$lang->upload['showprogress'].'</b></font></div><img src=\''.$BASEURL.'/'.$pic_base_url.'await.gif\' border=\'0\' /></div>';

echo 
$str;
stdfoot();
?>

edit.php
PHP Code:

<?
/***********************************************/
/*============[WDW Tracker  v.5.6]=============*/
/*        moded & optimized by  BiBicu         */
/*=============[Special Thanks To]=============*/
/*        DrNet - wWw.SpecialCoders.CoM        */
/*          Vinson - wWw.Decode4u.CoM          */
/*    MrDecoder - wWw.Fearless-Releases.CoM    */
/*           Fynnon - wWw.BvList.CoM           */
/***********************************************/


  
require_once 'global.php';
  
gzip ();
  
dbconn ();
  
loggedinorreturn ();
  
maxsysop ();
  
define ('E_VERSION''1.6');
  
$is_mod is_mod ($usergroups);
  
$lang->load ('edit');
  
$lang->load ('upload');
  
$id = (isset ($_GET['id']) ? intval ($_GET['id']) : (isset ($_POST['id']) ? intval ($_POST['id']) : 0));
  if (!
is_valid_id ($id))
  {
    
print_no_permission (true);
    exit ();
  }

  
$res sql_query ('SELECT filename,owner,name,descr,category,genre,visible,anonymous,free,silver,banned,sticky,offensive,t_image,t_link,isnuked,isrequest,doubleupload,allowcomments,isScene FROM torrents WHERE id = ' sqlesc ($id));
  
$row mysql_fetch_assoc ($res);
  if (!
$row)
  {
    
stderr ($lang->global['error'], $lang->global['notorrentid']);
  }

  if ((
$CURUSER['id'] != $row['owner'] AND !$is_mod))
  {
    
print_no_permission (true);
  }

  
stdhead (sprintf ($lang->edit['edittorrent1'], $row['name']));
  
$returnto = (isset ($_GET['returnto']) ? fix_url ($_GET['returnto']) : fix_url ($_SERVER['HTTP_REFERER']));
  
define ('IN_EDITOR'true);
  include_once 
INC_PATH '/editor.php';
  
$str '
<form method="post" name="edittorrent" action="takeedit.php" enctype="multipart/form-data">
<input type="hidden" name="id" value="' 
$id '">
<input type="hidden" name="returnto" value="' 
$returnto '">';
  require_once 
INC_PATH '/functions_category.php';
  
$s ts_category_list ('type'$row['category']);
  echo 
'<s';
  echo 
'cript type="text/javascript">
function toggleuploadmode(mode)
{
    switch (mode)
    {
        case 0:
            show(\'upfile\', \'block\');
            hide(\'upurl\');
            break;
        case 1:
            hide(\'upfile\');
            show(\'upurl\', \'block\');
            break;
    }
}
function focusfield(fl) {
    if (fl.value=="'
;
  echo 
$lang->upload['field23'];
  echo 
'")
    {
        fl.value=\'\';
        fl.style.color=\'black\';
    }
}
function show(id, type)
{
    var o = document.getElementById(id);
    if (o)
        o.style.display = type || \'\';
}

function hide(id)
{
    var o = document.getElementById(id);
    if (o)
        o.style.display = \'none\';
}
</script>
'
;
  if (
$usergroups['canstaffpanel'] == 'yes')
  
  {
    
$fa $lang->edit['fd'];
        
$genre '<select name=genre> . <option value=0>Select genre</option>\n .
 "<option value=Action>Action</option>\n" .
 "<option value=Adventure>Adventure</option>\n" .
 "<option value=Anime>Anime</option>\n" .
 "<option value=Comedy>Comedy</option>\n" .
 "<option value=Fantasy>Fantasy</option>\n" .
 "<option value=Thriller>Thriller</option>\n" .
 "<option value=Horror>Horror</option>\n" .
 "<option value=Crime>Crime</option>\n" .
 "<option value=SciFi>SciFi</option>\n" .
 "<option value=Mind>Mind</option>\n" . 
 "<option value=Racing>Racing</option>\n" . 
 "<option value=Family>Family</option>\n" .
 "<option value=War>War</option>\n" .
 "<option value=Romance>Romance</option>\n" .
 "<option value=Musical>Musical</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Drama>Drama</option>\n" .
 "<option value=Reality-TV>Reality-TV</option>\n" .
 "<option value=Documentary>Documentary</option>\n" .
 "<option value=XXX>XXX</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Strategy>Strategy</option>\n" .
 "<option value=Shooter>Shooter</option>\n" .
 "<option value=RPG>RPG</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Cars>Cars</option>\n" .
 "<option value=Simulator>Simulator</option>\n" .
 "<option value=Oldies but Goldies>Oldies but Goldies</option>\n" .
 "<option value=PS2>PS2</option>\n" .
 "<option value=PSP>PSP</option>\n" .
 "<option value=Wii>Wii</option>\n" .
 "<option value=Nintendo>Nintendo</option>\n" .
 "<option value=Puzzle>Puzzle</option>\n" .
 "<option value=Chess>Chess</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Rock>Rock</option>\n" .
 "<option value=Metal>Metal</option>\n" .
 "<option value=Disco>Disco</option>\n" .
 "<option value=Dance>Dance</option>\n" .
 "<option value=Pop>Pop</option>\n" .
 "<option value=Electro>Electro</option>\n" .
 "<option value=House>House</option>\n" .
 "<option value=Rap>Rap</option>\n" .
 "<option value=Tehno>Tehno</option>\n" .
  "<option value=Trance>Trance</option>\n" .
 "<option value=Lo-Fi>Lo-Fi</option>\n" .
 "<option value=Blues>Blues</option>\n" .
 "<option value=Ambient>Ambient</option>\n" .
 "<option value=Reggae>Reggae</option>\n" .
 "<option value=Accoustic>Accoustic</option>\n" .
 "<option value=Jazz>Jazz</option>\n" .
 "<option value=Ethno>Ethno</option>\n" .
 "<option value=Classic>Classic</option>\n" .
 "<option value=Misc.>Misc.</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Document>Document</option>\n" .
 "<option value=Software>Software</option>\n" .
 "<option value=AntiVirus>Antivirus</option>\n" .
 "<option value=Tools>Tools</option>\n" .
 "<option value=CD-DVD Burning>CD-DVD Burning</option>\n" .
 "<option value=Graphics>Graphics</option>\n" .
 "<option value=Windows>Windows</option>\n" . 
 "<option value=Linux>Linux</option>\n" .
  </select>   <= REQUIRED!    
  
 <select name=genre1> . <option value=0>Select genre 1</option>\n .
 "<option value=Action>Action</option>\n" .
 "<option value=Adventure>Adventure</option>\n" .
 "<option value=Anime>Anime</option>\n" .
 "<option value=Comedy>Comedy</option>\n" .
 "<option value=Fantasy>Fantasy</option>\n" .
 "<option value=Thriller>Thriller</option>\n" .
 "<option value=Horror>Horror</option>\n" .
 "<option value=Crime>Crime</option>\n" .
 "<option value=SciFi>SciFi</option>\n" .
 "<option value=Mind>Mind</option>\n" .
 "<option value=Racing>Racing</option>\n" . 
 "<option value=Family>Family</option>\n" . 
 "<option value=War>War</option>\n" .
 "<option value=Romance>Romance</option>\n" .
 "<option value=Musical>Musical</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Drama>Drama</option>\n" .
 "<option value=Reality-TV>Reality-TV</option>\n" .
 "<option value=Documentary>Documentary</option>\n" .
 "<option value=XXX>XXX</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Strategy>Strategy</option>\n" .
 "<option value=Shooter>Shooter</option>\n" .
 "<option value=RPG>RPG</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Cars>Cars</option>\n" .
 "<option value=Simulator>Simulator</option>\n" .
 "<option value=Oldies but Goldies>Oldies but Goldies</option>\n" .
 "<option value=PS2>PS2</option>\n" .
 "<option value=PSP>PSP</option>\n" .
 "<option value=Wii>Wii</option>\n" .
 "<option value=Nintendo>Nintendo</option>\n" .
 "<option value=Puzzle>Puzzle</option>\n" .
 "<option value=Chess>Chess</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Rock>Rock</option>\n" .
 "<option value=Metal>Metal</option>\n" .
 "<option value=Disco>Disco</option>\n" .
 "<option value=Dance>Dance</option>\n" .
 "<option value=Pop>Pop</option>\n" .
 "<option value=Electro>Electro</option>\n" .
 "<option value=House>House</option>\n" .
 "<option value=Rap>Rap</option>\n" .
 "<option value=Tehno>Tehno</option>\n" .
  "<option value=Trance>Trance</option>\n" .
 "<option value=Lo-Fi>Lo-Fi</option>\n" .
 "<option value=Blues>Blues</option>\n" .
 "<option value=Ambient>Ambient</option>\n" .
 "<option value=Reggae>Reggae</option>\n" .
 "<option value=Accoustic>Accoustic</option>\n" .
 "<option value=Jazz>Jazz</option>\n" .
 "<option value=Ethno>Ethno</option>\n" .
 "<option value=Classic>Classic</option>\n" .
 "<option value=Misc.>Misc.</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Document>Document</option>\n" .
 "<option value=Software>Software</option>\n" .
 "<option value=AntiVirus>Antivirus</option>\n" .
 "<option value=Tools>Tools</option>\n" .
 "<option value=CD-DVD Burning>CD-DVD Burning</option>\n" .
 "<option value=Graphics>Graphics</option>\n" .
 "<option value=Windows>Windows</option>\n" . 
 "<option value=Linux>Linux</option>\n" .
  "</select> /

 <select name=genre2>\n <option value=0>Select genre 2</option>\n .
 "<option value=Action>Action</option>\n" .
 "<option value=Adventure>Adventure</option>\n" .
 "<option value=Anime>Anime</option>\n" .
 "<option value=Comedy>Comedy</option>\n" .
 "<option value=Fantasy>Fantasy</option>\n" .
 "<option value=Thriller>Thriller</option>\n" .
 "<option value=Horror>Horror</option>\n" .
 "<option value=Crime>Crime</option>\n" .
 "<option value=SciFi>SciFi</option>\n" .
 "<option value=Mind>Mind</option>\n" . 
 "<option value=Racing>Racing</option>\n" . 
 "<option value=Family>Family</option>\n" .
 "<option value=War>War</option>\n" .
 "<option value=Romance>Romance</option>\n" .
 "<option value=Musical>Musical</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Drama>Drama</option>\n" .
 "<option value=Reality-TV>Reality-TV</option>\n" .
 "<option value=Documentary>Documentary</option>\n" .
 "<option value=XXX>XXX</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Strategy>Strategy</option>\n" .
 "<option value=Shooter>Shooter</option>\n" .
 "<option value=RPG>RPG</option>\n" .
 "<option value=Sports>Sports</option>\n" .
 "<option value=Cars>Cars</option>\n" .
 "<option value=Simulator>Simulator</option>\n" .
 "<option value=Oldies but Goldies>Oldies but Goldies</option>\n" .
 "<option value=PS2>PS2</option>\n" .
 "<option value=PSP>PSP</option>\n" .
 "<option value=Wii>Wii</option>\n" .
 "<option value=Nintendo>Nintendo</option>\n" .
 "<option value=Puzzle>Puzzle</option>\n" .
 "<option value=Chess>Chess</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Rock>Rock</option>\n" .
 "<option value=Metal>Metal</option>\n" .
 "<option value=Disco>Disco</option>\n" .
 "<option value=Dance>Dance</option>\n" .
 "<option value=Pop>Pop</option>\n" .
 "<option value=Electro>Electro</option>\n" .
 "<option value=House>House</option>\n" .
 "<option value=Rap>Rap</option>\n" .
 "<option value=Tehno>Tehno</option>\n" .
  "<option value=Trance>Trance</option>\n" .
 "<option value=Lo-Fi>Lo-Fi</option>\n" .
 "<option value=Blues>Blues</option>\n" .
 "<option value=Ambient>Ambient</option>\n" .
 "<option value=Reggae>Reggae</option>\n" .
 "<option value=Accoustic>Accoustic</option>\n" .
 "<option value=Jazz>Jazz</option>\n" .
 "<option value=Ethno>Ethno</option>\n" .
 "<option value=Classic>Classic</option>\n" .
 "<option value=Misc.>Misc.</option>\n" .
 "<option value=....>....</option>\n" .
 
 "<option value=Document>Document</option>\n" .
 "<option value=Software>Software</option>\n" .
 "<option value=AntiVirus>Antivirus</option>\n" .
 "<option value=Tools>Tools</option>\n" .
 "<option value=CD-DVD Burning>CD-DVD Burning</option>\n" .
 "<option value=Graphics>Graphics</option>\n" .
 "<option value=Windows>Windows</option>\n" .
 "<option value=Linux>Linux</option>\n" .
   "</select> <=   (optional)'
;    

    
$fb '<input type="checkbox" name="free"' . ($row['free'] == 'yes' ' checked="checked"' '') . ' value="1"> ' $lang->edit['fd2'];
    
$ra $lang->upload['silver'];
    
$rb '<input type="checkbox" name="silver"' . ($row['silver'] == 'yes' ' checked="checked"' '') . ' value="1"> ' $lang->upload['silver2'];
    
$ba $lang->edit['banned'];
    
$bb '<input type="checkbox" name="banned"' . ($row['banned'] == 'yes' ' checked="checked"' '') . ' value="1"> ' $lang->edit['banned2'];
    
$na $lang->edit['nuked'];
    
$nb '<input type="checkbox" name="isnuked"' . ($row['isnuked'] == 'yes' ' checked="checked"' '') . ' value="1"> ' $lang->edit['nuked2'];
    
$za $lang->edit['request'];
    
$zb '<input type="checkbox" name="isrequest"' . ($row['isrequest'] == 'yes' ' checked="checked"' '') . ' value="1"> ' $lang->edit['request2'];
    
$sa $lang->edit['sticky'];
    
$sb '<input type="checkbox" name="sticky"' . ($row['sticky'] == 'yes' ' checked="checked"' '') . ' value="yes"> ' $lang->edit['sticky2'];
    
$da $lang->edit['da'];
    
$db '<input type="checkbox" name="doubleupload"' . ($row['doubleupload'] == 'yes' ' checked="checked"' '') . ' value="yes"> ' $lang->edit['db'];
    
$ca $lang->edit['ca'];
    
$cb '<input type="checkbox" name="allowcomments"' . ($row['allowcomments'] == 'yes' ' checked="checked"' '') . ' value="yes"> ' $lang->edit['cb'];
  }

  
$postoptionstitle = array ('20' => $lang->edit['tf'], '1' => $lang->edit['torrentname'], '2' => $lang->edit['nfofile'], '3' => $lang->upload['field21'], '4' => $lang->upload['field22'], '5' => $lang->edit['type'], '6' => $lang->edit['genre'], '7' => $lang->edit['visible'], '8' => $lang->edit['au'], '9' => $fa'10' => $ra'11' => $ba'12' => $sa'13' => $lang->edit['offensive'], '14' => $na'15' => $za'16' => $da'17' => $ca'18' => $lang->upload['scene'], '19' => $lang->upload['finfo']);
  
$query sql_query ('SELECT video_info, audio_info FROM ts_torrents_details WHERE tid = ' sqlesc ($id));
  if (
mysql_num_rows ($query))
  {
    
$Torrent_Details mysql_fetch_assoc ($query);
    
$video_info = @explode ('~'$Torrent_Details['video_info']);
    
$audio_info = @explode ('~'$Torrent_Details['audio_info']);
  }

  
$postoptions = array ('20' => '
            <input type="file" name="file" size="60" />' 
$lang->edit['tf2'], '1' => '
            <input type="text" size="60" name="filename" value="' 
htmlspecialchars ($row['filename']) . '"' . (!$is_mod ' disabled="disabled"' '') . ' />
            '
'2' => '
            <input type="radio" name="nfoaction" value="keep" checked="checked" />' 
$lang->edit['keepcurrent'] . '
            <input type="radio" name="nfoaction" value="update" />' 
$lang->edit['update'] . '
            <input type="file" name="nfo" size="60">'
'3' => '
            <div id="upurl">
            <input type="text" name="t_image_url" size="70" id="specialboxg" value="' 
. (!empty ($row['t_image']) ? unhtmlspecialchars ($row['t_image']) : $lang->upload['field23']) . '" onfocus="focusfield(this)" /> ' . (!empty ($row['t_image']) ? '[<b><a href="' $BASEURL '/takeedit.php?id=' $id '&remove_image=true" />X</a></b>]' '') . '
            </div>
            <div id="upfile" style="display: none">
            <input type="file" name="t_image_file" size="70" id="specialboxg" />
            </div>
            <b>Allowed file types: Jpg, Gif, Png</b>'
'4' => '<input type="text" name="t_link" id="specialboxg" size="70" value="' htmlspecialchars_uni ($row['t_link']) . '"> ' . (!empty ($row['t_link']) ? '[<b><a href="' $BASEURL '/takeedit.php?id=' $id '&remove_link=true" />X</a></b>]' '') . '''5' => $s'6' => $genre'7' => '<input type="checkbox" name="visible"' . ($row['visible'] == 'yes' ' checked="checked"' '') . ' value="1" /> ' $lang->edit['visible2'], '8' => '<input type="checkbox" name="anonymous"' . ($row['anonymous'] == 'yes' ' checked="checked"' '') . ' value="1" />  ' $lang->edit['au2'], '9' => $fb'10' => $rb'11' => $bb'12' => $sb'13' => '<input type="checkbox" name="offensive"' . ($row['offensive'] == 'yes' ' checked="checked"' '') . ' value="yes" /> ' $lang->edit['offensive2'], '14' => $nb'15' => $zb'16' => $db'17' => $cb'18' => '<input type="checkbox" name="scene"' . ($row['isScene'] ? ' checked="checked"' '') . ' value="yes" /> ' $lang->upload['scene2'], '19' => '<table width="85%" border="0" cellpadding="2" cellspacing="0">
                    <tr>
                        <td colspan="2" class="subheader">' 
$lang->upload['video'] . '</td>
                    </tr>
                    <tr>
                        <td valign="top" align="right" width="20%">' 
$lang->upload['codec'] . '</td><td><input type="text" size="15" name="video[codec]" value="' htmlspecialchars_uni ($video_info[0]) . '" /></td>
                    </tr>
                    <tr>
                        <td valign="top" align="right" width="20%">' 
$lang->upload['bitrate'] . '</td><td><input type="text" size="15" name="video[bitrate]" value="' htmlspecialchars_uni ($video_info[1]) . '" /> kbps</td>
                    </tr>
                    <tr>
                        <td valign="top" align="right" width="20%">' 
$lang->upload['resulation'] . '</td><td><input type="text" size="15" name="video[resulation]" value="' htmlspecialchars_uni ($video_info[2]) . '" /></td>
                    </tr>
                    <tr>
                        <td valign="top" align="right" width="20%">' 
$lang->upload['length'] . '</td><td><input type="text" size="15" name="video[length]" value="' htmlspecialchars_uni ($video_info[3]) . '" /> ' $lang->global['minutes'] . '</td>
                    </tr>
                    <tr>
                        <td valign="top" align="right" width="20%">' 
$lang->upload['quality'] . '</td><td><input type="text" size="15" name="video[quality]" value="' htmlspecialchars_uni ($video_info[4]) . '" /> 1-10</td>
                    </tr>
                    <tr>
                        <td colspan="2" class="subheader">' 
$lang->upload['audio'] . '</td>
                    </tr>
                    <tr>
                        <td valign="top" align="right" width="20%">' 
$lang->upload['codec'] . '</td><td><input type="text" size="15" name="audio[codec]" value="' htmlspecialchars_uni ($audio_info[0]) . '" /></td>
                    </tr>
                    <tr>
                        <td valign="top" align="right" width="20%">' 
$lang->upload['bitrate'] . '</td><td><input type="text" size="15" name="audio[bitrate]" value="' htmlspecialchars_uni ($audio_info[1]) . '" /> kbps</td>
                    </tr>
                    <tr>
                        <td valign="top" align="right" width="20%">' 
$lang->upload['frequency'] . '</td><td><input type="text" size="15" name="audio[frequency]" value="' htmlspecialchars_uni ($audio_info[2]) . '" /></td>
                    </tr>
                    <tr>
                        <td valign="top" align="right" width="20%">' 
$lang->upload['language'] . '</td><td><input type="text" size="15" name="audio[language]" value="' htmlspecialchars_uni ($audio_info[3]) . '" /></td>
                    </tr>
                    <tr><td colspan="2" align="center">' 
$lang->upload['enote'] . '</td></tr>
                </table>
    '
);
  
$str .= insert_editor (true$row['name'], $row['descr'], $lang->edit['edittorrent2'], sprintf ($lang->edit['edittorrent1'], htmlspecialchars_uni ($row['name'])), $postoptionstitle$postoptionsfalse);
  
$str .= '</form>';
  echo 
$str;
  if ((
$is_mod OR ($usergroups['candeletetorrent'] == 'yes' AND $CURUSER['id'] == $row['owner'])))
  {
    require_once 
INC_PATH '/class_page_check.php';
    
$newpage = new page_verify ();
    
$newpage->create ('delete');
    print 
'<form method="post" action="delete.php">
'
;
    print 
'<table border="0" cellspacing="0" cellpadding="5" width="100%">
'
;
    print 
'<tr><td colspan="2" class="thead">' $lang->edit['deletetorrent'] . '</td></tr>';
    print 
'<td><input name="reasontype" type="radio" value="1"> ' $lang->edit['dead'] . '</td><td> ' $lang->edit['dead2'] . '</td></tr>
'
;
    print 
'<tr><td><input name="reasontype" type="radio" value="2"> ' $lang->edit['dupe'] . '</td><td><input type="text" size="40" name="reason[]"  id="specialboxn"></td></tr>
'
;
    print 
'<tr><td><input name="reasontype" type="radio" value="3"> ' $lang->edit['nuked'] . '</td><td><input type="text" size="40" name="reason[]"  id="specialboxn"></td></tr>
'
;
    print 
'<tr><td><input name="reasontype" type="radio" value="4"> ' $lang->edit['rules'] . '</td><td><input type="text" size="40" name="reason[]"  id="specialboxn"> <strong>' $lang->edit['req'] . '</strong></td></tr>';
    print 
'<tr><td><input name="reasontype" type="radio" value="5" checked> ' $lang->edit['other'] . '</td><td><input type="text" size="40" name="reason[]" id="specialboxn"> <strong>' $lang->edit['req'] . '</strong></td></tr>
'
;
    print 
'' '<input type="hidden" name="id" value="' $id '">
'
;
    print 
'<input type="hidden" name="returnto" value="' $returnto '" />
'
;
    print 
'<td colspan="2" align="center"><input type=submit value=\'' $lang->global['buttondelete'] . '\' class=button></td></tr>
'
;
    print 
'</table></form></p>';
  }

  
stdfoot ();
?>


Csuhika 14th August 2013 08:02

Confirmation email
 
Hi!

I have a problem. The tracker not send confirmation email.

Please help me :sos:

Marco 14th August 2013 12:26

you have smtp installed and configured?

Omenke 14th August 2013 21:40

Quote:

Originally Posted by Csuhika (Post 42187)
Hi!

I have a problem. The tracker not send confirmation email.

Please help me :sos:

Hi !
Not the tracker 's fault, but it does not send the email to the Server .
Install the szerrverre the email server if the server is yours and you're done .
If you do not own stakes in the system administrator.

gogo999 25th September 2013 11:25

Wallpapers errors
 
all hi

I have this strange screen comes

Where do I need to modify

http://file.osblood.com/files/attach...6029ffd5c1.PNG

:wallbash::wallbash::wallbash:


Installed skins: bibicu_dark3

z3ro 25th September 2013 21:04

1 Attachment(s)
good my site

gogo999 25th September 2013 22:43

Quote:

Originally Posted by Raven (Post 42788)
good my site


Oh ~ ~ ~ How do I fix this
:drink:

KrackerMan 25th September 2013 23:10

Quote:

Originally Posted by gogo999 (Post 42793)
Oh ~ ~ ~ How do I fix this
:drink:


You either need to change your font color or you need to change your background color.

z3ro 25th September 2013 23:18

hi
 
Quote:

Originally Posted by KrackerMan (Post 42794)
You either need to change your font color or you need to change your background color.


inherited color

gogo999 26th September 2013 08:07

Quote:

Originally Posted by Raven (Post 42796)
inherited color




Do I need to modify any part of

:ok:

subversivo58 26th September 2013 20:30

Languages?
 
How to install other languages ​​in this tracker?

:sos:

FENIX 26th September 2013 22:20

Quote:

Originally Posted by subversivo58 (Post 42809)
How to install other languages ​​in this tracker?

:sos:

include => languages :coffee:

subversivo58 26th September 2013 23:39

Reply
 
Quote:

Originally Posted by FENIX (Post 42811)
include => languages :coffee:

Thanks Fenix​​, I'll try, I'm doing the translation files. Php ingles full steam Brazilian Portuguese because I did not find anywhere, thanks again.
:ok:

lakicevic 29th October 2013 13:04

1. Edit Torrent
2. Add IMDB link
3. Save

result - Retrieval of remote file failed!


Idea ?

popoff 30th October 2013 10:55

torrnets in shoutbox
 
hi am using Template Shares 5.6 - WDW Edition i am trying to get torrents showing in shoutbox i have looked all through temp share and mod but cant seem to find it can someone please help thanks

Marco 30th October 2013 11:27

in tracker settings you have to enable the bot

Extra settings ShoutBot Enabled? and write in the box upload!:drink:

popoff 30th October 2013 11:39

Thankyou Marco
 
thanks Marco works brill

Quote:

Originally Posted by Marco (Post 43191)
in tracker settings you have to enable the bot

Extra settings ShoutBot Enabled? and write in the box upload!:drink:


Marco 31st October 2013 10:11

if you need any help if i can i will help you :drink:

gogo999 21st December 2013 02:24

hi
 
Quote:

Originally Posted by Raven (Post 42796)
inherited color




\include\templates\bibicu_dark3\style\css Modifying the

my css


PHP Code:

body{margin:0px 0padding:0color:#000;  background: #000000 repeat-x scroll 0 0; line-height:1.4em; font-style:normal; font-variant:normal; font-weight:normal; font-size:74%; font-family:Arial,Sans-Serif }

.content{backgroundurl('../images/mainbg.png'repeat-y centercolor:#000; margin:0 auto; padding:0; width:1019px}

#top{padding:0; margin:0; background:#000000 no-repeat top; height:44px}
#top .padding{float:right; color:#00CCFF; padding:15px 90px 0 90px; font-size:95%}
#top a{color:#E0F5FF}

#header{margin:0; width:1019px; background:#000000 url('../images/header.gif') repeat-y center center;  height:145px; color:#FFF }
#header .f_search{float:left; margin:0; padding:0px 0px 0px 0px}
#header .f_donator{float:right; padding:241px 168px 0 0}
#header .title{padding:0px 0 0 30px}
#header h1{font-family:Arial,Verdana,Helvetica,sans-serif; font-size:22px; font-weight:bold; margin:0; padding:0}
#header h6{font-family:Arial,Verdana,Helvetica,sans-serif; font-size:12px; color:#075181; margin:0; padding-left:2px; padding-right:0; padding-top:0; padding-bottom:0}

#subheader{background: url('../images/subheader.gif') repeat-y center center ; width:953px; height 35px; color:#FFF; margin-left:19px}
#subheader .padding{padding:10px 15px 50px 15px}
#subheader h2{color:#FEAB06}
#subheader a{color:#FECF5F}

.nav{text-align:leftcolor:#7D8085; padding:20px 0 0 0px; width:200px}
.nav li{margin:5px 0 5px 0pxpadding:0px 0 0 0pxborder-bottom:1px dotted #ccc; list-style:none}
.nav li a{color:#546078; text-decoration:none;  padding:5px 0 0 0px; display:block; margin-bottom:2px}
.nav li a:hover{color:#075181; text-decoration:none; background:#E5F6FF; display:block; margin-bottom:2px}

#main{background:transparent; width:974px; margin:0 20px; color:#FFFFFF}
#main .right_side{float:right; padding:0px 0 0 10px; margin:0; background-color:#FFF; width:210px}
#main .right_side .hitems{margin:0; padding:0}
#main .right_side .hitems ul{margin:5px 0; padding:0; color:#a90000; list-style-image:url('../images/arrow.gif')}
#main .right_side .hitems li{margin:0 0 2px 20px; padding:0 0 0 0px; color:#555}
#main .left_side{background:transparent; padding:15px 15px 0 20px; margin:0}
#main h3{ font:100% Arial,Sans-Serif; margin:0 0 10px 0px; padding:0; color:#FFFFFF; background:inherit; border-bottom:1px solid #036CB4}
#main .box{background:#efefef; padding:5px; border:1px solid #ccc}
#main .right_side ul{margin:5px 0 5px 0; padding:0; list-style:none; border-bottom:0px solid #eee; list-style-type:square; color:#a90000}
#main .right_side li{margin:0 0 2px 15px; padding:0 0 0 0px; color:#555}
#main .right_side .padding{margin:0 0 20px 15px; padding:0 0 0 0px; color:#555}

#footer{clear:both; height:52px; color:#ccc;  background:transparent url('../images/footer_bg.png') no-repeat top; font-size:90%; padding:0; text-align:center }
#footer .padding{padding:10px 0px 0px 0px}
#footer .right{float:right; clear:right; text-align:right}
#footer a{color:#E0F5FF}

#menu{width:950px; height:35px; margin:20; padding:0}

#menu ul{margin:0; list-style:none; padding:5px 0 0 158px}
#menu a, #nav strong, #nav span{float:left; display:block; color:#FFF; padding:5px; text-decoration:none}
#menu a{float:none}
#menu li{float:left; text-align:left; font-weight:bold; color:#FFF; background:transparent; margin-left:20; padding:0 0 0 0px}
#menu a:hover{text-decoration:underline}
#menu .padding{padding:5px 0 0 10px; font-weight:bold}

#popitmenu{position:absolute; background-color:black; border:1px solid black; line-height:16px; z-index:100; visibility:hidden}
#popitmenu a{text-decoration:none; padding-left:6px; color:white; display:block}
#popitmenu a:hover{background-color:#FF0; color:black}

.sub{margin:0 0 2px 30pxpadding:0 0 0 0px;  color:#888}
a img{border:none}
p{margin:0 0 5px 0padding:0color:#808080; background:inherit}
a{color:#FFFFFF; background:inherit; text-decoration:none}
a:hover{text-decoration:none/*underline*/}

h1{padding:0margin:0color:#075181; background:inherit; font:bold 1.8em Arial,Sans-Serif; letter-spacing:-1px}
h1 a{color:#FFF; background:inherit}

h2{background:url('../images/h.gif'no-repeat leftcolor:#075181; font-size:110%; font-weight:bold; margin-left:0px; margin-right:0px; margin-top:5px; margin-bottom:5px; padding-left:30px; padding-right:0px; padding-top:0px; padding-bottom:0px}
h2 a{background:#FFF; color:#075181}
h2 a:hover{background:#FFF; color:#68ADD5; text-decoration:none}

textarea.text{height:150pxwidth:90%; border:1px solid #A90000; background:#FFF; color:#354D5F}
textarea.text:hover{border:1px solid #A70000; background:#FFFFF4; color:#000}

input.field{border:1px solid #075181; background-color:#FFF; width:283px; color:#000}
input.field:hover{border:1px solid #68ADD5; background:#FFFFF4; color:#000}
input.text{    border:1px solid #A70000; margin:0; width:150px; background:inherit; color:#000; padding:4px}
input.text:hover{border:0px solid #68ADD5}

.date{color:#808080; background:#FFF; text-align:right; margin:4px 0 5px 0; padding:0.4em 0 0 0; border-top:1px solid #eee}

.comments{padding:10px 10px 8px 10pxmargin:0 0 7px 0background:#f8f8f8; color:#000}

.error{font-size:12pxmargin:0 0 10px 0border:1px solid #000; padding:12px 40px 0 12px; background-repeat:no-repeat; background-position:20px 14px; background-color:#81a2c4; border-color:#fc0; width:auto; min-height:48px; _height:48px; background-image:url(../images/class_error.gif); color:#c60000; padding-left:80px}
.error h2{color:#900; background:inherit}

.success{font-size:12pxmargin:0 0 10px 0border:1px solid #000; padding:12px 40px 0 12px; background-repeat:no-repeat; background-position:20px 14px; background-color:#498bc1; border-color:#83a8cc; width:auto; min-height:48px; _height:48px; background-image:url(../images/class_success.gif); color:#000; padding-left:80px}
.success h2{color:#7BA813; background:inherit}

.post{margin:0 0 25px 0}
.
post .info{padding:2px 3px 3px 8pxborder:1px solid #e3e4e4; background-color:#f5f5f5; font-size:0.9em; color:#505050}

table{border-collapse:collapseborder:nonebackground-color:transparent}
table.maintable.mainouter{background-color:transparent}
table.message{border:solid #000 1px}
table.bottom{background:transparent}

p.submargin-bottom:4pt}

td{font-size:8ptborder:solid #666666 1px; color:#FFFFFF}
td.embeddedborder:none;  padding:0px;  text-align:left}
td.bottomborder:none}
td.headingfont-weight:bold}
td.textpadding:10pt;  text-align:left;  border-color:#CCCCCC}
td.commentpadding:10pt;  font-size:8pt;  text-align:left}
td.colheadfont-weight:bold;  color:#fff;  background-color:#0055A4}
td.rowheadfont-weight:bold;  text-align:right;  vertical-align:top}
td.title{font-size:14pt}
td.navigation{font-weight:boldfont-size:10pt;  border:none}
td.clearpadding:0px;  border:0px;  background:transparent}
img.border{  border-style:solid;   border-color:#000;  border-width:1px}

.codetop{background:#f1b000 url(../images/code.gif) no-repeat right; color:#000; font-weight:bold; margin:0 auto 0 auto; padding:3px}
.codemain{background:#FFF; border:1px solid #000; color:#000; font-weight:bold; margin:0 auto 0 auto; padding:3px}

.alert{  width:500px;   padding:10px;   background-image:url('../images/alert.gif');  background-repeat:repeat-x;  background-position:top;  background-color:#f78c18;  font-weight:bold;  margin-bottom:5px}
.smallfont-size:7ptcolor:white}
.
inlineimg{vertical-align:middle}
.
none{border:0px solid #000}
.progress{width:1pxheight:15pxcolor:whitefont-size:12px;  overflow:hiddenbackground-color:#8B0000; padding-left:5px}

.shadetabs{border-bottom:1px solid #CCCCCC; margin-bottom:1em}
.shadetabs ul{padding:3px 0margin-left:0margin-top:1pxmargin-bottom:0font:bold 12px Verdana; list-style-type:nonetext-align:center}
.
shadetabs li{display:inlinemargin:0}
.
shadetabs li a{text-decoration:nonepadding:3px 7pxmargin-right:3pxborder:1px solid #778; color:#2d2b2b; background:white url(../images/shade.gif) top left repeat-x}
.shadetabs li a:visited{color:#2d2b2b}
.shadetabs li a:hover{text-decoration:underlinecolor:#2d2b2b}
.shadetabs li.selected{position:relativetop:1pxfont:bold 11px Verdana}
.
shadetabs li.selected a{background-image:url(../images/shadeactive.gif); border-bottom-color:white}
.
shadetabs li.selected a:hover{text-decoration:none}

#specialboxes{border:1px solid #CCCCCC; width:50px; background:#FBFCFA; font:11px verdana,sans-serif; color:#443; padding:3px; outline:none}
#specialboxss:focus{border:1px solid black}
#specialboxss{border:1px solid #CCCCCC; width:100px; background:#FBFCFA; font:11px verdana,sans-serif; color:#443; padding:3px; outline:none}
#specialboxes:focus{border:1px solid black}
#specialboxs{border:1px solid #CCCCCC; width:150px; background:#FBFCFA; font:11px verdana,sans-serif; color:#443; padding:3px; outline:none}
#specialboxs:focus{border:1px solid black}
#specialboxn{border:1px solid #CCCCCC; width:200px; background:#FBFCFA; font:11px verdana,sans-serif; color:#443; padding:3px; outline:none}
#specialboxn:focus{border:1px solid black}
#specialboxnn{border:1px solid #CCCCCC; width:300px; background:#FBFCFA; font:11px verdana,sans-serif; color:#443; padding:3px; outline:none}
#specialboxnn:focus{border:1px solid black}
#specialboxg{border:1px solid #CCCCCC; width:430px; background:#FBFCFA; font:11px verdana,sans-serif; color:#443; padding:3px; outline:none}
#specialboxg:focus{border:1px solid black}
#specialboxpp{border:1px solid #CCCCCC; width:236px; background:#FBFCFA; font:11px verdana,sans-serif; color:#443; padding:3px; outline:none}
#specialboxpp:focus{border:1px solid black}
#specialboxta{border:1px solid #CCCCCC; width:630px; background:#FBFCFA; font:11px verdana,sans-serif; color:#443; padding:3px; outline:none}
#specialboxta:focus{border:1px solid black}

#dhtmltooltip{position:absolute; left:-300px; width:650px; border:none /*1px solid black*/; padding:2px; background-color:#333333; visibility:hidden; z-index:100}
#dhtmlpointer{position:absolute; left:-300px; z-index:101; visibility:hidden}

.highlight{  background-color:#CCFF9D}
.highlight a:hover, .highlight a:active{  color:#000;   background-color:green}
.tborder{background:#202020; width:100%; margin:auto auto; border:1px solid #0F5C8E}
.thead{background:#498bc1 url(../images/thead_bg.gif) top left repeat-x; color:#fff}
.thead a:link{color:#fff; text-decoration:none}
.thead a:visited{color:#fff; text-decoration:none}
.thead a:hover, .thead a:active{color:#fff; text-decoration:underline}
.trow1{background:transparent/*#f5f5f5*/}
.
trow2{background:transparent}
.
smalltext{font-family:Tahoma,Verdana,Arial,Helvetica,Sans-Seriffont-size:11pxcolor:white}

#navcontainer_f ul{padding:0; margin:0; width:100%}
#navcontainer_f ul li{list-style-type:none; float:left; list-style-image:none; margin:1px 1px 1px 0px; border:1px solid #CCC; width:40px; line-height:18px; text-align:center; font-size:75%; color:#CCC}
#navcontainer_f ul li a{background-color:#FFF; display:block}
#navcontainer_f a{ font-weight:normal;  color:#2571C2}
#navcontainer_f li.current, #navcontainer_f a.current, #navcontainer_f a:hover{color:#FFF!IMPORTANT; background-color:#2571C2; text-decoration:none}
#navcontainer_f li.disabled{color:#2571C2}
#navcontainer_f a:visited{color:#2571C2}
table.listContainer{border-bottom:1px solid #CCC; font-size:100%}
table.listContainer li{font-size:100%; margin-right:5px}
#navcontainer_f.right ul li{float:right; width:40px}
#navcontainer_f ul li.plain{width:auto; color:#2C3C6A; border:none; padding-right:5px}
div#navcontainer_f.scripted{display:none}

.subheader{font-weight:boldcolor:#FFF; background-color:#333333}

.hoptobuttonfont-weight:bold;  margin-left:4px;  margin-bottom:5px;  padding:2px;  border:1px solid #CCCCCC;  color:#000;  background-color:#efefef}
.hoptobuttonstext-align:right;  font-family:Tahoma,Verdana,Arial,Helvetica,Sans-Serif;  font-weight:bold;  font-size:12px}

.
modnotice{background:#666666; padding:8px; margin:auto auto; border:1px solid #0F5C8E; color:#000; font-size:12px}
.quote_header{background:#fff; border:1px dashed #000; border-bottom:0; color:#000; font-weight:bold; margin:8px auto 0 auto; padding:4px}

.quote_body{background:#fff; border:1px dashed #000; border-top:0; color:#000; padding:4px; margin:0 auto 8px auto}
.code_header{background:#fff; border:1px dashed #000; border-bottom:0; color:#000; font-weight:bold; margin:8px auto 0 auto; padding:4px}

.code_body{background:#fff; border:1px dashed #000; border-top:0; color:#000; padding:4px; margin:0 auto 8px auto; font-family:Monaco,Consolas,Courier,monospace; font-size:12px}
textarea{background:#fff; color:#000; border:1px solid #CCCCCC; padding:2px; outline:none; font-family:Verdana; line-height:1.4; font-size:13px; width:auto}
input{background:#fff; color:#000; border:1px solid #CCCCCC; padding:2px; outline:none; font-family:Verdana; font-size:12px; font-weight:bold; line-height:1.4; width:auto}
select{background:#FBFCFA; color:#443; border:1px solid #CCCCCC; padding:3px; outline:none; font:11px verdana,sans-serif; line-height:1.4}
.editor{background:#f1f1f1; border:1px solid #ccc}
.editor_control_bar{background:#fff; border:1px solid #0f5c8e}
.toolbar_normal{background:#f0f0f0; border:1px solid #f0f0f0}
.toolbar_hover{background:#c1d2ee; border:1px solid #5296f7}
.toolbar_clicked{background:#e1F2fe; border:1px solid #5296f7}
.autocomplete{background:#fff; border:1px solid #000; color:black}
.autocomplete_selected{background:#adcee7; color:#000}
.popup_menu{background:#ccc; border:1px solid #000}
.popup_menu .popup_item{background:#fff; color:#000}
.popup_menu .popup_item:hover{background:#C7DBEE; color:#000}
.borderimage{border:1px solid white}
.
navigation{color:#000; font-size:13px; font-weight:bold}
.navigation a:link{text-decoration:none}
.
navigation a:visited{text-decoration:none}
.
navigation a:hover, .navigation a:active{text-decoration:none}
.
navigation .active{color:#000; font-size:small; font-weight:bold}
.clear{clear:both}

.
sticky{background:#999999}

.inputUsername{background:url("../../../../pic/input_login.gif"no-repeatbackground-color:#FFF; width:200px; height:16px; padding:2px 0px 0px 18px; font-family:verdana; font-size:10px; color:#443; border:1px solid #CCCCCC}
.inputPassword{background:url("../../../../pic/input_password.gif"no-repeatbackground-color:#FFF; width:200px; height:16px; padding:2px 0px 0px 18px; font-family:verdana; font-size:10px; color:#443; border:1px solid #CCCCCC}

.inputUsernameLoginbox{background:url("../../../../pic/input_login.gif"no-repeatbackground-color:#FFF; width:135px; height:16px; padding:2px 0px 0px 18px; font-family:verdana; font-size:10px; color:#443; border:1px solid #CCCCCC}
.inputPasswordLoginbox{background:url("../../../../pic/input_password.gif"no-repeatbackground-color:#FFF; width:135px; height:16px; padding:2px 0px 0px 18px; font-family:verdana; font-size:10px; color:#443; border:1px solid #CCCCCC}

fieldset {width90%;border1px solid #000;padding: 0 1em 1em 1em;margin-left:15px;}
legend {colormaroon;font-weightbold;padding0.2em 0.2em;margin-left:auto;} 

Should modify any part of

Please let me know

naotem 1st April 2014 19:01

Quote:

Originally Posted by lakicevic (Post 43180)
1. Edit Torrent
2. Add IMDB link
3. Save

result - Retrieval of remote file failed!


Idea ?

This appeared when I tested it on free webhosting. Once I started using a paid, the error disappeared.

Bump: If you use the logout template(in all template) (Menu ->Extra -> Logout) Error Appears:
"An error occurred while Attempting to log you out Click here to log out."
And never goes out, gets in a loop.

Any solution?
http://imageshack.com/a/img834/7232/n0ly.jpg

Bump: Some adjustments ...
To open the site posted links (in the forum, comments, shoutbox ...) in a new window, and does not take the user tracker:
In include/globalfunctions.php
Find:
PHP Code:

 ' . $target . ' 

Change to
PHP Code:

 $target 

Appears three times.

For function "Insert numbered list" work
In include/globalfunctions.php
Find:
PHP Code:

$listtype 'decimal';
      break; 

Change to:
PHP Code:

$listtype 'decimal';
      
//break; 

Bump: In messages.php find:
PHP Code:

$shownewfolders .= '<p>' $lang->messages['newtitle24'] . '<input type="text" size="30" name="newfolder' $i '" value="" maxlength="14"></p>';
        ++
$i;
      }

      
$shownewfolders .= '
            ' 
$lang->messages['newtitle25'] . '
        </FIELDSET> 

Change to
PHP Code:

$shownewfolders .= '<p>' $lang->messages['newtitle24'] . '<input type="text" size="30" name="newfolder' $i '" value="" maxlength="14"></p>';
        ++
$i;
      }

      
$shownewfolders .= '
            ' 
$lang->messages['newtitle26'] . '
        </FIELDSET> 

Bump:
Quote:

Originally Posted by it53lv (Post 29080)
installed this
configured everything
uploaded torrent and azureus shows error at tracker status : connection to database failed
wtf ???
btw poll system is FUCKED too
doesn't work and db has invalid values

Me too :friend:

DjBlack 30th May 2015 16:33

CHMOD
 
Hi how to chmod this on xampp thanks for solution ?

Bump: Invalid announce url! Must be: http://sloveniashare.hostzi.com/announce.php?passkey=5ce97e881fea8a9923091ed1080fe acb

I cant upload any torrent

whats wrong

my tracker is:
http://sloveniashare.hostzi.com

Bump: When click on upload torrent show me thease error
What is wrong can any help plz
An error has occured!
http://sloveniashare.co.gp/pic/ts_error/undercover.gif
MySQL Error!

http://sloveniashare.co.gp/pic/ts_error/error.jpg


All times are GMT +2. The time now is 19:43.

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