Modify Featured.php For Oscomm

Modify Featured.php For Oscomm
hi,

i need oscomm featured.php modified. see attached image and featured.php file.

1. i need an empty cell generated btw each product (see blue parts on image).

2. also need a table that stetches 100% of width added below each row of proucts.

i will use these tables/cells for bg divider images – e.g style=”padding:0 6px 0 6px; background-image: url(contents/functions/featured/imgs2/div2.png);background-repeat: repeat-x;background-position:center;”

russ

Membership Payment & Directory

Membership Payment & Directory
I am looking for some programming to create / implement a way for users to pay for a membership, register, then have 3 levels of access to the directory.

Memberships are one year (editable) and normally paid at the time of registration or renewed annually. 

Upon successful payment (paypal), users get emailed login info, they login, and can add edit or delete account contact details.

Administrator (see / do everything)
Managers can access all data but not edit.
User level, can view/edit their own details, not others.

Need to be able to export user database as XLS or CSV

Bid reasonably. I am looking for a low cost developer to handle the work

Please give me examples of existing websites You have built a “membership directory” for, (I don’t need to see an entire portfolio) and also a brief explanation of your solution (showing you understand what I require)

Examples of control panel / directory appreciated.

Navigation Fix New

Navigation Fix New
Okay, since a lot of “coders” with no feedback were complaining I decided to cancel my other project and write a new one..

I have a website located at: lawyerbooster.com/maxie

You will notice the top of the navigation if you click on like “login” or the stuff on the right nothing happens however if you go to
lawyerbooster.com/maxsite click on login you get that filed, and all that, i need that navigation cut out, and put on the maxie site, if you scoll over opportunity, u get a drop down i need that drop down put on products with different links. I need this done today.

THIS is for ONE page not a million.

I need the top part the buttons, and search and all to be in an includes like

(includes/header.php)

Then I need the navigation to be an a includes to like:
(includes/navigation.php)

that way if I make a change to the navigation it will be displayed on ALL the websites I won’t have to go to page to page adding that one page..

Is this something you can do? I also need to make all the buttons but “video” and “shop” and “enroll” to have a drop down menu like opportunity.

If you go to www.lawyerbooster.com/maxsite you will see the buttons drop down, and the login drops down, and english and all that stuff. I don’t need search working but I wanna be able to “write into it” it will be used into s earch later.

A

Sms Marketing

Sms Marketing
I am looking to develop an sms platform like what is at: adking.com

We are not looking for the interface design, but rather the guts to make the application function.

It is running via cmrl using the dotgo.com service. You can view documentation here:
dotgo.com/Support/Documentation/

Take a look at this service: adking.com/combo.php
We need all those features.
Specifically:
-Admin Login to manage individual accounts
-Individual accounts where they can log in and edit and send their messages.
-Keyword search function
-Do not need ecommerce integration

Website Updates

Website Updates
Hello,

I have a classifieds website that need some changes, but I am looking for a php freelancer to make some changes on it and I would like to know a budget on time and money that is going to cost.

Most of the changes are the following:

Change of Css design
Change of video player
Making more user friendly admin website and password protected
Updating Google Analytics and SEO on website
Changing Index page on website
Making that the website is avaible to be on other 7 languages
Updating Banner System
Making more user friendly the online contact profile

Please let me know, the project is schedule to start in 5 days

Data Scraping Tool For Ecomm 2

Data Scraping Tool For Ecomm 2
I have a problem. I want to list my inventory on Amazn but I do not have the UPC codes listed.

I want a web tool that will scrape my website, get the product title names, and search the Amazn database for UPC codes. You must be familiar with Amazn Seller Central. I basically want a web tool that will crawl my site, search for the UPC codes and create an Excel spreadsheet or CSV output file.

I must be able to access this tool on the web so it has to be done in PHP or HTML or similar. Not too particular.

I want this projet done WELL, and I will pay you WELL. You must produce a sample of your work with your bid. Please ask questions if you need clarification.

Script Needed To Post Events

Script Needed To Post Events
I’m looking for script that will allow a manager of a bar/restaurant website that I maintain to be able to login and update event fliers. Currently I’m updating the flier myself and I’d like my client to be able to do it. I’d like the program to upload the fliers similar to how I have them appearing now. Please visit www.jacksbarandgrille.com to see how they look now. There should be 4 thumbnails of each upcoming event flier and when you click on them, they get larger so you can read the details. The end user should also have an expiration date so the event flier disappears after the expiration date. Please see www.jacksbarandgrille.com for an example of what the fliers look like now.

I’ve attached a sample flier to work with. They all should be this size.

Thanks and looking forward to hearing from someone!

Magento Extension Install

Magento Extension Install
For this project I need a one page checkout extension installed. This is the extension we would like installed http://www.onestepcheckout.com/product/

This is to be installed on the site stealthguards.com We are using a custom template. Please make sure you are confident you can install the extension with this custom template before bidding. We also have affiliate program tracking installed on the success page of the checkout we will need the code to be installed on the new success checkout page.

Second we need the contact us on the top bar to link to http://www.stealthguards.com/index.php/Contact-Us/ instead of http://www.stealthguards.com/index.php/contacts/

Lastly we need the background color changed from white to a grey.

We would like to have this project done asap. If you are confident you can complete all these items please bid. Thanks

Rewrite Cloaking Script 2

Rewrite Cloaking Script 2
I am using the attached cloaking script to serve my page to all users except the IP’s listed in the script.

The page with the cloaking script is going to look like page.php?subid=variable. I need to grab this variable and pass it to the page inside the cloaking script at the bottom.

Typically I put the following code at the very top of the page:

<?PHP
$subid=$_GET[subid];
?>

However, it does not seem to be working with the attached cloaking code.

So, I need the script re-written so it does the IP cloaking function as well as pass the subid variable I need for tracking.