vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Video Club (YouTUBE, Vimeo, DailyMotion etc) (https://vborg.vbsupport.ru/showthread.php?t=324885)

Naijasite 04-19-2017 01:21 PM

1. The directory videoclub/thumbs and directory videoclub/thumbs are cmod 777
2. htaccess is added to my htaccess in directory
2. When adding video Thumbnail show but after adding the video it will show preview not available.
3. If i set SEO URLs Active as No, the vidoe will show but thumbnail will not show also.
After adding Video and click on save it come up with database error.


Code:

Database error in vBulletin 4.2.3:
Code:


Invalid SQL:
UPDATE videoclub_items SET threadid= WHERE id=5;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE id=5' at line 1
Error Number  : 1064
Request Date  : Wednesday, April 19th 2017 @ 11:11:16 AM
Error Date    : Wednesday, April 19th 2017 @ 11:11:16 AM
Script        : http://www.spyidea.com/video_usercp.php
Referrer      : http://www.spyidea.com/video_usercp.php?do=addnew
IP Address    : 197.210.28.119
Username      : nameee
Classname    : vB_Database
MySQL Version : 10.1.21-MariaDB-cll-lve

Please kindly provide assistance on how to resolve the above problems. You can try adding video to see yourself.

Quote:

Originally Posted by paradoxG(r)eek (Post 2585606)
For thumbnail I need the real video URL (eg YouTUBE) to check if it has thumbnail or not.
1.- Have you cmod 777 the directory videoclub/thumbs?
2.- When you tried to add the video did you seen any thumnail in the form?

For the video page the link is wrong. As I seen you've activated SEO urls. Have you upload htaccess.txt and then rename it to .htaccess ? Is also wise first to check something with real URLs and when you see that everything is working fine then to turn on SEO urls. So I suggest you to turn off seo urls now.

When I use direct links eg http://www.spyidea.com/video.php?do=viewvideo&id=3 the video works. So something is wrong with your htaccess file.


paradoxG(r)eek 04-19-2017 01:44 PM

Quote:

Originally Posted by Naijasite (Post 2585607)
1. The directory videoclub/thumbs and directory videoclub/thumbs are cmod 777

Yout user title indicates that you're a coder so you know that is not good to mix your questions with new reports but rather post one by one. Also when I'm asking something please reply to it.

I asked you the video url of the video that you tried to import. Or, if you don't want to share it, try the same link in my demo installation. This will helps me to understand if the error comes from the mod or from your settings.

Quote:

Originally Posted by Naijasite (Post 2585607)
2. htaccess is added to my htaccess in directory

Can you attach your htaccess file?

Quote:

Originally Posted by Naijasite (Post 2585607)
Code:

Database error in vBulletin 4.2.3:
Code:


Invalid SQL:
UPDATE videoclub_items SET threadid= WHERE id=5;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE id=5' at line 1
Error Number  : 1064
Request Date  : Wednesday, April 19th 2017 @ 11:11:16 AM
Error Date    : Wednesday, April 19th 2017 @ 11:11:16 AM
Script        : http://www.spyidea.com/video_usercp.php
Referrer      : http://www.spyidea.com/video_usercp.php?do=addnew
IP Address    : 197.210.28.119
Username      : nameee
Classname    : vB_Database
MySQL Version : 10.1.21-MariaDB-cll-lve


As I seen you want to use Threads for comments. That's fine. My mod supports 3 types of comments. Have you selected to which forum the threads will be created? Have tested in my side and works perfect.
eg for the video:
https://www.cmsbulletin.com/demo/vb4...@-st.-maarten/
a thread auto created:
https://www.cmsbulletin.com/demo/vb4...en&p=13#post13

Quote:

Originally Posted by Naijasite (Post 2585607)
Please kindly provide assistance on how to resolve the above problems. You can try adding video to see yourself.

I'm providing immediatelly support if your seen the post counter. 380 in less than 10 days.

Naijasite 04-19-2017 01:58 PM

1. This is one of the Video Url https://www.youtube.com/watch?v=tHE99nOYh70 i added but it still show Preview not Available

2. I have also tried almost all the video link from this Youtube page but it show Preview Not Available https://www.youtube.com/results?sear...k+angel+comedy

3. I use this same video link on your website it shows fine including the thumbnail. https://www.youtube.com/watch?v=NbLYmu2USIk

4. I have also selected thread for Comment and the forum to use. Each video submitted thread is been created too.

Code:

directoryindex index.php
RewriteEngine on

# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
# RewriteBase /forum/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
 #Options -MultiViews

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
RewriteRule ^entries/.* entry.php [QSA]


RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]

