View Single Post
  #1  
Old 26th April 2012, 00:28
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default Alternative login page for TSSE 5.6
Hey there,

Here is an Alternative login page for tsse 5.6 and should work on most, with a little bit modifications.

Click the image to open in full size.

<!---Notes

1) Download login.php and global.php

2) Open your index.php found in your root and replace this

PHP Code:
  define ('THIS_SCRIPT''index.php');
  require_once 
'global.php';
  
define ('TS_BLOG_VERSION''1.4.1');
  
define ('IN_PLUGIN_SYSTEM'true);
  
gzip ();
  
dbconn (true);
  
maxsysop ();
  include_once 
INC_PATH '/functions_security.php';
  if (
$ref == 'yes')
  { 
With

PHP Code:
  define ('THIS_SCRIPT''index.php');
  require_once 
'global.php';
  
define ('TS_BLOG_VERSION''1.4.1');
  
define ('IN_PLUGIN_SYSTEM'true);
  
gzip ();
  
dbconn (true);
  
maxsysop ();
  if (
$MEMBERSONLY == 'yes')
{
    
loggedinorreturn();
    
parked();
}
  include_once 
INC_PATH '/functions_security.php';
  if (
$ref == 'yes')
  { 
This will return the person to login.php if not logged in.

3) Backup your global.php and login.php in your root and replace with the one's supplied here below.

Please come and support our site http://scene.speedseeker.co.za
Attached Files
File Type: php global.php (1.6 KB, 139 views)
File Type: php login.php (9.2 KB, 140 views)
Reply With Quote
The Following 8 Users Say Thank You to firefly007 For This Useful Post:
dandanch (30th April 2012), EMPEREUR1 (18th May 2012), FENIX (24th January 2013), gogo999 (26th April 2012), jh0ng (11th February 2017), mdxpro (2nd June 2012), PAX (26th April 2012), z3ro (26th April 2012)