Java Website Builder Plus 2

Java Website Builder Plus 2
General guidelines

1. Slick professional frontend and backend look to suit a unique industry application. Intuitive navigation. Design and graphic input required.
2. Develop Website and sub websites with our own special function integrated custom cms, calendar event manager, documents online, database management and user backend dashboards plus frontend content. Search function with options.
3. Some special functions with animated chart flash displays from data collected to be featured in the backend.
4. Web analytics.
5. Two multi step website builder processes, media builder, and skin selector. We have mapped steps to illustrate functionality with suggested draft screenshot layouts. Need professional design input.
6. Google map, Multi location google map with special tags fields from simple admin panel required that show up with map location,
7. sms alerts. Add portal for sending sms online. Some developer code available from provider.
8. Database feed manager: to manage data from sub sites to head website front end display plus admin summary panels to manage and edit data.
9. Store skin and shopping basket payment integrated with rewards points module [X cart] or equivalent. Users can redeem rewards points from the store.
10. Special function where suppliers can bid for our business leads from a live registered user panel displaying new opportunities as they are loaded from our DB, with private message board. Separate login for suppliers. Simple frontend and registration process. Separate domain name.
11. High security of information – login and database protection – User management – password protection
12. Php front end, java backend. We understand that this is our best security option.
13. Frontend login for users. Captcha protected. Plus other security measures required.
14. Secure backend administration panels in dashboard display. We have a provisional layout for each of our requirements. Plus simple mobile phone versions to add notes and fill in forms linked to database for our backend users and a simple front end rotating our β€˜for sale’ options. A simple search by ID number.
15. Integrate slideshowpro and slideshowpro director [or equivalent] for photos/xml paths. Integrate into our media builder process. Frontend media player unique skin.
16. Establish some simple tutorials showing cursor through steps to use our functions.
17. User feedback rating process linked to summary pages
18. Rotating frontend modules [2] with own admin summary and data feed manager from form data
19. Registration process, create accounts, multi step website builder from data input
20. Catalogue flash front end viewer plus archive plus admin and special features interactive with our website builder. Admin panel allows us to select pages submitted for publication and select order.
21. text to a unique number and receive information and links

Requirements: Sign off Non disclosure Agreement. Establish service agreement for future updates and maintenance. We own the code.

Preferred Timeframe 30 days

I Need Pc Software

I Need Pc Software
Hello
I have subscription with brifing.com ( us stock buy/sell market )
i need some one how can make alert software to give me alert when the word ( Volume Alert ) come in. you can see the link as :

1- go to brifing.com

2- select Live In Play option
I need the alert as ring on my computer .when the head line in live in play headlines show this word only ( volume Alert ) .

Thank you

Local Area Social Network

Local Area Social Network
Overview

The website will be a local area social networking site with similarities to a typical dating site.

A user will typically register and log in, create a profile, then be able to view other users within a pre-defined radius. From here they can send private messages, create local area discussion boards (walls), and create events.

Each of these functions will be outlined in greater detail within the attached doc.

Technologies to be used:
Ajax / Javascript / JQuery
PHP
CSS
MySql
Google Maps
Gravatar

Graphic design may also be required – willing to discuss

Checkatrade Clone

Checkatrade Clone
We are looking for a working clone of checkatrade.com

the site doesnt have to look exactly the same but it must utilise the same features.

The site is basically a business directory that allows customers to rate & review a particular trader.

The advert pages must also be search engine friendly so that a traders advert can used as a webpage too.

members must also be abe to log in to their account and create their adverts themselves.

Please have a look at checkatrade.com as that is the style of site that we require.

Thanks for reading

My Server Is Sending Spam Help

My Server Is Sending Spam Help
Greetings,
I have a dedicated server and it was suspended because it was sending unsolicited email attacks.

I need someone who can fix the problem,
message me on exactly how you will deal with my problem,
lowest bid will be considered and in return will be given a great feed back and more projects to come
thanks:)

SERVER:
Linux CentOS
Im using OStube2.6

I received the message below from my hosting services:

Dear customer,

