The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
After doing an import of embeds, the script "created (downloaded)" 20 thumbs where there was only 1. I have set thumbs in #_video to '1', but they still appear in the admin video edit view which consequently gives 1 actual thumb and 19 bad images. Where else do you need to go to correct this?
Offline
You have To Remove That Code From Embed Video Grabbers It Will Otherwise Download 20 Thumbs And If You Provide Only One Then 19 Will We Not Displayed. I Have Same In My Site To Reduce Size of Site.
Pharmacy, wholesale prices - worldwide shipping.
Offline
This was a CSV import. Where is the code that needs to be removed?
Offline
Its Limit To 20 In Every Place Maxium Change In Configuration Of Video And Check CSV Import File And Check
Pharmacy, wholesale prices - worldwide shipping.
Offline
Symtab, can you clarify?
Offline
The script should only download 1 thumb (or if you use the ; feature for thumbs, then all thumbs). Did the thumb download fail?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
No, it did the 1 download but the database is getting set to 20. It appears that $thumbs is incrementing all the way and not breaking. I need to look into it a bit more, but the CSV is using ; as a seperator with only 1 thumb - might be an issue. I saw the CSV check thing when I was looking for this, but in retrospect I misread that section.
if (!is_uploaded_file($_FILES['csv']['tmp_name'])) {
$errors[] = 'Uploaded CSV file is not a valid uploaded file!';
}
Offline
Pages: 1