Or, let me ask you this...
By name of the video, are you looking for the video's file name? Such as 18232837232.flv? Which name are you looking for?
Or, let me ask you this...
By name of the video, are you looking for the video's file name? Such as 18232837232.flv? Which name are you looking for?
vShare Solutions
Custom vShare Modules and Services
Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!
Look, I have the name that I want. The only thing that I want is to not use my own query to get the information (the seo_name from the table video) but with a already selected information var or array in the encoded file file which is showing the video.
Just wauit at the creator and I will get an answer. At the moment I have the time for it because I am still customising the website.
Look buddy. All I'm trying to do is help you out. I don't know how long you have been here (not very long by your post count), but the admin does not answer questions often in the forum. It may take you weeks to get an answer. If you want to get an attitude with someone trying to help you, fine. I won't offer you any more help. And, just so that you know, I now know what you are wanting and have the code for you. But, I'll let you wait until the admin gives it to you.
vShare Solutions
Custom vShare Modules and Services
Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!
I am sorry becuase what I mean is that the thing that I want to know is in the encrypted page. I think the only one who has the decrypted page (the source) is the admin and only he can offer me a solution.
Look, I have an answer, the only thing that I think is that there must be a easier way to get the seo_name. It doesn't matter how long it will take for an answer because I have a solution, but I believe there is an easier way.
Do you understand me?? I like that you help me, but I think the only one with the source is the admin. Correct me if I am wrong...
hey fmen, bplex knows his stuff more than anyone on this board, and I'm sure his technical skills are at least equal to those of Admin.
I'm guessing there's a language barrier here.
Admin is the kind of guy I think who doesn't want to hand out incomplete projects or he'd just provide it. He wants to finish it and provide an awesome upgrade. If you're looking to get at variables that are hidden in zended files, you'll likely be waiting for several months. Many have tried to get de-zended versions and none have.
Anyway I'm sticking my nose in someone else's conversation.... just my two-cents (Canadian) worth.
Hey bplex speaking of scripts, I just found and emailed you that clone script we discussed a week or so ago.... let me know if it's what you were looking for. I have another one that I haven't been able to locate, but it's a different "flavor" of the script than the one we are familiar with. I'll send it along when I find it.
Thanks mersh. At least someone on this board appreciates my input :D.
fmen, to answer your question in exact detail:
1. The admin does not have a decrypted copy of vShare 2.6. I have spoken to them and have received an answer on it. The reason is because vShare is partially based on other projects and was a fork to another project. The decrypted code was stored on a subversion server. Sometime earlier this year or so, they lost the data on the subversion server so the available decrypted source was lost. The admin took their copy of the decrypted 2.6 source and started building 2.7. It will be released decrypted (probably so that a problem like this will never happen again). Because they are using the only copy to create 2.7, there is no available 2.6 source that does not have the changes that is being made for 2.7. So, you will not get a decrypted version from the admin for 2.6.
2. With that being said, what you are wanting is actually not available for the player.inc file (a variable that contains all of the information in it). However, the file that you DO need is NOT encrypted at all. The player.inc file is processed and called from the class.video_player.php file located in your include/classes directory. The variables that are available in the file are the name, the server id, the video ID, and the video's file name. However, you can add more variables that are available to player.inc by simply adding them in the class.
3. The template (view_video.tpl) actually has a different command that pulls its data. It is available via Smarty if you want to get the data for that file.
vShare Solutions
Custom vShare Modules and Services
Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!
Thanks. I'll check it out.Originally Posted by mersh
vShare Solutions
Custom vShare Modules and Services
Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!
I'm sure you are right but I don't want a dezended page but I only want a var with the value from the tabel video column seo_name
I appriciate your help but I think only the admin has the source and knows the var with this value.
fmen, I just told you that there IS NO VAR available with the seo name that can be obtained by player.inc. Listen to what I am saying. If you want a variable, you will need to open the class file that I told you, and add your own variable to it. Then, you can call it from the player.inc file. Here is how the files are called:
view_video.php (encrypted) calls class.video_player.php (not encrypted) which calls (player.inc).
Because of this setup, you cannot retrieve information that exists in view_video.php.
vShare Solutions
Custom vShare Modules and Services
Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!
Bookmarks