Introducing SW QuickTube - A Fast, Easy and Affordable Tube Script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Barefootsies
    Choice is an Illusion
    • Feb 2005
    • 42635

    #16
    Black Label Scripts 2.0?
    Should You Email Your Members?

    Link1 | Link2 | Link3

    Enough Said.

    "Would you rather live like a king for a year or like a prince forever?"

    Comment

    • Si
      Such Fun!
      • Feb 2008
      • 13900

      #17
      Originally posted by Profits of Doom
      So you can integrate Zombaio and make a paysite tube out of this script?
      That would be good.

      Script looks pretty cool

      Comment

      • arock10
        Confirmed User
        • Jan 2006
        • 6217

        #18
        Originally posted by Barefootsies
        Black Label Scripts 2.0?
        nope, different people, different code, different specs and designed with different goals in mind
        Sup

        Comment

        • mechanicvirus
          Confirmed User
          • Feb 2005
          • 4219

          #19
          Originally posted by Barefootsies
          Black Label Scripts 2.0?
          pretty sure from the numbers ive seen bls is worth more than your combined revenue over your lifetime but you will quote this and write a rant about some crazy shit that wont matter so im just gonna laugh now before it even happens haha rofl dang

          Comment

          • ScriptWorkz
            Confirmed User
            • Jul 2007
            • 274

            #20
            Originally posted by V_RocKs
            When I rate a video it tells me I already rated the video for $x many stars ($x being the amount I pick) even though I haven't rated the video yet. It then shows the correct number of stars.

            So there is a fuck up in the if/then on how it handles the situation.

            Ahh... I see now... It should be saying something to the effect of: You rate this video a 5. Thank you!

            The way it is currently worded it causes the person rating to think it is giving them an error... that it is ALREADY rated by them even when they are currently rating it.
            I updated the wording on the main demo and in the release version of the script, hopefully it'll be less confusing. Also if anyone doesn't like the way it's worded or displayed, it can be changed by editing the template used for the rating.

            Comment

            • mechanicvirus
              Confirmed User
              • Feb 2005
              • 4219

              #21
              scriptworkz is an awesome dude, love his work

              Comment

              • Barefootsies
                Choice is an Illusion
                • Feb 2005
                • 42635

                #22
                Thanks for the laughs...

                Originally posted by mechanicvirus
                pretty sure from the numbers ive seen bls is worth more than your combined revenue over your lifetime

                Carry on.
                Should You Email Your Members?

                Link1 | Link2 | Link3

                Enough Said.

                "Would you rather live like a king for a year or like a prince forever?"

                Comment

                • Bored
                  Confirmed User
                  • Feb 2002
                  • 1011

                  #23
                  bumpage for good peeps
                  If Satan Wore a Hairpeice, there would be HELL TOUPEE!!
                  HTML Porn
                  pbbc fo li

                  Comment

                  • V_RocKs
                    Damn Right I Kiss Ass!
                    • Nov 2003
                    • 32447

                    #24
                    Code:
                    A PHP Error was encountered
                    
                    Severity: Notice
                    
                    Message: Undefined index: thumb
                    
                    Filename: admin/videos.php
                    
                    Line Number: 494
                    
                    A PHP Error was encountered
                    
                    Severity: Notice
                    
                    Message: Undefined index: thumb
                    
                    Filename: admin/videos.php
                    
                    Line Number: 234
                    Happens when trying to edit a thumb by uploading a new one. It also didn't receive the first uploaded thumb I tried.

                    Comment

                    • fatfoo
                      ICQ:649699063
                      • Mar 2003
                      • 27763

                      #25
                      This sounds like a great tube script. Congratulations. It's great to be able to create advanced technologies.
                      Send me an email: [email protected]

                      Comment

                      • V_RocKs
                        Damn Right I Kiss Ass!
                        • Nov 2003
                        • 32447

                        #26
                        On top of this... It should resize to fit the closest height or width and then crop the thumb.

                        So if I upload a 400x300 thumb and it needs to be 125x100 it will: 400/300 = 1.33 which is greater than 1.25 (our thumb we want). Therefor it will now resize by height making a 133x100 thumb which will be center cropped down to 125x100.

                        Had it been 300x400 it would have been a lower number: .75

                        Then it would resize by width max of 125 to 125x166 and then cropped to 125x100.

                        Comment

                        • ScriptWorkz
                          Confirmed User
                          • Jul 2007
                          • 274

                          #27
                          Originally posted by V_RocKs
                          Code:
                          A PHP Error was encountered
                          
                          Severity: Notice
                          
                          Message: Undefined index: thumb
                          
                          Filename: admin/videos.php
                          
                          Line Number: 494
                          
                          A PHP Error was encountered
                          
                          Severity: Notice
                          
                          Message: Undefined index: thumb
                          
                          Filename: admin/videos.php
                          
                          Line Number: 234
                          Happens when trying to edit a thumb by uploading a new one. It also didn't receive the first uploaded thumb I tried.
                          Wow man, your really on it, lol. Looks like i forgot to apply some of the last minute fixes to the demo's code base which is causing stuff that's already been fixed to be broke on the demo. Any copies that have already been downloaded don't suffer from this and the demo's been updated.


                          Thanks for the feedback man

                          Comment

                          • arock10
                            Confirmed User
                            • Jan 2006
                            • 6217

                            #28
                            Originally posted by V_RocKs
                            On top of this... It should resize to fit the closest height or width and then crop the thumb.

                            So if I upload a 400x300 thumb and it needs to be 125x100 it will: 400/300 = 1.33 which is greater than 1.25 (our thumb we want). Therefor it will now resize by height making a 133x100 thumb which will be center cropped down to 125x100.

                            Had it been 300x400 it would have been a lower number: .75

                            Then it would resize by width max of 125 to 125x166 and then cropped to 125x100.
                            I know who to contact for the next beta lol
                            Sup

                            Comment

                            • fuzebox
                              making it rain
                              • Oct 2003
                              • 22351

                              #29
                              Nice price point!

                              V_Rocks is a beta testing machine, wow.

                              Comment

                              • ScriptWorkz
                                Confirmed User
                                • Jul 2007
                                • 274

                                #30
                                Originally posted by V_RocKs
                                On top of this... It should resize to fit the closest height or width and then crop the thumb.

                                So if I upload a 400x300 thumb and it needs to be 125x100 it will: 400/300 = 1.33 which is greater than 1.25 (our thumb we want). Therefor it will now resize by height making a 133x100 thumb which will be center cropped down to 125x100.

                                Had it been 300x400 it would have been a lower number: .75

                                Then it would resize by width max of 125 to 125x166 and then cropped to 125x100.
                                You are correct and our thumbnailing code was a little off, it has been corrected. Thanks again for the feedback, and the tip

                                Comment

                                Working...