toplist php script without mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Adtop
    Confirmed User
    • May 2007
    • 12

    #1

    toplist php script without mysql

    Hi,

    If you are interested in free php script of toplist without mysql, you can visit adtopscript.com for more information.

    Thanks for reading this far and I hope to see you all soon!
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #2
    why wouldnt it use mysql? would be much faster than writing static files to the server
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

    Comment

    • Adtop
      Confirmed User
      • May 2007
      • 12

      #3
      some cj-script use text files for base.
      and i think, text files faster then mysql

      Comment

      • zalka
        Confirmed User
        • Nov 2006
        • 168

        #4
        Cant understand a word in the users maual its all in russian

        Dump Your Site Here
        Sexyads 50/50 Revshare TotemCash 50/50 Revshare
        $40 per signup Adultdating Dollars
        Moocash.com Hottest Amateur Cam Action

        Comment

        • Adtop
          Confirmed User
          • May 2007
          • 12

          #5
          readme.html - english
          readme-rus.html - russian

          Comment

          • Adtop
            Confirmed User
            • May 2007
            • 12

            #6
            up

            new version

            Comment

            • CyberHustler
              Masterbaiter
              • Feb 2006
              • 28736

              #7
              demo please?
              “If you can convince the lowest white man he’s better than the best colored man, he won’t notice you’re picking his pocket. Hell, give him somebody to look down on, and he’ll empty his pockets for you.”

              Comment

              • yahoo-xxx-girls.com
                Confirmed User
                • Jul 2006
                • 3143

                #8
                Yea a demo would be nice...

                .
                sig too big

                Comment

                • Chariott
                  Confirmed User
                  • Nov 2006
                  • 361

                  #9
                  It's well-known that text-based scripts work faster and stably if desined well and written in C++.

                  UUGallery v3.37 builder plugin for Wordpress!
                  Now it builds FLV VIDEO Galleries! It grabs galleries from FHG's, generates thumbnails, resizes originals,
                  arranges within your template and posts a gallery within 1 click!
                  Start making money right now!
                  ICQ# 475-719-552, Email+MSN: msnaddress[-~at~-]uusoftware.com

                  Comment

                  • GrouchyAdmin
                    Now choke yourself!
                    • Apr 2006
                    • 12085

                    #10
                    A damn shame that this thread doesn't have a babelfish translation button.

                    Comment

                    • Adtop
                      Confirmed User
                      • May 2007
                      • 12

                      #11
                      I have not demo.
                      But tops tgpfreetgp.com, mysextgp.net and adultmentgp.com/hard/ use this script.

                      Comment

                      • CyberHustler
                        Masterbaiter
                        • Feb 2006
                        • 28736

                        #12
                        Originally posted by Adtop
                        I have not demo.
                        But tops tgpfreetgp.com, mysextgp.net and adultmentgp.com/hard/ use this script.
                        “If you can convince the lowest white man he’s better than the best colored man, he won’t notice you’re picking his pocket. Hell, give him somebody to look down on, and he’ll empty his pockets for you.”

                        Comment

                        • Adtop
                          Confirmed User
                          • May 2007
                          • 12

                          #13
                          up
                          deviation (anticheat) is added

                          Comment

                          • Adtop
                            Confirmed User
                            • May 2007
                            • 12

                            #14
                            up
                            new formula of deviation.
                            antispam protection is added.

                            Comment

                            • minusonebit
                              So Fucking Banned
                              • Feb 2006
                              • 7391

                              #15
                              Originally posted by Serious Business
                              why wouldnt it use mysql? would be much faster than writing static files to the server
                              Took the thought right out of my head. WTF? No one uses flat file DBs anymore.

                              Comment

                              • minusonebit
                                So Fucking Banned
                                • Feb 2006
                                • 7391

                                #16
                                Originally posted by Chariott
                                It's well-known that text-based scripts work faster and stably if desined well and written in C++.
                                Yeah, maybe on a solid state HDD... LOL

                                Comment

                                • Adtop
                                  Confirmed User
                                  • May 2007
                                  • 12

                                  #17
                                  Originally posted by minusonebit
                                  Took the thought right out of my head. WTF? No one uses flat file DBs anymore.
                                  Originally posted by minusonebit
                                  Yeah, maybe on a solid state HDD... LOL
                                  Do you know about CJ-scripts without MYSQL?(ats,proton,gbcj,trafficdrive,fet)

                                  Comment

                                  • k0nr4d
                                    Confirmed User
                                    • Aug 2006
                                    • 9231

                                    #18
                                    Reading flat files in itself is faster and less server-intensive then grabbing from a DB. In the end, MySQL DOES write to files.

                                    HOWEVER, using a text-based database is going to be slower due to all the parsing that needs to be done to make the database usable.
                                    Mechanical Bunny Media
                                    Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                                    Comment

                                    • justFred
                                      Confirmed User
                                      • Mar 2007
                                      • 922

                                      #19
                                      my TGP runs on a flat file script I wrote myself, and I have no performance problems.

                                      I'm sure it COULD run faster but it doesn't need to since it's a low-traffic site.
                                      Vote Bill Cosby 2012

                                      Comment

                                      • Dvae
                                        Confirmed User
                                        • Feb 2005
                                        • 5326

                                        #20
                                        Originally posted by k0nr4d
                                        Reading flat files in itself is faster and less server-intensive then grabbing from a DB. In the end, MySQL DOES write to files.

                                        HOWEVER, using a text-based database is going to be slower due to all the parsing that needs to be done to make the database usable.
                                        Have you or do you ever use SQLite?
                                        Any opinions on it?
                                        .
                                        .

                                        Arguing with a troll is a lot like wrestling in the mud with a pig, after a couple of hours you realize the pig likes it.

                                        Comment

                                        • k0nr4d
                                          Confirmed User
                                          • Aug 2006
                                          • 9231

                                          #21
                                          Originally posted by Dvae
                                          Have you or do you ever use SQLite?
                                          Any opinions on it?
                                          I've never used anything outside MySQL and MSSQL. I've heard good things about Postgres, though.
                                          Mechanical Bunny Media
                                          Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                                          Comment

                                          • Adtop
                                            Confirmed User
                                            • May 2007
                                            • 12

                                            #22
                                            new url ttp://adtopscript.net/

                                            Comment

                                            • HomerSimpson
                                              Too lazy to set a custom title
                                              • Sep 2005
                                              • 13826

                                              #23
                                              Originally posted by Adtop
                                              some cj-script use text files for base.
                                              and i think, text files faster then mysql
                                              you are wrong...
                                              many times database is much faster than flat file..
                                              Make a bank with Chaturbate - the best selling webcam program
                                              Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

                                              PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:

                                              Comment

                                              • Libertine
                                                sex dwarf
                                                • May 2002
                                                • 17860

                                                #24
                                                Not using MySQL is just silly for something like this.

                                                If you want to optimize speed on a high-traffic site, set a cronjob to generate static pages every X minutes.
                                                /(bb|[^b]{2})/

                                                Comment

                                                • Adtop
                                                  Confirmed User
                                                  • May 2007
                                                  • 12

                                                  #25
                                                  Soon i will start to tell bad words ;)
                                                  This thread is not about advantages of sql and text files.
                                                  This thread is about script.

                                                  Comment

                                                  • The Judge
                                                    Confirmed User
                                                    • Jan 2006
                                                    • 1647

                                                    #26
                                                    komradski, how many undetectable trojan-bot come with script? why you give for free?

                                                    Comment

                                                    • Hellfire
                                                      Confirmed User
                                                      • Oct 2002
                                                      • 159

                                                      #27
                                                      I think he's taking small piece of traffic for it. 8)
                                                      like 0,5-1%
                                                      XBABE.COM

                                                      Comment

                                                      • Adtop
                                                        Confirmed User
                                                        • May 2007
                                                        • 12

                                                        #28
                                                        Originally posted by The Judge
                                                        komradski, how many undetectable trojan-bot come with script? why you give for free?
                                                        Originally posted by Hellfire
                                                        I think he's taking small piece of traffic for it. 8)
                                                        like 0,5-1%
                                                        In the script there is no trojan-bot!
                                                        Sсript does not take traffic absolutely. And script will not take traffic at future.

                                                        I insert one url, from known sponsor, in page "add.php" (its page for webmasters.). Its enough for me.
                                                        Last edited by Adtop; 09-28-2008, 05:40 AM.

                                                        Comment

                                                        Working...