Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   Alternative login page for TSSE 5.6 (http://www.bvlist.com/showthread.php?t=7865)

firefly007 26th April 2012 00:28

Alternative login page for TSSE 5.6
 
2 Attachment(s)
Hey there,

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

http://scene.speedseeker.co.za/screen.png

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

gogo999 26th April 2012 01:50

Is fantastic
 
Very good, thank you very much ........

and.... What is changing the way your desktop

PAX 26th April 2012 07:30

super ....thank:drink:

eckeO5 27th April 2012 13:20

is there any javascript missing to get login to work?

greetz eckeO5

defiz 27th April 2012 16:32

Hi!

This login page looks very nice! nice job! but I got problem with it.. I have source TSSE 5.6 heavy modded and I get this error:



Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
Please contact the website owners to inform them of this problem.


do you know is it possible to get this work with Heavy modded version of TSSE 5.6? :)

Regards Defiz

firefly007 27th April 2012 16:45

1 Attachment(s)
Quote:

Originally Posted by defiz (Post 34461)
Hi!

This login page looks very nice! nice job! but I got problem with it.. I have source TSSE 5.6 heavy modded and I get this error:



Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
Please contact the website owners to inform them of this problem.


do you know is it possible to get this work with Heavy modded version of TSSE 5.6? :)

Regards Defiz

Turn on gzip in your php.ini and it will work! and yes Im using the same TS source.

Bump:
Quote:

Originally Posted by eckeO5 (Post 34460)
is there any javascript missing to get login to work?

greetz eckeO5

No !! should work as is

Alternative login page for TSSE 5.6 (SLIDE)


http://scene.speedseeker.co.za/slide1.jpghttp://http://scene.speedseeker.co.za/slide1.jpg
http://scene.speedseeker.co.za/slide1.jpghttp://
http://scene.speedseeker.co.za/slide2.jpg

x360zone 27th April 2012 16:52

hi
 
works with mine

you may have xml compression enable on your hostin or vps

firefly007 27th April 2012 17:57

Other alternatives
 

Will upload alternative signup and recovery pages soon!

defiz 27th April 2012 21:49

Thanks very much firefly007 :)

eckeO5 27th April 2012 23:24

thank you firefly007. i like it.
its sooooooooo black :lol:

man nice one, works now with modded php.ini file.

greetz eckeO5


All times are GMT +2. The time now is 13:32.

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