# Check MVC result
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ - [NC,L]
RewriteRule ^(.*)$ - [R=404,L]

# Ultimate htaccess Blacklist from Perishable Press
# Deny domain access to spammers and other scumbags
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} almaden [OR]
RewriteCond %{HTTP_USER_AGENT} ^Anarchie [OR]
RewriteCond %{HTTP_USER_AGENT} ^ASPSeek [OR]
RewriteCond %{HTTP_USER_AGENT} ^attach [OR]
RewriteCond %{HTTP_USER_AGENT} ^autoemailspider [OR]
RewriteCond %{HTTP_USER_AGENT} ^BackWeb [OR]
RewriteCond %{HTTP_USER_AGENT} ^Bandit [OR]
RewriteCond %{HTTP_USER_AGENT} ^BatchFTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^Buddy [OR]
RewriteCond %{HTTP_USER_AGENT} ^bumblebee [OR]
RewriteCond %{HTTP_USER_AGENT} ^CherryPicker [OR]
RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
RewriteCond %{HTTP_USER_AGENT} ^CICC [OR]
RewriteCond %{HTTP_USER_AGENT} ^Collector [OR]
RewriteCond %{HTTP_USER_AGENT} ^Copier [OR]
RewriteCond %{HTTP_USER_AGENT} ^Crescent [OR]
RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
RewriteCond %{HTTP_USER_AGENT} ^DA [OR]
RewriteCond %{HTTP_USER_AGENT} ^DIIbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
RewriteCond %{HTTP_USER_AGENT} ^DISCo\ Pump [OR]
RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]
RewriteCond %{HTTP_USER_AGENT} ^Download\ Wonder [OR]
RewriteCond %{HTTP_USER_AGENT} ^Downloader [OR]
RewriteCond %{HTTP_USER_AGENT} ^Drip [OR]
RewriteCond %{HTTP_USER_AGENT} ^DSurf15a [OR]
RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
RewriteCond %{HTTP_USER_AGENT} ^EasyDL/2.99 [OR]
RewriteCond %{HTTP_USER_AGENT} ^extrem [OR]
RewriteCond %{HTTP_USER_AGENT} ^extremecoderz [OR]
RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} email [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailCollector [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
RewriteCond %{HTTP_USER_AGENT} ^FileHound [OR]
RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetSmart [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
RewriteCond %{HTTP_USER_AGENT} ^gigabaz [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go\!Zilla [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
RewriteCond %{HTTP_USER_AGENT} ^gotit [OR]
RewriteCond %{HTTP_USER_AGENT} ^Grabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
RewriteCond %{HTTP_USER_AGENT} ^grub-client [OR]
RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
RewriteCond %{HTTP_USER_AGENT} ^HTTrack [OR]
RewriteCond %{HTTP_USER_AGENT} ^httpdown [OR]
RewriteCond %{HTTP_USER_AGENT} .*httrack.* [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^ia_archiver [OR]
RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} ^Indy*Library [OR]
RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
RewriteCond %{HTTP_USER_AGENT} ^InternetLinkagent [OR]
RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]
RewriteCond %{HTTP_USER_AGENT} ^InternetSeer.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^Iria [OR]
RewriteCond %{HTTP_USER_AGENT} ^JBH*agent [OR]
RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]
RewriteCond %{HTTP_USER_AGENT} ^JustView [OR]
RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^LexiBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^lftp [OR]
RewriteCond %{HTTP_USER_AGENT} ^Link*Sleuth [OR]
RewriteCond %{HTTP_USER_AGENT} ^likse [OR]
RewriteCond %{HTTP_USER_AGENT} ^Link [OR]
RewriteCond %{HTTP_USER_AGENT} ^LinkWalker [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mag-Net [OR]
RewriteCond %{HTTP_USER_AGENT} ^Magnet [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]
RewriteCond %{HTTP_USER_AGENT} ^Memo [OR]
RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL [OR]
RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mirror [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*Indy [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*NEWT [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla*MSIECrawler [OR]
RewriteCond %{HTTP_USER_AGENT} ^MSIECrawler [OR]
RewriteCond %{HTTP_USER_AGENT} ^MSProxy [OR]
RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetMechanic [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^NICErsPRO [OR]
RewriteCond %{HTTP_USER_AGENT} ^Ninja [OR]
RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]
RewriteCond %{HTTP_USER_AGENT} ^Openfind [OR]
RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]
RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
RewriteCond %{HTTP_USER_AGENT} ^Ping [OR]
RewriteCond %{HTTP_USER_AGENT} ^PingALink [OR]
RewriteCond %{HTTP_USER_AGENT} ^Pockey [OR]
RewriteCond %{HTTP_USER_AGENT} ^psbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^poster [OR]
RewriteCond %{HTTP_USER_AGENT} ^Pump [OR]
RewriteCond %{HTTP_USER_AGENT} ^QRVA [OR]
RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^Reaper [OR]
RewriteCond %{HTTP_USER_AGENT} ^Recorder [OR]
RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^Scooter [OR]
RewriteCond %{HTTP_USER_AGENT} ^Scrape [OR]
RewriteCond %{HTTP_USER_AGENT} ^ScrapeBoard [OR]
RewriteCond %{HTTP_USER_AGENT} ^Seeker [OR]
RewriteCond %{HTTP_USER_AGENT} ^Siphon [OR]
RewriteCond %{HTTP_USER_AGENT} ^sitecheck.internetseer.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
RewriteCond %{HTTP_USER_AGENT} ^SlySearch [OR]
RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^Snake [OR]
RewriteCond %{HTTP_USER_AGENT} ^SpaceBison [OR]
RewriteCond %{HTTP_USER_AGENT} ^sproose [OR]
RewriteCond %{HTTP_USER_AGENT} ^Stripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^Szukacz [OR]
RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]
RewriteCond %{HTTP_USER_AGENT} ^Themaposter [OR]
RewriteCond %{HTTP_USER_AGENT} ^Thema [OR]
RewriteCond %{HTTP_USER_AGENT} ^URLSpiderPro [OR]
RewriteCond %{HTTP_USER_AGENT} ^Vacuum [OR]
RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
RewriteCond %{HTTP_USER_AGENT} ^Warez [OR]
RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[Bb]andit [OR]
RewriteCond %{HTTP_USER_AGENT} ^webcollage [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\ Downloader [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebEMailExtrac.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebHook [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebMiner [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebMirror [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR]
RewriteCond %{HTTP_USER_AGENT} ^Webster [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
RewriteCond %{HTTP_USER_AGENT} WebWhacker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
RewriteCond %{HTTP_USER_AGENT} ^Whacker [OR]
RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
RewriteCond %{HTTP_USER_AGENT} ^x-Tractor [OR]
RewriteCond %{HTTP_USER_AGENT} ^webcollage [OR]
RewriteCond %{HTTP_USER_AGENT} ^cScrape [OR]
RewriteCond %{HTTP_USER_AGENT} ^scrapebox [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xenu [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xrumer [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xrumer [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus.*Webster [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus
RewriteRule ^.* - [F,L]

RewriteEngine on
Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} scrapebox.com [NC] RewriteRule .* - [F]
AuthName questlot.com
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*



ErrorDocument 404 http://www.spyidea.com/404.php 


<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

#<IfModule mod_suphp.c>
#suPHP_ConfigPath /home/charwjgk/public_html/www.spyidea.com
#</IfModule>

RewriteEngine on
RewriteCond %{HTTP_HOST} ^spyidea.com [NC]
RewriteRule ^(.*)$ http://www.spyidea.com/$1 [R=301,L]


RewriteEngine On

RewriteRule ^videos/album/([^/]*)/ ./video.php?do=browse&type=1&catid=$1 [L,NC]
RewriteRule ^videos/author/([^/]*)/ ./video.php?do=browse&type=2&userid=$1 [L,NC]
RewriteRule ^videos/tag/([^/]*)/ ./video.php?do=browse&type=3&tagid='$1' [L,NC]
RewriteRule ^video/([^/]*)/ ./video.php?do=viewvideo&id=$1 [L,NC]


paradoxG(r)eek 04-19-2017 02:11 PM

Quote:

Originally Posted by Naijasite (Post 2585609)
1. This is one of the Video Url https://www.youtube.com/watch?v=tHE99nOYh70 i added but it still show Preview not Available

If it works in my site then is something that you must check to find in your site. As long as videoclub/thumbs/ is CMOD 777 as you wrote before, check in your PHP ini if allow_url_fopen is ON. Other than this I'm not server guru.

Quote:

Originally Posted by Naijasite (Post 2585609)
4. I have also selected thread for Comment and the forum to use. Each video submitted thread is been created too.

Do you mean that the thread is created (you can see it in forumlist) but the threadid is not saving in video record?

As for htaccess seems to be ok. Try to put my rules at the top of the file.

BadgerDog 04-19-2017 02:11 PM

Chris .. :)

A SitRep ... ;)

So far, all functions and features of 1.3.2 seem to be working well ... :up:

Will continue testing and let you know if we come across anything...

Thanks...

Regards,
Doug

Naijasite 04-19-2017 02:12 PM

i select Commenting System as simple and database dont show error anymore.

Lets focus on the Preview Not Available.

paradoxG(r)eek 04-19-2017 02:17 PM

Quote:

Originally Posted by Naijasite (Post 2585612)
i select Commenting System as simple and database dont show error anymore.

Lets focus on the Preview Not Available.

It's 100% a server error, but who knows what exactly is :confused:
Try to CMOD back to 755 the folder videoclub/thumbs/ Some servers don't need it and instead they causes errors. Also, is there any error loged in error.log file?

paradoxG(r)eek 04-19-2017 02:24 PM

Quote:

Originally Posted by BadgerDog (Post 2585611)
Chris .. :)

A SitRep ... ;)

So far, all functions and features of 1.3.2 seem to be working well ... :up:

Will continue testing and let you know if we come across anything...

Thanks...

Regards,
Doug

Ok Doug. That redirection delay don't think that is an issue anymore as long as the Video Status appears in My Videos. Also the last uploaded video appears first so the users, even if they didn't read the message, they can find it in their list.

If redirection message is in general problematic for your members you can disable them at:
Admincp-> Settings-> Options-> Cookies and HTTP Header Options-> Remove Redirection Message Pages

paradoxG(r)eek 04-19-2017 02:26 PM

Quote:

Originally Posted by Naijasite (Post 2585612)
i select Commenting System as simple and database dont show error anymore.

Lets focus on the Preview Not Available.

In my opinion Disqus is the best choice as it has lots of social features.

Naijasite 04-19-2017 02:37 PM

Quote:

Originally Posted by paradoxG(r)eek (Post 2585613)
It's 100% a server error, but who knows what exactly is :confused:
Try to CMOD back to 755 the folder videoclub/thumbs/ Some servers don't need it and instead they causes errors. Also, is there any error loged in error.log file?


Thanks for your swift response. I have CMOD back to 755 the folder videoclub/thumbs/ 755 is not the issue so i change it back to 777

allow_url_fopen is on now. But video thumbnail still not showing.

what could be the problem?


All times are GMT. The time now is 09:47 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01789 seconds
  • Memory Usage 1,813KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete