Archive

Posts Tagged ‘unsigned’

Skill Article & Report Writer

March 15th, 2010 Comments off

We need a very Skill Article And Report writer who loves to write. We need One Article and 8 Page Report about, What’s happening with the music industry today?(Some History) Where is it headed? Online? If so where?
How are unsigned artist selling their music online?
WE NEED SUCCESS STORIES AND EXAMPLES of people selling their music online.
We want to talk about where unsigned artist are going to get their music heard online?
What tools and sites do unsigned artist use to promote their music online?
Research the tools that unsigned artist uses to promote their music
They need to be in MP3 format so that they can upload their music with ease, need to have a portfolio, their bio(about me), what they want in the future for their music, need to have video(youtube), pictures, need to be members of various social networks(twitter, facebook, myspace, etc) The Article is call “Learn How Easy Selling Your Music Online and Offline Can Be”. It need to be 600-700 Words Long. The Report need to be 8 pages long with very good content. Need someone who can start now and keep good communication daily by way of Skype Talk improtant.

Skill Article Writer Needed

March 9th, 2010 Comments off

We need a very Skill Article writer who loves to write. We need 3 Article about, What’s happening with the music industry today?(Some History) Where is it headed? Online? If so where?
How are unsigned artist selling their music online?
WE NEED SUCCESS STORIES AND EXAMPLES of people selling their music online.
We want to talk about where unsigned artist are going to get their music heard online?
What tools and sites do unsigned artist use to promote their music online?
Research the tools that unsigned artist uses to promote their music
They need to be in MP3 format so that they can upload their music with ease, need to have a portfolio, their bio(about me), what they want in the future for their music, need to have video(youtube), pictures, need to be members of various social networks(twitter, facebook, myspace, etc) The Article is call “Learn How Easy Selling Your Music Online and Offline Can Be”. It need to be 600-700 Words Long.
These are some of the things you need to research on and expand on how they can use this to promote themselves online. We need to see sample of your work. Need skype for updates everyday. start now

Wp Plugin/ Mysql/php Amends

October 2nd, 2009 Comments off

$sSql = “CREATE TABLE `” . $tblOrders . “` (
`id` bigint(20) NOT NULL auto_increment,
`user_id` int(11) unsigned default NULL,
`branch_id` int(11) unsigned default NULL,
`team_id` int(10) unsigned default NULL,
`account_number` varchar(255) default NULL,
`account_name` varchar(255) default NULL,
`invoice_number` varchar(255) default NULL,
`create_time` int(11) default NULL,
`approved` tinyint(1) unsigned NOT NULL default ’0′,
PRIMARY KEY(`id`))”;

$sSql = “CREATE TABLE `” . $tblOrderDetail . “` (
`order_id` bigint(20) unsigned default NULL,
`product_id` int(10) unsigned default NULL,
`quantity` int(11) unsigned NOT NULL default ’0′,
`value` int(11) unsigned NOT NULL default ’0′ )”;

$sSql = “CREATE TABLE `” . $tblProducts . “` (
`id` int(11) unsigned NOT NULL auto_increment,
`cat_id` int(11) unsigned default NULL,
`name` varchar(255) NOT NULL default ”,
`distributer_code` varchar(255) default NULL,
`point` int(11) unsigned NOT NULL default ’0′,
PRIMARY KEY(`id`))”;

We have a php/mysql wordpress plugin which records orders, details of the order based on a list of products. See table definitions below.

I need to add to the plugin the ability to add a code like
[ADDORDER 2]
To a page which does the following.

Note: All the pages with this code on will only be displayed to logged in users. (Hopefully!)
Also the 2 in the shortcode above is a product id from the product table.

1. Check is the user logged in – if not logged in there is nothing to do.
2. do the following meta data
global $wpdb, $current_user;
$userId = $current_user->ID;
$branchId = get_usermeta( $userId, ‘branch_id’ );
$teamId = intval( get_usermeta( $userId, ‘team_id’ ) );

3. Get product id from code (2 in the example)

4. Check if there is already an order with this product in the order details. If so then nothing to do.

5. Create an order with account number 999999, account name ‘Bonus’, invoice_number 999999 time now and approved 1

6. create the order details for this order using the product id, quantity of 1 and value 1

You need to use wpdb-> wordpress php code. There is plenty of example code in the plugin.

I will give you FTP access to the wordpress blog and a wordpress admin login

Simple enough WordPress php/mysql change.

Image Converter Tex Xet To Dds

August 14th, 2009 Comments off

We are in need of an image converter to convert current images that are in TEX/XET format to DDS for editing and then back to TEX/XET.

Part 1.
——————————————————————————————————-
The images are currently stored in a modified KPAC using the following layout.
(SEE ATTACHMENT #1)

————————————————
struct KCAPHDR {
unsigned char signature[4]; // “KCAP”
unsigned long file_count;
};

struct KCAPENTRY {
unsigned long filename_length;
char filename[filename_length];
unsigned long length;
byte unknown1;
};
————————————————

The requested program does not need to deal with the above information as we can create a program to unpack and pack the images afterward.
——————————————————————————————————-

Part 2.
——————————————————————————————————-
This is to be the main function of the requested application. The image structure is currently unknown, we are assuming that the engine used with the images is the Serious Sam engine, but no tools currently available will convert it or load them successfully. The following information is provided from a 3rd party source about this specific image format.

————————————————
That game is using standard Direct3D pixel formats, RGB/RGBA/DXT1/DXT3. The latter two are a lossy compression method. Some of the textures are also encoded with multiple mip-levels.

The structure of each texture is obvious:
TEXHDR = { sig, ?, type, width, height, mip_levels, ? }
MIPHDR1 = { width, height }
DATA1
MIPHDR2
DATA2

The length of each data section is not specified but can be deduced from the dimensions and bits-per-pixel of the format (3, 4, 0.5, 1).
————————————————
(SEE ATTACHMENT #2)

The code and methods used to create the requested application does not mater, as long as it functions correctly in the end.
——————————————————————————————————-

Final Notes.
——————————————————————————————————-
Attachment #1: KPAC example with 2 packed images.
Attachment #2: Image example once removed from above mentioned KPAC.
No additional code about the image format can be provided.
Please do not bid on the project if you are positive you can complete the task.
If you have further questions please post them and I will take the time to address each one time permitted.
——————————————————————————————————-

Best Regards.

Contact Unsigned Music Artists

June 26th, 2009 Comments off

I’m looking for some one who has the patient to send out 100s of emails (copy and paste message) to different unsigned music artists. The artists are found on a websites that I will provide to the person who take this job.

If you are a programmer and you have a better way to do this, I am open to other ideas and price negotiation.

I would like for someone to start ASAP.

Contact Unsigned Music Artists

June 26th, 2009 Comments off

I’m looking for some one who has the patient to send out 100s of emails (copy and paste message) to different unsigned music artists. This job will pay between $5.00 – $10.00 and hour. The artists are found on websites that I will provide to the person who take this job.

If you are a programmer and you have a better way to do this, I am open to other ideas and price negotiation.

I would like for someone to start ASAP.

Bear