urgent plz help

adminitmehal6054

New Member
YetiShare User
Jul 11, 2016
29
0
0
dear i have disable the Show Embed Code:

but many user download the files through embed code or watch can i block

i have allowed only download file earning not watching...

but user can also use the embed code and earn how can i block it..plz help
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Is this for the media player plugin?

There's already code to not show it if it's disabled in the plugin settings. Line 10 in /plugins/mediaplayer/site/embed.php:

Code:
// do not allow if embed options are disabled
if ((int) $pluginSettings['show_embed'] == 0)
{
    // embedding disabled
    coreFunctions::output404();
}
Are you sure the downloads are coming from the embed code?
 

adminitmehal6054

New Member
YetiShare User
Jul 11, 2016
29
0
0
Thanks for reply adam
i have media plyer plugin but is disable, and still user generate the embed code and still he using it..and earn,
Or another bug here is file stat
Code:
http://filesgator.com/ad03b7bf5c04d2d8~s
I have explore the all ways but finally he using this site
Code:
http://himado.in/359817
Kindly check it
And also i have show only 3 downloads in download file area ?

And user still earn which have show in my reward system how can i block this way...
 

sukhman21

Member
YetiShare User
YetiShare Supporter
Jan 26, 2015
508
3
18
if you want to totally remove ability to embed the videos, rename the file /plugins/mediaplayer/site/_embed.php to something else say "backup_embed.php", that way the embed code wont work at all.
 

adminitmehal6054

New Member
YetiShare User
Jul 11, 2016
29
0
0
sukhman21 said:
if you want to totally remove ability to embed the videos, rename the file /plugins/mediaplayer/site/_embed.php to something else say "backup_embed.php", that way the embed code wont work at all.
Ok lets try