• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Crazy problems with 3.6

Started by rauljoseph,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rauljosephTopic starter

Hi i will send the url to alex or office@phpvide.com

The problem:
1)How to have search option and upload on mobile withought login in?
2) After sign in, if user clicks the site name to come to the home page, its not signed in anymore.  so when admin signs in, it takes to the profile but when you enter /moderator (in my case its /raul) it says you are not he admin and click to login. it just keeps going in a loop. No matter what you click, its logged out. But on chrome(on a PC) it seems to work fine

PS : so no Uploads on mobile because of this as well because as soon as you hit the upload icon it asks you to login, then once you login it will goto profile but you cant hit anything else ---- Back to login loop.

3) Easy player dosent show HD options like your demo does
4)Easy player dosent go full screen. when you click it goes to full screen but within browser.
5) No logout button
6) Can we have the related videos show most viewed from the same category instead of from the same uploader?





  •  

PHPVibe A.

1. Upload without logging in? That's very risky, no site has that.
2. Do you have anything that would conflict with the session? Like mod_security or any firewall, etc?
3. EVP shows HD only on Youtube videos which have HD playback. On PHPVibe uploaded and/or/converted videos there is only one video quality.
4. I'll check this.
5. Check attached screen.
6. you simply need to change the query tpl/main/layouts/user_videos.php to something like:
$result = $cachedb->get_results("SELECT ".DB_PREFIX."videos.title,".DB_PREFIX."videos.id as vid,".DB_PREFIX."videos.thumb, ".DB_PREFIX."videos.views,".DB_PREFIX."videos.duration,".DB_PREFIX."users.name, ".DB_PREFIX."users.id as owner FROM ".DB_PREFIX."videos LEFT JOIN ".DB_PREFIX."users ON ".DB_PREFIX."videos.user_id = ".DB_PREFIX."users.id where ".DB_PREFIX."videos.category ='".$video->category."' and ".DB_PREFIX."videos.pub > 0  ORDER BY ".DB_PREFIX."videos.views DESC limit 0,".get_option('related-nr')." ")


Same is in tpl/main/layouts/related.php but ordered by id desc (meaning recent first)

rauljosephTopic starter

Thanks for the reply.
No I meant to have the Upload button but if they click it should prompt to login.
EVP dosent show HD atall. I have tried videos with hd options on youtube.
  •  

rauljosephTopic starter

#3
What line do I add/replace those code?

$result = $cachedb->get_results("SELECT ".DB_PREFIX."videos.title,".DB_PREFIX."videos.id as vid,".DB_PREFIX."videos.thumb, ".DB_PREFIX."videos.views,".DB_PREFIX."videos.duration,".DB_PREFIX."users.name, ".DB_PREFIX."users.id as owner FROM ".DB_PREFIX."videos LEFT JOIN ".DB_PREFIX."users ON ".DB_PREFIX."videos.user_id = ".DB_PREFIX."users.id where ".DB_PREFIX."videos.category ='".$video->category."' and ".DB_PREFIX."videos.pub > 0  ORDER BY ".DB_PREFIX."videos.views DESC limit 0,".get_option('related-nr')." ")


  •  

PHPVibe A.

There is only one query that looks like this in that file, you replace that query in full (even if the change is minor)

$result = $cachedb->get_results

rauljosephTopic starter

Thanks Alex.
Easy player still has issues. It only loads in IE. No luck with chrome or mozzilla.

JW player dosent work atall.

Have youtube player selected now, but on mobile it dosent show full screen button.

-
Raul
  •  

PHPVibe A.



rauljosephTopic starter

jw player version 5 (old) works fine in chrome(no HD options) but it wont run on mobile since it requires flash
  •  

rauljosephTopic starter

  •  

PHPVibe A.


PHPVibe A.

Quote from: rauljoseph on
jw player version 5 (old) works fine in chrome(no HD options) but it wont run on mobile since it requires flash

No player has hd options for stored videos because PHPVibe (for now) supports only one conversion quality.

I don't understand, on Chrome I have no problems with any of the players, problems start on old version of Firefox and on Safari for Win...
What version of Chrome do you use? Maybe you have some plugins that block it? Check the flash plugin also to see if it's not by any chance old.

rauljosephTopic starter

Google chrome Version 34.0.1847.131 m. All adons dissabled.
Firewalls disabled.
Made sure no adblock or flash block


I have guys in another country work on this as well and they said the same issue.
Easy player dosent not have hd options for even youtube videos.
Give me you email, i will send you the domain, check it out yourself.
I had sent domain to office@phpvibe.com

Not sure if its anything to do with the install, but if you think a fresh install could fix it, i can send you all cpanel/ftp details.
  •  

PHPVibe A.

I have the exact same version of chrome. Better message me the domain, I get briefed about mails every morning, so next time is tomorrow morning since the departments have been split in different cities.

Similar topics (7)