Archive

Posts Tagged ‘file for’

Grapihic File For A Flag

August 2nd, 2011 Comments off

I want to have a psd file or eps file to let print out a flag.
The flag is 250mm (2.5meter) by 100mm (1meter)

It needs to contain our company logo, some text and a graphic.

I want 3 mark-ups so I can choose which one to get.
I will provide the company logo, and the text. The graphic file will have to be a computer with a screen and keyboard. I will ether provide this or you can choose something which if I like can be used.

Need File For Print Banner

January 20th, 2010 Comments off

This is urgent, only apply if you can deliver in 2-3 hours .
I need to file for 2 feet by 6 feet banner for printing .

I will provide specifications,you will have to design the file

Jpg Or Pdf To Dst File For Emb

November 27th, 2009 Comments off

Hi
I need a file converted into a .dst file for digitising. I have the file in a jpeg or a pdf working file.

Categories: Programming Tags: , , , , , ,

Modify Csv File For Ecommerce

September 6th, 2009 Comments off

I need two fields fixed on a csv file with all the prices “you could just use a script and modify by percent” and one with all the item numbers “currently there are words and item numbers in the same box I just want to have the numbers only. There are 1300 items

Create Autoplay File For Dvd

September 5th, 2009 Comments off

Hello everyone,
My name is Jonathan Paul :)

Thanks for taking the time to read this project description.

I would like you to create an autoplay file – so that my data
DVD automatically plays when inserted into a computer. I know
this can be done for Windows compatible computers, but can it
also be done for Macintosh computers?

The file simply needs to run index.html which can be found
in a sub-directory located on the data DVD. It should be an
easy project. I would like to finish this project in the next
few hours.

Thanks,
Jonathan

Cloaking Script

September 4th, 2009 Comments off

I need a cloaking script made that will creating 3 files.

1 file for checking referrer
1 file for checking ip addresses
1 file for checking country ( I want US traffic only)
1 file for htaccess
1 robots.txt file.

Please do not bid unless you are fully qualified to produce this script quickly

Search Csv File For A String..

July 25th, 2009 Comments off

I need a small script that will search a csv file for a string. Of course, I should be able to set the string in your snippet. For this example, the variable is called string ($string) and its value is predetermined by another script, but will not affect your part in this project. You will not need to see my script/code/form/server/etc. You need to work with the information given in this project description and you can use test data that you make up on your own. If you really know how to do this, it shouldn’t be a problem.

The csv file has three columns: id, username, email
So, the file may look like this:
1 john johnATmail.com
2 bob bobATmail.com
3 jane janeATmail.com3
4 bob bobATmail.com

Your snippet will search the csv file for $string. Let’s say that $string has the value of “bob”. So, the script will search for “bob” and since there are two instances of “bob,” it will return each result, item 2 and item 4. I want the value of each column to be returned as the result. The results are not actually displayed on the screen. They are written to a database. So, the query will be a simple insert that has the date, the row id, the username, and the email address. So, for this example, two inserts should be done.

If you bid Immediate delivery, I will expect the script to be delivered within 20 minutes. Place the phrase not a bot in your bid, and in the PMB if you leave a message there. No portfolios, links to unrelated work, resumes, or statements in the PMB that you can do it. Escrow provided if requested in your bid. Don’t bid if you can’t do it in one hour. This needs to be done in PHP and needs to work on a shared server, where the user will more than likely not be able to access the php.ini file or will have to reinstall PHP to get your script to work.

Ideally, I’d like this to be done for $10, so lower bids have priority. Don’t overbid.

Thanks, and good luck.

Viruemart Customization

June 17th, 2009 Comments off

Sheet music and CD store implementation in VirtueMart

General description:
Customize Virtuemart to sell sheet music and CD’s.

The process will be done in several steps, and the first step is described here. If you do a good job on the first step you will get the next ones.

The first step is to add support for names and roles connected to products.

When you sell sheet music and CD’s the customers need to be able to search for people connected to the products. Artists, composers, arrangers etc. A typical store that utilizes this is Amazone.com.

Database modifications:
We need two new tables: vm_roles and vm_prod_roles.

The People table
Since VirtueMart already have a people-table with relevant fields I’d like to use that unless the programmer can come up with a good argument to use a separate table. Relevant VirtueMart table is vm_user_info.
Only one field must be added: roles YES or NO. Only people with YES here shows up in the product-people list.

The Role Table
Contains info about the possible roles that a person can have in a product.
Table name: vm_roles
Field name Type Comment
role_id Int(11) Auto_increment Unique nr
role_type Text 255 composer, arranger, artist etc
role_short Text 10 Abbr to be used in lists (Ex Comp for composer, Arr for arranger etc)
role_sort_order int Sort order in lists
Role_placement Text Where should the text appear in layout and whether to display Last name, First Name, or Company fields

The People/Product/Role Table
One person can have multiple roles in a product (For example he can be both composer AND artist on the same CD). We need a table to define his role(s) in the specific product.
Table name: vm_prod_roles
Field name Type Comment
prod_role_id Int(11) Auto_increment Unique nr
product_id Int(11) Linked to product
user_id Int(11) Linked to user
role_id Int(11) Linked to role

Modifications to layout
Shop side
1. Include results from the people database in the free text search. Search the first and last name.
2. Include product categories in search.
3. Create two new Browse pages with and without product thumbnails. See attached file for details.
4. Ajax drilldown search system on top of the product listing. See attached file for details.
5. Allow the roles to be visible on all lists in the store through out the check out system, invoices etc. This is to identify products with similar names but different arrangers etc.

6. Add the roles to the

Php File For Youtube Videos

June 14th, 2009 Comments off

Hi,

Looking for a php file that will give me the youtube videos.

http://204.246.234.23/videoplayback?ip=0.0.0.0&sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Cburst%2Cfactor&itag=5&ipbits=0&signature=574CACA88A141C787DDED80C771FBE20BA395F35.3332514A1BA564A99D03E0084DB75D70988DB1F9&sver=3&expire=1244995200&key=yt1&factor=1.25&burst=40&id=4faccede2cb4afb6&redirect_counter=1&tt=TC

This is the url that internet download manager gives.

But the url for jwplayer is http://mydomain.com/get.php?id=http://208.117.236.69/watch?v=k9xCCjL1RZE

So i need that get.php file. I think anyone who installed squid on own server have this file. Anyone already have or can do that?

Fix Htaccess File For Me

April 15th, 2009 Comments off

I need someone to Fix my htaccess file urgently
Thanks

Bear