Black Label Scripts 2.0?
Introducing SW QuickTube - A Fast, Easy and Affordable Tube Script
Collapse
X
-
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 dangComment
-
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.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.Comment
-
-
Comment
-
Happens when trying to edit a thumb by uploading a new one. It also didn't receive the first uploaded thumb I tried.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
Comment
-
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
-
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
-
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.Happens when trying to edit a thumb by uploading a new one. It also didn't receive the first uploaded thumb I tried.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
Thanks for the feedback manComment
-
I know who to contact for the next beta lolOn 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.SupComment
-
You are correct and our thumbnailing code was a little off, it has been corrected. Thanks again for the feedback, and the tipOn 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


Comment