TGPX Updated

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Odysseus
    Confirmed User
    • Apr 2005
    • 745

    #76
    Just for info ..
    TradeX fork https://github.com/sflash-biz/SFTrade
    Not just optimized. Fully remastered.

    Comment

    • AdultKing
      Raise Your Weapon
      • Jun 2003
      • 15601

      #77
      Would anyone like a PHP 7.1 compatible update to TGPX?

      Is anyone still using TGX?

      If I can get 10 people or more to confirm they are still running TGPX then I will work on updating the source. If not you can obtain the current version still on GitHub https://github.com/rjkmelb/TGPX-Updated

      Comment

      • AdultKing
        Raise Your Weapon
        • Jun 2003
        • 15601

        #78
        No interest from anyone?

        Comment

        • Qbert
          Confirmed User
          • Jun 2004
          • 813

          #79
          Still using TGPX here.

          Comment

          • AdultKing
            Raise Your Weapon
            • Jun 2003
            • 15601

            #80
            Originally posted by Qbert
            Still using TGPX here.
            Are you using my patched version or the original?

            What PHP Version are you on?

            Comment

            • robwod
              Confirmed User
              • Nov 2005
              • 2540

              #81
              Would love to see a php 7.1 version. I personally know oif at least 3 other people that are using it. All use php 5.6.x and most, if not all, are using the version you made available. I do know one person still using the original JMB unencoded version for php 5.3.x
              NSFW

              Comment

              • AdultKing
                Raise Your Weapon
                • Jun 2003
                • 15601

                #82
                Originally posted by robwod
                Would love to see a php 7.1 version. I personally know oif at least 3 other people that are using it. All use php 5.6.x and most, if not all, are using the version you made available. I do know one person still using the original JMB unencoded version for php 5.3.x
                That earlier version on PHP 5.3 is bad, tell that person if they need help upgrading I'll assist.

                I started rewriting parts of TGPX with 7.1 in mind (no breaking changes, just refreshing code) but put it aside over Christmas. I expect I can have a 7.1 version on GitHub ready to go by early March if not beforehand.

                The version currently on GitHub has no security issues that I am aware of but it won't run on PHP 7 and PHP 5.6 is being used less and less.

                Comment

                • Qbert
                  Confirmed User
                  • Jun 2004
                  • 813

                  #83
                  Originally posted by AdultKing
                  Are you using my patched version or the original?

                  What PHP Version are you on?
                  I'm using the original, individual domain version x 7 on PHP 5.2

                  Comment

                  • King Mark
                    So Fucking Banned
                    • Aug 2016
                    • 27033

                    #84
                    This was an excellent script. Whoever kept this going, Allah bless you.

                    Comment

                    • AmeliaG
                      Too lazy to set a custom title
                      • Jan 2003
                      • 10662

                      #85
                      Originally posted by AdultKing
                      Would anyone like a PHP 7.1 compatible update to TGPX?

                      Is anyone still using TGX?

                      If I can get 10 people or more to confirm they are still running TGPX then I will work on updating the source. If not you can obtain the current version still on GitHub https://github.com/rjkmelb/TGPX-Updated

                      I should really check this out. Can't recall what we have implemented now. I just have a kind of stone age server with TGP stuff on it, but I know that is not an awesome solution.
                      GFY Hall of Famer

                      AltStar Hall of Famer




                      Blue Blood's SpookyCash.com

                      Babe photography portfolio

                      Comment

                      • AdultKing
                        Raise Your Weapon
                        • Jun 2003
                        • 15601

                        #86
                        Originally posted by AmeliaG
                        I should really check this out. Can't recall what we have implemented now. I just have a kind of stone age server with TGP stuff on it, but I know that is not an awesome solution.
                        If it's TGPX and you need a hand installing or upgrading to the version I've been maintaining please let me know and I will do my best to help.

                        Comment

                        • AdultKing
                          Raise Your Weapon
                          • Jun 2003
                          • 15601

                          #87
                          TGPX for PHP 7.1 will be available soon.

                          I need to know from current users whether there is anything not working in the current version that needs fixing? Are there any features missing that really must be in the new version?

                          Comment

                          • roganoli
                            Confirmed User
                            • Dec 2004
                            • 757

                            #88
                            Fatal Error
                            Error:
                            mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead

                            Comment

                            • EddyTheDog
                              Just Doing My Own Thing
                              • Jan 2011
                              • 25433

                              #89
                              Originally posted by roganoli
                              Fatal Error
                              Error:
                              mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
                              It's just a warning and you just need to turn them off...

                              https://stackoverflow.com/questions/...-mysql-connect

                              Comment

                              • AdultKing
                                Raise Your Weapon
                                • Jun 2003
                                • 15601

                                #90
                                Originally posted by roganoli
                                Fatal Error
                                Error:
                                mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
                                That's fixed in the new version, however that won't stop you running the current version on PHP 5.6 - it's just a warning that mysql extension has gone bye bye.

                                The new version won't have this problem and there's a script to update the database to ensure there are no breaking changes on upgrade.

                                Comment

                                Working...