Aha i did it thanks tom!
Printable View
Aha i did it thanks tom!
http://forum.ragezone.com/f353/rel-h...onizer-559240/
Just released my other tool to accompany this tool for optimum results.
I get this error at the top of the page
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\ssofix.php:1) in C:\xampp\htdocs\core.php on line 19
I think remove <html> and <body> from the top of the page, simple.
Also, remove the </html> and </body> from the bottom, just to be sure.
How do you use this tool? I'm confused, do you just run it in mysql?
Nice to see that someone is actually bringing up new stuff for the CMS and holo.
IPsync and SSOfix are just the best things ;)
Why don't null it when login? =)
- Martin
When logging in you need a SSO ticket, lol. Otherwise you can't get in to the hotel.
How do you use this exactly? Upload it in mysql?
Help, How to use? ;s
Good Addon!
Give me a minuite.. I'll post the code for header when done
Replace from where it starts ;)
Also for the top;PHP Code:<li class="">
<a href="club"><?php echo $shortname; ?> Club</a>
</li>
<?php if($pageid == "ssoclear" && $logged_in){ ?>
<li class="selected last">
SSO Clear
<?php } elseif($logged_in){ ?>
<li class=" last">
<a href="ssofix.php">SSO Clear</a>
<?php } ?>
PHP Code:<?php if($pageid > 0 && $pageid < 4 || $pageid == "ssoclear" || $pageid == "myprofile" && $logged_in == true){ ?>
Parse error: syntax error, unexpected $end in C:\xampp\htdocs\templates\community\header.php on line 256
Can Someon Make a tut ><