[REL] [HoloCMS Addon]

Page 1 of 2 12 LastLast
Results 1 to 25 of 42
  1. #1
    RaGEZONE VETERAN TomSpit is offline
    Grand MasterRank
    Aug 2007 Join Date
    United KingdomLocation
    1,490Posts

    [REL] [HoloCMS Addon]

    Hey there, TomSpit here with another FANTASTIC product..

    Seriously now. There is another script like this that has already been released. What it does is people visit the page and click the link and then it NULLs their SSO ticket for them. This is the cure to some annoying Holograph access errors. I decided to create this as the other script didn't work for me and also it looked ugly / was poorly coded. This is clean, simple and works better. Anyway, enjoy.
    Live demo: Go to my hotel and then click on SSOfix
    Mirror 1: http://www.fileshost.com/download.php?id=FD524DCA1
    Mirror 2: http://www.filedropper.com/ssofix
    Virustotal (for noobs): http://www.virustotal.com/analisis/c...6aea9e015ab2fd
    Thanks for viewing my thread. Rate and slate, I don't give a monkeys what you do here. - TomSpit
    Last edited by TomSpit; 08-04-09 at 12:48 PM.


  2. #2
    i didnt do this. Donkjam is offline
    Grand MasterRank
    Jul 2007 Join Date
    4,493Posts

    Re: HoloCMS

    Nice release, Useful for people with this error :)

  3. #3
    Member Tj30 is offline
    MemberRank
    Jan 2008 Join Date
    In Your MomLocation
    42Posts

    Re: HoloCMS

    Tomspit,
    First i would like to say Welcome Back (I know you've been back for awhile im just saying :D)
    Nice posts it will be very helpful for some people :D
    I like.

    -TeejayThirty

  4. #4
    Elite Member trantium is offline
    Member +Rank
    Jun 2007 Join Date
    103Posts

    Re: HoloCMS

    Whoa well done dude ;)


  5. #5
    RaGEZONE VETERAN TomSpit is offline
    Grand MasterRank
    Aug 2007 Join Date
    United KingdomLocation
    1,490Posts

    Re: HoloCMS

    Thanks guys. Here is the templates/community/header.php code to add somewhere:
    PHP Code:
                    <?php if($pageid == "ssoclear"){ ?>
                    <li class="selected">
            SSOfix
                    <?php } else { ?>
                    <li class="">
            <a href="ssofix.php">SSOfix</a>
                    <?php ?>
             </li>
    There is a bit more to add but you can work it out. Regards.

  6. #6
    Member Tj30 is offline
    MemberRank
    Jan 2008 Join Date
    In Your MomLocation
    42Posts

    Re: HoloCMS

    Thanks man!

  7. #7
    RaGEZONE VETERAN TomSpit is offline
    Grand MasterRank
    Aug 2007 Join Date
    United KingdomLocation
    1,490Posts

    Re: HoloCMS

    No problemo, Tj30.

  8. #8
    Elite Member iAwesome is offline
    Member +Rank
    Oct 2008 Join Date
    In my roomLocation
    233Posts

    Re: HoloCMS

    Hope this one works! Nice, tho.

  9. #9
    Fuck You Retro! is offline
    Grand MasterRank
    Jun 2007 Join Date
    4,346Posts

    Re: [REL] HoloCMS

    Pretty nice release Tom,
    Tryen it atm,

  10. #10
    Infraction Banned HabMoon is offline
    Grand MasterRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    Re: [REL] HoloCMS

    Nice :]
    Thanks!

  11. #11
    RaGEZONE VETERAN TomSpit is offline
    Grand MasterRank
    Aug 2007 Join Date
    United KingdomLocation
    1,490Posts

    Re: [REL] HoloCMS

    Quote Originally Posted by iAwesome View Post
    Hope this one works! Nice, tho.
    It works for me, so it should work for you. All you need to do it edit the community header file to make it show on the navigation, a pretty easy job.
    Quote Originally Posted by Retro! View Post
    Pretty nice release Tom,
    Tryen it atm,
    Great, thanks.
    Quote Originally Posted by habmoon View Post
    Nice :]
    Thanks!
    No problemo.

  12. #12
    Sorcerer Supreme Relapse is offline
    Member +Rank
    Dec 2007 Join Date
    Fatal Hotel Were Else?Location
    438Posts

    Re: [REL] HoloCMS

    Nice man - Glad to see spits back.

    But i get this error


    Weres the sub navigation?

  13. #13
    RaGEZONE VETERAN TomSpit is offline
    Grand MasterRank
    Aug 2007 Join Date
    United KingdomLocation
    1,490Posts

    Re: [REL] HoloCMS

    You need to add the links into templates/community/header.php, like every other page.

  14. #14
    Sorcerer Supreme Relapse is offline
    Member +Rank
    Dec 2007 Join Date
    Fatal Hotel Were Else?Location
    438Posts

    Re: [REL] HoloCMS

    Quote Originally Posted by TomSpit View Post
    You need to add the links into templates/community/header.php, like every other page.
    I added
    <?php if($pageid == "ssoclear"){ ?>
    <li class="selected">
    SSOfix
    <?php } else { ?>
    <li class="">
    <a href="ssofix.php">SSOfix</a>
    <?php } ?>
    </li>
    ?

  15. #15
    RaGEZONE VETERAN TomSpit is offline
    Grand MasterRank
    Aug 2007 Join Date
    United KingdomLocation
    1,490Posts

    Re: [REL] HoloCMS

    And to the community bit, you need to add;
    PHP Code:
    || $pageid == "ssoclear" 
    Look around and you'll understand.

  16. #16
    Sorcerer Supreme Relapse is offline
    Member +Rank
    Dec 2007 Join Date
    Fatal Hotel Were Else?Location
    438Posts

    Re: [REL] HoloCMS

    Aha i did it thanks tom!

  17. #17
    RaGEZONE VETERAN TomSpit is offline
    Grand MasterRank
    Aug 2007 Join Date
    United KingdomLocation
    1,490Posts

    Re: [REL] HoloCMS

    http://forum.ragezone.com/f353/rel-h...onizer-559240/
    Just released my other tool to accompany this tool for optimum results.

  18. #18
    Sorcerer Supreme Relapse is offline
    Member +Rank
    Dec 2007 Join Date
    Fatal Hotel Were Else?Location
    438Posts

    Re: [REL] HoloCMS

    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

  19. #19
    RaGEZONE VETERAN TomSpit is offline
    Grand MasterRank
    Aug 2007 Join Date
    United KingdomLocation
    1,490Posts

    Re: [REL] HoloCMS

    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.

  20. #20
    Newbie tylerhenry is offline
    MemberRank
    Jan 2009 Join Date
    12Posts

    Re: [REL] HoloCMS

    How do you use this tool? I'm confused, do you just run it in mysql?

  21. #21
    Grand Master sisija is offline
    Grand MasterRank
    Mar 2007 Join Date
    Western-EuropeLocation
    1,586Posts

    Re: [REL] HoloCMS

    Nice to see that someone is actually bringing up new stuff for the CMS and holo.

  22. #22
    Entrepreneur & Investor chadderbox is offline
    Grand MasterRank
    Jun 2008 Join Date
    Look Behind YouLocation
    2,229Posts

    Re: [REL] HoloCMS

    IPsync and SSOfix are just the best things ;)

  23. #23
    Retired maritnmine is offline
    Grand MasterRank
    May 2007 Join Date
    North KoreaLocation
    1,103Posts

    Re: [REL] HoloCMS

    Why don't null it when login? =)

    - Martin

  24. #24
    Grand Master sisija is offline
    Grand MasterRank
    Mar 2007 Join Date
    Western-EuropeLocation
    1,586Posts

    Re: [REL] HoloCMS

    When logging in you need a SSO ticket, lol. Otherwise you can't get in to the hotel.

  25. #25
    Newbie tylerhenry is offline
    MemberRank
    Jan 2009 Join Date
    12Posts

    Re: [REL] HoloCMS

    How do you use this exactly? Upload it in mysql?



Page 1 of 2 12 LastLast

Advertisement