It has been over a few hours since we last notified you of the complaint we have received that your server is engaging in sending unsolicited email attacks. We are concerned that we have thus far not received from you any response or acknowledgement of this notice.

As we noted in our previous message, we are responsible for any malicious acts connected to our IP addresses, as well as the security of our network and our other customers. It is therefore urgent, at this point, that you respond to this notice so this situation may be resolved quickly.

If you fail to respond to this notice within 24 hours we will be have no choice but to fulfill our responsibilities so noted in the previous paragraph by the only means at our disposal: by blocking your IP addresses or disconnecting your server and freezing your account until the matter is resolved. According to our policy abuse issues are legal reasons for the disconnection of service.

If you believe the source of the abuse is one of your customers or end users, then resolve the situation on your end immediately by removing the offender and replying to this notice informing us of the action taken. If you are not able to resolve the matter yourself, please respond immediately to this notice, and open a ticket to tech support. This is our final notification to you before we take action unilaterally.

Please note once again that only replies containing the full correspondence on this matter will be acknowledged and processed.

Thank you for your time. Please do not hesitate to contact us for any further questions or problems.
Our Support Team will be happy to assist you.

Drupal Site Development

Drupal Site Development
We are seeking an EXPERIENCED Drupal developer to create a site for us based on the specifications in the attached file. For this project, all design work will be provided, so no design work is required. This is development only. the project involves incorporating the template and content provided, and adding all of the pages and features outlined in the document.

Please post a realistic timeline and budget for this project and ask any questions via pmb.

The chosen programmer must have proven Drupal experience, be able to provide daily progress updates on the work, and have an online messenger client for communication throughout the process.

Thanks.

Clone This Site (webseminar) 2

Clone This Site (webseminar) 2
Hi,

I want to clone this site functionality. This is like a WEB BASED WEBSEMINAR for any members.

VISIT this site (put in any name)

http://oksana.vemmasuite.com/meeting/russianvemma

In short my requirement – clone of vemmasuite.com
(watch tutorial)

Click on MEMBERS LOGIN
username = gvntan
password = gavintan

Check it out, u’re able to upload powerpoint, webcam

Also I want to know how u can optimize the speed.

My company has PRIVATE SERVER. Was thinking of using it to have optimize the speed.

Let me know

Magento- Conversion Tracking

Magento- Conversion Tracking
Needed: to add conversion tracking code for several sites (become.com, shopping.com, like.com, etc.), affiliate code (clixgalore), and BizRate Survey Invitation html for checkout.

We will need the following variables for Magento cart to make conversion code to track properly. (they’re different for each one)
Order ID
Product Name
Product ID (SKU)
Item Price
Category Name
Category ID
Quantity
Total Order Subtotal
Total Order Value

example java script that needs to be inserted in checkout page to track correct conversion:

<script type=”text/javascript”>

var become_merchant_id = ‘1111111’;
var become_order_num = ‘001’;
var become_purchased_items = new Array();
// adding cart items FOR EACH PURCHASED ITEM…
// add cart item
var become_item = new Object();
become_item.productid = ‘PRODUCT_ID’;
become_item.category = ‘CATEGORY’;
become_item.price = ‘5.00’;
become_item.quantity = 1;
become_purchased_items.push(become_item);
//NEXT PURCHASED ITEM
//become_item = new Object();
//become_item.productid = ‘PRODUCT_ID’;
//become_item.category =’CATEGORY’;
//become_item.price = ‘PRICE’;
//become_item.quantity = 1;
//become_purchased_items.push(become_item);

</script> <script type=”text/javascript” language=”javascript” src=”https://partner.become.com/roi-tracker2/conversion.js”></script>

Project to include complete installation with changed file. Must make backups.

Incored (like Yahoo)

Incored (like Yahoo)
Hello, We (Incored) are wanting to build a websitre thats like Yahoo but better, faster and more elegant, We want it to be fully coded with PHP with a custom CMS and a custom website design, With user profiles, Music uploads, Image uploads, Job listings, Travel maps, TV Guides and lots more, i will PMB the people who bid and explain more about this project.