Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #1  
Old 16th June 2009, 10:23
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Talking [FIX] TSSE 5.4.1 Extra Fixes
1. Forum: bbcodes, html codes not working (i looked at the code and the forum version is 5.3);
2. (solved) When entering Staff Panel or Tracker settings, after redirect the link is wrong (.../admin/admin/settings.php - 2 /"admin")
3. (solved) In UserCP, when you change the theme, after redirect the link is wrong ... if you click Back in your browser it's OK

How i solved problem 3:

find:
PHP Code:
redirect ($_SERVER['SCRIPT_NAME'] . '?act=edit_privacy'$lang->usercp['saved6']); 
and replace it with:
PHP Code:
redirect ('/usercp.php' '?act=edit_privacy'$lang->usercp['saved6']); 
find:
PHP Code:
redirect ($_SERVER['SCRIPT_NAME'] . '?act=edit_theme_language'$lang->usercp['saved8']); 
and replace it with:
PHP Code:
redirect ('/usercp.php' '?act=edit_theme_language'$lang->usercp['saved8']); 
find:
PHP Code:
redirect ($_SERVER['SCRIPT_NAME'] . '?act=edit_details'$lang->usercp['saved1']); 
and replace it with:
PHP Code:
redirect ('/usercp.php' '?act=edit_details'$lang->usercp['saved1']); 
find:
PHP Code:
redirect ($_SERVER['SCRIPT_NAME'] . '?act=edit_signature'$lang->usercp['saved2']); 
and replace it with:
PHP Code:
redirect ('/usercp.php' '?act=edit_signature'$lang->usercp['saved2']); 

PS. By the way, the tracker works for 2 years now, no problems encountered.
Last month I decided to reopen it for "bussiness", but it seems there are very few uploaders ... who wants to be a member in the WDW Staff, can register at WDW Tracker and become an uploader, first, and a member of staff, maybe, afterwords...

Last edited by mmisu120000; 4th March 2010 at 09:07. Reason: UPDATE
Reply With Quote
The Following 8 Users Say Thank You to mmisu120000 For This Useful Post:
al-jodtv (22nd August 2009), Ashur (16th June 2009), DrNet (25th June 2009), empereur (29th June 2010), Fynnon (19th June 2009), hutinka (15th July 2011), Phogo (23rd June 2009), Virusache (29th June 2009)
  #2  
Old 16th June 2009, 23:48
Ashur's Avatar
Ashur Ashur is offline
Senior Member
 
Join Date: Jun 2008
Posts: 523
Default
if anybody still using 5.4.1 please test it out too also check if it will fix ver 5.6

thanks for sharing :)
__________________
Say NO to private tracking
Running TorrentHoster 2.5 on IraqiGate.org
Reply With Quote
  #3  
Old 17th June 2009, 10:08
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default
you're wellcome, Ashur...

Now, for the record, the solution I gave it's for problem 3 , not 2, my bad ... please edit the post accordingly.

I'll post the problem 2 solution today

I did'nt test them on 5.6, but i guess it will work there too. (It's a problem of cache and sessions management)
Reply With Quote
  #4  
Old 18th June 2009, 03:56
Ashur's Avatar
Ashur Ashur is offline
Senior Member
 
Join Date: Jun 2008
Posts: 523
Talking
Fynnon beat me to it and edited the post
but cool work buddy, will look into forward for other fixes from you :D
__________________
Say NO to private tracking
Running TorrentHoster 2.5 on IraqiGate.org
Reply With Quote
  #5  
Old 22nd June 2009, 04:32
fireman fireman is offline
IonCube-R
 
Join Date: Oct 2008
Posts: 99
Default
what is the exact file that we need to fix with these lines
Reply With Quote
  #6  
Old 22nd June 2009, 12:19
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default
Quote:
Originally Posted by fireman View Post
what is the exact file that we need to fix with these lines
usercp.php
Reply With Quote
The Following User Says Thank You to mmisu120000 For This Useful Post:
Fynnon (22nd June 2009)
  #7  
Old 22nd June 2009, 19:31
Syn Syn is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 41
Default
anyone can attach final fixed file?
Reply With Quote
  #8  
Old 22nd June 2009, 22:24
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default
Quote:
Originally Posted by Syn View Post
anyone can attach final fixed file?
Here it is:
usercp.php
Reply With Quote
The Following 2 Users Say Thank You to mmisu120000 For This Useful Post:
alpha1969 (1st January 2010), Syn (23rd June 2009)
  #9  
Old 22nd June 2009, 23:34
Ashur's Avatar
Ashur Ashur is offline
Senior Member
 
Join Date: Jun 2008
Posts: 523
Default
Quote:
Originally Posted by mmisu120000 View Post
Here it is:
Attachment 1460
man you spoil these users hehe :D

btw I didn't apply the fixes but still working ok on my side weird aye?
__________________
Say NO to private tracking
Running TorrentHoster 2.5 on IraqiGate.org
Reply With Quote
  #10  
Old 25th June 2009, 21:41
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default
Quote:
Originally Posted by Ashur View Post
man you spoil these users hehe :D

btw I didn't apply the fixes but still working ok on my side weird aye?
It depends of the server ... on linux it allmost allways works fine without fix ... because of the kernel used

On windows ... viceversa :) it doesn't allways work, so you need to fix usercp ...

It's exactly like the bbcodes in forums and comments ... some work, some not, don't ask me why (ask xamshit, maybe ... )

btw, i've found that if you use the align bbcodes codes in texts and comments, they appear fine eventualy .... I'm digging hard on this, so far no result .. but i'll keep on trying .....
Reply With Quote
Reply

Tags
extra , fix , fixes , tsse

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
Extra images upload saggy00 Template Shares 8 14th September 2009 21:42
[TS 3.1 bind] Fixes and few mods Ashur Template Shares 2 2nd April 2009 02:32
Extra security for your tracker sammygo Template Shares 0 4th November 2008 13:30
How to install extra themes in TS SE 5.0 discrob Template Shares 4 10th July 2008 21:43



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