• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

King Media - Viral Video, News, Image Upload and Share

King Media - Viral Video, News, Image Upload and Share v8.2 June 3-2023

No permission to download

patrocle

Well Known Senior Member!
Staff member
Moderator
Trusted Uploader
Nov 17, 2018
1,166
2,139
120
West Coast - Usa
babia.to
patrocle submitted a new resource:

King Media - Viral Video, News, Image Upload and Share - Download Free - King Media - Viral Video, News, Image Upload and Share 7877877

2018-12-19_16-11-02.jpg

Features
  • Image Upload & Share From Url , Youtube, Facebook, Vimeo, VK, Vine, Instagram, Metacafe, DailyMotion Videos and Soundcloud
  • Comments for Media
  • Facebook Comments
  • Responsive Layout
  • User Profile & Points
  • Tags or Category System
  • Super Easy Installation
  • Full Admin Panel
  • Moderate Guest Submissions
  • Social Share Buttons
  • Search for Media
  • Seo Url
  • Much More?
Requirements...

Read more about this resource...
 
V 4.1
  • Added manage members in admin panel
  • Added activate king media script option
  • Added new options in admin panel
  • Fixed facebook video thumbnail issue
  • Fixed some bugs
Last Update3 November 18

Looked at the codecanyon comments and not seeing anyone talking of any new version.
 
  • Like
Reactions: negyven40
No bundle I have only original licensed king media v5.2

also Yosemite theme
 
This doesn't work unfortunately. It still asks for a King Media Purchase Code in the Admin panel, an unless provided, it won't let you change anything.
 
@Babak are you able to look at this? Sorry to ping you if not.
Just Go To \king-include\king-pages\admin\admin-king.php
Open admin-king.php
remove all codes and paste this cods
PHP:
<?php
/*

    File: king-include/king-page-admin-categories.php
    Description: Controller for admin page for editing categories


    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    More about this license: LICENCE.html
*/

    if (!defined('QA_VERSION')) { // don't allow this page to be requested directly from browser
    header('Location: ../');
    exit;
}

require_once QA_INCLUDE_DIR.'king-app/admin.php';
require_once QA_INCLUDE_DIR.'king-db/selects.php';
require_once QA_INCLUDE_DIR.'king-db/admin.php';

ini_set('user_agent', 'Mozilla/5.0');

//    Check admin privileges (do late to allow one DB query)

if (!qa_admin_check_privileges2($qa_content))
    return $qa_content;

//    Process saving options

$savedoptions=false;
$securityexpired=false;
$bundle_id = '19106207';

$king_key = qa_opt('king_key');

$enavato_itemid =  '7877877';
$label = '';
    $code = qa_post_text('king_key');
    $personalToken = "R5QWDaq9cwBv5BtwYFDzVLzaCZEeQzUS";
    $userAgent = "Purchase code verification on http://localhost/env/";
        $label='DONE !';
        qa_set_option('king_key', 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx');

if (qa_clicked('dosaveoptions')) {
    if (!qa_check_form_security_code('admin/categories', qa_post_text('code')))
        $securityexpired=true;

    else {
        $savedoptions=false;
    }
}



//    Prepare content for theme

$qa_content=qa_content_prepare();

$qa_content['title']=qa_lang_html('admin/admin_title').' - '.qa_lang_html('admin/categories_title');
$qa_content['error']=$securityexpired ? qa_lang_html('admin/form_security_expired') : qa_admin_page_error();

$qa_content['form']=array(
    'tags' => 'method="post" action="'.qa_path_html(qa_request()).'"',

    'ok' => $savedoptions ? qa_lang_html('admin/options_saved') : null,

    'style' => 'tall',

    'fields' => array(
        'intro' => array(
            'label' => $label,
            'type' => 'static',
        ),
        'name' => array(
            'id' => 'king_key',
            'tags' => 'name="king_key" id="king_key" placeholder="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"',
            'label' => 'King Media Purchase Code',
            'value' => qa_html(isset($code) ? $code : @$king_key),
            'error' => qa_html(@$errors['king_key']),
        ),              
    ),

    'buttons' => array(
        'save' => array(
            'tags' => 'name="dosaveoptions" id="dosaveoptions"',
            'label' => qa_lang_html('main/save_button'),
        ),

    ),

    'hidden' => array(
        'code' => qa_get_form_security_code('admin/categories'),
    ),
);

$qa_content['navigation']['sub']=qa_admin_sub_navigation();


return $qa_content;


/*
    Omit PHP closing tag to help avoid accidental output
*/
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock