Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #1  
Old 23rd September 2013, 11:21
tabano tabano is offline
Member
 
Join Date: Dec 2009
Andorra
Posts: 4
Default Problem to redirect TS 5.6
Hi.

Problem to redirect, I have problems when I redirect, when I create a message in Social Grup, it redirects me well.
It would have to be =mysite.com / tracker/ off out =mysite.com / tracker / tracker/.

When some occion change in user control panel, also redirects me wrong. This time I just put mysite.com, I put / tracker


EDIT

Click the image to open in full size.

In the bar, also links redirect me wrong. Sets mysite.com/signup.php? and mysite.com/login.php? and had to be mysite.com/tracker/signup.php? y mysite.com/tracker/login.php?

By changing to Theme mysite.com/tracker/tracker/usercp.php?act=edit_theme_language, Always makes me more /tracker/


sorry for my English

Last edited by tabano; 23rd September 2013 at 12:19.
Reply With Quote
  #2  
Old 23rd September 2013, 20:24
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
you have to make all modifications in tracker settings..

you have to put your url


not just the domain name , you have to include the default folder of your tracker
http://yourdomain.com/yourtracker
Reply With Quote
  #3  
Old 23rd September 2013, 21:18
tabano tabano is offline
Member
 
Join Date: Dec 2009
Andorra
Posts: 4
Default
Quote:
Originally Posted by Marco View Post
you have to make all modifications in tracker settings..

you have to put your url


not just the domain name , you have to include the default folder of your tracker
http://yourdomain.com/yourtracker
That's what I do.

http://mysite.com/tracker
and redirects me
http://mysite.com/tracker/tracker

Thanks and regards
Reply With Quote
  #4  
Old 24th September 2013, 12:26
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
you have to check config.php you have to be sure you modified everything how it need to be

Config folder has a few files what you have to check

Bump: you have to check config.php you have to be sure you modified everything how it need to be

Config folder has a few files what you have to check
Reply With Quote
  #5  
Old 24th September 2013, 13:23
tabano tabano is offline
Member
 
Join Date: Dec 2009
Andorra
Posts: 4
Default
Quote:
Originally Posted by Marco View Post
you have to check config.php you have to be sure you modified everything how it need to be

Config folder has a few files what you have to check

Bump: you have to check config.php you have to be sure you modified everything how it need to be

Config folder has a few files what you have to check

And not seen anything in folder Config.

in config.php, not to change anything.

PHP Code:
<?
/***********************************************/
/*=========[TS Special Edition v.5.6]==========*/
/*=============[Special Thanks To]=============*/
/*        DrNet - wWw.SpecialCoders.CoM        */
/*          Vinson - wWw.Decode4u.CoM          */
/*    MrDecoder - wWw.Fearless-Releases.CoM    */
/*           Fynnon - wWw.BvList.CoM           */
/***********************************************/
 
  
if (!defined ('IN_SCRIPT_TSSEv56'))
  {
    exit (
'<font face="verdana" size="2" color="darkred"><b>Error!</b> Direct initialization of this file is not allowed.</font>');
  }
  
readconfig ('DATABASE,MAIN,SECURITY,TWEAK,EXTRA,THEME,DATETIME,SEO');
  
$mysql_host = (!empty ($DATABASE['mysql_host']) ? $DATABASE['mysql_host'] : 'localhost');
  
$mysql_user = (!empty ($DATABASE['mysql_user']) ? $DATABASE['mysql_user'] : 'root');
  
$mysql_pass = (!empty ($DATABASE['mysql_pass']) ? $DATABASE['mysql_pass'] : 'pass');
  
$mysql_db = (!empty ($DATABASE['mysql_db']) ? $DATABASE['mysql_db'] : 'ts');
  
$SITE_ONLINE = (!empty ($MAIN['site_online']) ? $MAIN['site_online'] : 'no');
  
$max_torrent_size = (!empty ($MAIN['max_torrent_size']) ? $MAIN['max_torrent_size'] : 10 1024 1024);
  
$torrent_dir = (!empty ($MAIN['torrent_dir']) ? $MAIN['torrent_dir'] : 'torrents');
  
$announce_urls = array ();
  
$announce_urls[] = (!empty ($MAIN['announce_urls']) ? $MAIN['announce_urls'] : 'http://' $_SERVER['HTTP_HOST'] . '/announce.php');
  
$BASEURL = (!empty ($MAIN['BASEURL']) ? $MAIN['BASEURL'] : 'http://solodvd.org/tracker' $_SERVER['HTTP_HOST']);
  
$MEMBERSONLY = (!empty ($MAIN['MEMBERSONLY']) ? $MAIN['MEMBERSONLY'] : 'yes');
  
$externalscrape = (!empty ($MAIN['externalscrape']) ? $MAIN['externalscrape'] : 'no');
  
$useajax = (!empty ($MAIN['useajax']) ? $MAIN['useajax'] : 'yes');
  
