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
Xvideos offers a BIG csv file with their videos, but is it compatible with adult script pro?
Offline
i ask before....no man
Offline
Well, if not out of the box, it should still be possible to do.
May try to write something up myself
Offline
if you know coding you can do anything
Offline
True that. If I make it work I'll be sure to share it
Offline
i have download this CSV over 8 month and i cant add it in database.....first i try with phpmotion and now with ASP.....i hope work to you ,to can share with us
Last edited by thiva7 (2011-06-23 12:23:23)
Offline
When was the admin supposed to come back again?
Offline
The xvideos.com CSV is only specific for xvideos and it will not work with other sites. I could try to add it in the future though.
I will get back to development after 5 July. I apologise for the delay.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
No worries symtab, you've done a great job already. No hurry.
Offline
I'm back. I can write a small csv importer for xvideos only this weekend.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
start it
Offline
If anyone wants this, just drop me a email. It works correctly, but you need to run it from the ssh console. It will add all videos in the xvideos csv.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
adrian i send u mail
Offline
Processing entry 685 ...
ErrorException [ 2 ]: strpos(): Empty delimiter ~ /home/username/public_html/domain.com/xvideos_import.php [ 158 ]
after 684 i get this message
Offline
Find the following lines:
if (strpos($cname, $tag) !== FALSE) {
if (!in_array($cat_id, $cats)) {
$cats[] = $cat_id;
}
}
replace with:
if (!empty($tag)) {
if (strpos($cname, $tag) !== FALSE) {
if (!in_array($cat_id, $cats)) {
$cats[] = $cat_id;
}
}
}
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Processing entry 75802 ...
ErrorException [ 2 ]: strpos(): Empty delimiter ~ /home/user/public_html/domain.com/xvideos_import.php [ 143 ]
Offline
I would love to try that, but since I'm getting errors with videoswiper and embedding via cron I'm afraid this will leave me without thumbs as well...
Offline
i ve just noticed that from the .csv importer is not count video views.
Offline
What do you mean it doesnt count views? I just viewed the video 2 times and it increased its views.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
ok look here http://www.xporn4u.com/recent/
is not show views
Offline
Ahhh...i understand, that happens because the video thumbs are bigger. Please edit templates/your-template/css/style.css and find:
.video img, .category img {
padding: 1px;
border: 1px solid #4F4F4F;
}
add after:
.video img {
width: 160px;
height: 120px;
}
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Ahhh...i understand, that happens because the video thumbs are bigger. Please edit templates/your-template/css/style.css and find:
.video img, .category img { padding: 1px; border: 1px solid #4F4F4F; }
add after:
.video img { width: 160px; height: 120px; }
thank you adrian but is work well for chrome and IE but is not show views with mozilla
Offline
Pages: 1