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
I have a lot of mp4 videos on my site and i would like to have those video at mobile site. Also they have better quality than mobile videos.
at
public_html/mobile/browser.php
public_html/mobile/search.php
public_html/mobile/categories.php
i have added
WHERE ext = 'mp4'
And everything is ok, the problem now is when i play the video. The script search for a mobile video url and not for the main video url
.
How to change this?
Offline
Edit mobile/components/view.php and replace:
$video['mobile_url'] = VHelper_video_stream::url_mobile(TRUE, $video_id, $video['server']);
with:
$video['mobile_url'] = VHelper_video_stream::url(TRUE, $video_id, $video['server']);
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
My recommandation is to use the mobile mp4 file, however if you want to target only new phones/tablets, the mp4 hd file will also work.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Edit mobile/components/view.php and replace:
$video['mobile_url'] = VHelper_video_stream::url_mobile(TRUE, $video_id, $video['server']);
with:
$video['mobile_url'] = VHelper_video_stream::url(TRUE, $video_id, $video['server']);
I changed that but it now says it cannot find the file
Offline
Does the video have a mp4 file?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Erm...sorry, i made a mistake. It should be:
VHelper_video_stream::url(TRUE, $video_id, 'mp4', $video['server']);
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1