$includeexpeers = (!empty ($MAIN['includeexpeers']) ? $MAIN['includeexpeers'] : 'no');
  
$SITEEMAIL = (!empty ($MAIN['SITEEMAIL']) ? $MAIN['SITEEMAIL'] : 'contact@');
  
$SITENAME = (!empty ($MAIN['SITENAME']) ? $MAIN['SITENAME'] : '');
  
$pic_base_url = (!empty ($MAIN['pic_base_url']) ? $MAIN['pic_base_url'] : 'pic/');
  
$table_cat = (!empty ($MAIN['table_cat']) ? $MAIN['table_cat'] : 'categories');
  
$REPORTMAIL = (!empty ($MAIN['reportemail']) ? $MAIN['reportemail'] : 'report@');
  
$contactemail = (!empty ($MAIN['contactemail']) ? $MAIN['contactemail'] : $REPORTMAIL);
  
$showlastxtorrents = (!empty ($MAIN['showlastxtorrents']) ? $MAIN['showlastxtorrents'] : 'multi');
  
$showimages = (!empty ($MAIN['showimages']) ? $MAIN['showimages'] : 'no');
  
$i_torrent_limit = (!empty ($MAIN['i_torrent_limit']) ? $MAIN['i_torrent_limit'] : '5');
  
$waitsystem = (!empty ($MAIN['waitsystem']) ? $MAIN['waitsystem'] : 'yes');
  
$maxdlsystem = (!empty ($MAIN['maxdlsystem']) ? $MAIN['maxdlsystem'] : 'yes');
  
$cache = (!empty ($MAIN['cache']) ? $MAIN['cache'] : 'cache');
  
$maxchar = (!empty ($MAIN['maxchar']) ? $MAIN['maxchar'] : '250');
  
$vkeyword = (!empty ($SECURITY['vkeyword']) ? $SECURITY['vkeyword'] : 'yes');
  
$securelogin = (!empty ($SECURITY['securelogin']) ? $SECURITY['securelogin'] : 'yes');
  
$iv = (!empty ($SECURITY['iv']) ? $SECURITY['iv'] : 'no');
  
$maxloginattempts = (!empty ($SECURITY['maxloginattempts']) ? $SECURITY['maxloginattempts'] : '5');
  
$disablerightclick = (!empty ($SECURITY['disablerightclick']) ? $SECURITY['disablerightclick'] : 'no');
  
$aggressivecheckip = (!empty ($SECURITY['aggressivecheckip']) ? $SECURITY['aggressivecheckip'] : 'no');
  
$aggressivecheckemail = (!empty ($SECURITY['aggressivecheckemail']) ? $SECURITY['aggressivecheckemail'] : 'yes');
  
$privatetrackerpatch = (!empty ($SECURITY['privatetrackerpatch']) ? $SECURITY['privatetrackerpatch'] : 'yes');
  
$securehash = (!empty ($SECURITY['securehash']) ? $SECURITY['securehash'] : 'tSxAm__' $_SERVER['HTTP_HOST'] . '_4_1-3-00-8');
  
$badwords = (!empty ($SECURITY['badwords']) ? $SECURITY['badwords'] : 'fuck,shit,whore');
  
$allowedreferrers = (!empty ($SECURITY['allowedreferrers']) ? $SECURITY['allowedreferrers'] : '');
  
$reCAPTCHAPublickey = (!empty ($SECURITY['reCAPTCHAPublickey']) ? $SECURITY['reCAPTCHAPublickey'] : '');
  
$reCAPTCHAPrivatekey = (!empty ($SECURITY['reCAPTCHAPrivatekey']) ? $SECURITY['reCAPTCHAPrivatekey'] : '');
  
$reCAPTCHATheme = (!empty ($SECURITY['reCAPTCHATheme']) ? $SECURITY['reCAPTCHATheme'] : 'white');
  
$reCAPTCHALanguage = (!empty ($SECURITY['reCAPTCHALanguage']) ? $SECURITY['reCAPTCHALanguage'] : 'en');
  
$where = (!empty ($TWEAK['where']) ? $TWEAK['where'] : 'no');
  
$iplog1 = (!empty ($TWEAK['iplog1']) ? $TWEAK['iplog1'] : 'yes');
  
$ctracker = (!empty ($TWEAK['ctracker']) ? $TWEAK['ctracker'] : 'no');
  
$autorefresh = (!empty ($TWEAK['autorefresh']) ? $TWEAK['autorefresh'] : 'no');
  
$autorefreshtime = (!empty ($TWEAK['autorefreshtime']) ? $TWEAK['autorefreshtime'] : '0:30');
  
$leftmenu = (!empty ($TWEAK['leftmenu']) ? $TWEAK['leftmenu'] : 'no');
  
$gzipcompress = (!empty ($TWEAK['gzipcompress']) ? $TWEAK['gzipcompress'] : 'no');
  
$cachesystem = (!empty ($TWEAK['cachesystem']) ? $TWEAK['cachesystem'] : 'yes');
  
$cachetime = (!empty ($TWEAK['cachetime']) ? $TWEAK['cachetime'] : '60');
  
$ts_perpage = (!empty ($TWEAK['ts_perpage']) ? $TWEAK['ts_perpage'] : '20');
  
$snatchmod = (!empty ($TWEAK['snatchmod']) ? $TWEAK['snatchmod'] : 'no');
  
$torrentspeed = (!empty ($TWEAK['torrentspeed']) ? $TWEAK['torrentspeed'] : 'no');
  
$progressbar = (!empty ($TWEAK['progressbar']) ? $TWEAK['progressbar'] : 'no');
  
$ratingsystem = (!empty ($TWEAK['ratingsystem']) ? $TWEAK['ratingsystem'] : 'no');
  
$thankssystem = (!empty ($TWEAK['thankssystem']) ? $TWEAK['thankssystem'] : 'no');
  
$loadlimit $TWEAK['loadlimit'];
  
$checkconnectable = (!empty ($EXTRA['checkconnectable']) ? $EXTRA['checkconnectable'] : 'no');
  
$ref = (!empty ($EXTRA['ref']) ? $EXTRA['ref'] : 'yes');
  
$hitrun = (!empty ($EXTRA['hitrun']) ? $EXTRA['hitrun'] : 'yes');
  
$hitrun_ratio = (!empty ($EXTRA['hitrun_ratio']) ? $EXTRA['hitrun_ratio'] : '0.4');
  
$hitrun_gig = (!empty ($EXTRA['hitrun_gig']) ? $EXTRA['hitrun_gig'] : '5');
  
$rqs = (!empty ($EXTRA['rqs']) ? $EXTRA['rqs'] : 'yes');
  
$tsshoutbot = (!empty ($EXTRA['tsshoutbot']) ? $EXTRA['tsshoutbot'] : 'no');
  
$tsshoutboxoptions = (!empty ($EXTRA['tsshoutboxoptions']) ? $EXTRA['tsshoutboxoptions'] : 'upload,newuser,request');
  
$tsshoutbotname = (!empty ($EXTRA['tsshoutbotname']) ? $EXTRA['tsshoutbotname'] : 'TS SE ShoutBOT');
  
$defaulttemplate = (!empty ($THEME['defaulttemplate']) ? $THEME['defaulttemplate'] : 'default');
  
$defaultlanguage = (!empty ($THEME['defaultlanguage']) ? $THEME['defaultlanguage'] : 'english');
  
$charset = (!empty ($THEME['charset']) ? trim ($THEME['charset']) : 'UTF-8');
  
$shoutboxcharset = (!empty ($THEME['shoutboxcharset']) ? trim ($THEME['shoutboxcharset']) : 'UTF-8');
  
$metakeywords = (!empty ($THEME['metakeywords']) ? $THEME['metakeywords'] : 'torrent, php, source, torrent source, free, special edition, xam, xam source, ts v5');
  
$metadesc = (!empty ($THEME['metadesc']) ? $THEME['metadesc'] : 'TS Special Edition by xam - Best Torrent Source Ever -');
  
$slogan = (!empty ($THEME['slogan']) ? $THEME['slogan'] : 'Slogan!');
  
$dateformat = (!empty ($DATETIME['dateformat']) ? $DATETIME['dateformat'] : 'm-d-Y');
  
$timeformat = (!empty ($DATETIME['timeformat']) ? $DATETIME['timeformat'] : 'h:i A');
  
$regdateformat = (!empty ($DATETIME['regdateformat']) ? $DATETIME['regdateformat'] : 'M Y');
  
$timezoneoffset = (!empty ($DATETIME['timezoneoffset']) ? $DATETIME['timezoneoffset'] : '+1');
  
$dstcorrection = (!empty ($DATETIME['dstcorrection']) ? $DATETIME['dstcorrection'] : 'yes');
  
$ts_seo = ($SEO['ts_seo'] == 'yes' 'yes' 'no');
  unset (
$DATABASE);
  unset (
$MAIN);
  unset (
$SECURITY);
  unset (
$TWEAK);
  unset (
$EXTRA);
  unset (
$THEME);
  unset (
$DATETIME);
  unset (
$SEO);
?>
Sorry for the inconvenience
Reply With Quote
  #6  
Old 25th September 2013, 08:45
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
yoururl/config/MAIN you have to check this

or in tracker settings MAIN or try to take step by step the installation....
Reply With Quote
  #7  
Old 27th September 2013, 12:01
tabano tabano is offline
Member
 
Join Date: Dec 2009
Andorra
Posts: 4
Default
and not to do, and checked everything and can not find the problem.

Thanks for helping.

regards
Reply With Quote
  #8  
Old 27th September 2013, 12:14
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
give me a link, and i will look out for you

Bump: give me a link, and i will look out for you
Reply With Quote
Reply

Tags
56 , problem , redirect

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



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