View file content/artist.php

File size: 5.48Kb
<?php ERROR_REPORTING(0);
/*
Project: PBNL Forum v2.3

Coded By: Otegbeye Samuel (Emir)

Facebook: http://facebook.com/eo.sam1

Email: (Naijahackstar@gmail.com)

CellPhone +2348134540801

2gor: @Kingemir1

WebSite: http://naijakit.com
*/
include("../init.php");
if(!isloggedin())
{ header('location: ../index.php');
exit(); } else { $user=$_SESSION["user"];
$bad=user_info($user, banned);
if($bned==0) { updateonline(); } else { header('location: ../logout.php'); exit(); } }
echo"<div class='body_width'>"; echo"<div class='page_w'>"; include "../topnav.php";
echo"<div class='clearfix'></div>
"; echo"<div style='clear: both'></div><br>";
echo"<center>";
include "../ads.php";
fblike(); echo"</center>";
echo"<center><div class='public_message'><div class='success'></div></div></center>"; $online=mysql_num_rows(mysql_query("SELECT DISTINCT(chatter) FROM b_chatonline"));
$recent=date("U")-9000; $onlineusers=mysql_num_rows(mysql_query("SELECT * FROM b_users WHERE lasttime>'$recent'"));
if(isset($_POST["update"])) { $status=$_POST["status"];
$status=cleanvalues($status);
mysql_query("UPDATE b_users SET status='$status' WHERE username='$username'");
echo"<div class='msg'>Your status has been updated</div>"; } $status=user_info($user, status);
$status=cleanvalues2($status);
$msg=$_GET["msg"];
if(!empty($msg))
{ echo"<div class='ms'>$msg</div>";
} echo"<div class='grid3' style='margin-top: 5px;'>
</div>";
echo"<title>$config->title &raquo; Upcoming Artist</title>";
?><style type="text/css">
<!--.style7 { color: #FFFFFF; font-size: 13px; font-family: Arial, Helvetica, sans-serif; } .style70 {font-size: 12px} .style73 {color: #00FF00}
--></style><div class="grid3 middle" align="center"><div class="b_head">NAIJAKIT UPCOMING ARTISTES</div>

<p align="center"><span class='st_facebook_hcount' displayText='Facebook'></span>
<span class='st_twitter_hcount' st_via='multiloaded' displayText='Tweet'></span><br>
<div class='msg'></div><br><img src='../images/microphone_assistance_help.jpg' width='150' height='209' border='1' /><br><br>
Are you a Musician and need Publicity? We can make you Blow to the World! The Music Industry is a very Competitive one full with Great Opportunity, With the Right Means to Promote yourself & Music, Then you're definitely on the Right Path to Become a Super Star.<br><br>
Multiloaded.com is your Best Answer to Make Wave in the Music Industry, Multiloaded Music Downloading Rates is Currently been Ranked over other Top Music Website.<br><br>
Do you have a Track and you want the World to Know about it and also Contact you in person?? Then Let Naijakit do the Work for you with a little Token.<br><br>

<center><font color=yellow><u><strong>WHAT ARE THE ADVANTGES OF PROMOTING MY MUSIC ON NAIJAKIT?</strong></u></font></center><br>

We Offer the Best Services to Our Upcoming Artistes, You will be Glad Naijakit Promoted your Music to the Top.<br><br>

1. Ability to Track your Music Statistic i.e Download & Page View Rate.<br><br>

2. Site Users can Download your Music to their Device with just a Single Click, Our Downloading is not complicated like other Sites.<br><br>

3. Site Users can Listen to your Music Online.<br><br>

4. Interested Bodies, Promoter, Producers can Contact You through your Facebook Address, Twitter and Phone Numbers right from your Naijakit Music Page.<br><br>

5. You can Connect your Naijakit Music Page to your Facebook Page.<br><br>

6. With the Like, Tweet and Share Button, You can Inform others about your Music with a Single Click.<br><br>

7. Your Music Link will be Posted on Naijakit Homepage for a Week, That means your Music will be Open to the 600,000+ Users of Naijakit and Fanpage fans! *wow*<br><br>

8. It will be Posted on many of our Facebook Fanpage with about 130,000+ Fans and on Twitter with 6,000+ Followers.<br><br>

We know you're already Interested in Promoting yourself using the Right Medium {Naijakit}., Now Follow the Procedure Below.<br><br>

<center><font color=yellow><u><strong>HOW CAN I PROMOTE MY MUSIC ON NAIJAKIT?</strong></u></font></center><br>
We Charge you a Little Token of Just <strong>N7,000</strong> to Promote your Music on Naijakit For A Month & Get <b>10,000+</b> At The End Of The Month!
<br> You can Make the Payment into any of the Accounts below:-<br><br>
<img src='../images/zenith_bank.jpg' height='82' width='82' /><br /> <font color=yellow><strong>Zenith Bank Plc</strong></font><br>
<u>Account Number:</u> <font color=red><strong>2081407789</strong></font><br>
<u>Account Name:</u> <b>Adebari Amos Otegbeye</b><br><br>
After Making the Payment to Our Bank Account, Send the Teller Number and Your Name + All of the Available Info Listed below to Us:-<br>

<strong>[1]. Artiste Name</strong><br>
<strong>[2]. Track Title</strong><br>
<strong>[3]. Artiste Picture</strong><br>
<strong>[4]. Mp3 File or Mp3 Download Link</strong><br>
<strong>[5]. A short description of your music</strong><br>
<strong>[6]. Any of Artiste Facebook ID or Twitter Handle or Phone Number</strong><br><br>

Via our Email at:- <font color=yellow><strong>music@naijakit.com</strong></font> and you can also Contact us on <font color=yellow><strong>08134540801</strong></font> or <font color=yellow><strong>07018542001</strong></font> also for More Info.<br><br>

A Trial will Convince You!!! Go for it....</p>

<br><?php include "../trendingmusic.php"; ?><div class='link_button'><a href='index.php'>Go Back</a></div>
<!-- Footer --><?php include "../footer.php"; ?><br /><!-- End Footer --> </body>  </html>