Archive

Posts Tagged ‘alerts’

Create/develop Event Alerts System

February 1st, 2012 Comments off

**POSTING UN-TARGETED LINKS & INFO AND NOT ADDRESSING THIS SPECIFIC JOB WILL GET YOUR ACCOUNT REPORTED!**

Holy Events is a leading provider of faith-based events, church listings, news and information. We need someone who can provide expert PHP coding relating to eDirectory software for our website.

1. For this assignment:

Mql4 Indicator Modification And Ea

September 10th, 2011 Comments off

The task for a skilled programmer is, to change alerts in an indicator that draws 3 different kinds of trendlines, and to make
an Expert Advisor, based on this indicator.

1.step
- add some new types of alerts with option to choose on/off for each type of alert
- add option for existing alerts to choose on/off

2.step
Create EA with usual functions like TP, SL, MM etc., that activates an order execution script at certain defined signals, which are provided by the above indicator.
The scripts should be exchangeable.

This is a rather definitive description of the task.
I can provide the indicator, at interest, and go further in detail after your bid.

Thank you.

Website Php Scraping Project

June 27th, 2011 Comments off

I’m looking to scrape some simple HTML from a website. It’s just 4 pieces of information, and the HTML is very easy, it looks like this:

<span class=”price”>$375</span>
<span class=”description”>description</span>
<a class=”title” href=”link” title=”Title”>

So we have the price, description, title, and link to be scraped.

There will be a file, called alerts.txt that looks like this:

“Montreal Alerts”;”http://www.website.com/montreal”
“Ottawa Alerts”;”http://www.website.com/ottawa”
“Toronto Alerts”;”http://www.website.com/toronto”

And I can add as many lines to this text file that I want.

There is a second file called search_alerts.php and when it is executed from the CRON, it starts on line 1 of alerts.txt and searches
http://www.website.com/montreal for the information to be scraped.

In a file called pairs.txt, it stores the title and description of the entries found at http://www.website.com/montreal

And it also sends me an e-mail with the entries that it found:

Subject: Montreal Alerts
Body:
Price – Title – Description – Link
Price – Title – Description – Link
Price – Title – Description – Link

The next time that search_alerts.php is executed, it starts on
line 2 of alerts.txt and searches:
http://www.website.com/ottawa

In pairs.txt it stores the title and description of the entries again, but only if they are unique, and not already in pairs.txt

Again, if there are any unique entries, it would send me an e-mail about those entries. Entries that are already in pairs.txt are not entered again and I do not receive an e-mail notification about those entries.

I would like to accomplish this without the use of a database.

Iphone Simple App Which Displays Alerts

May 13th, 2011 Comments off

You set an alarm & the alarm goes off 6 hours later with an alert which shows what you wrote. You then turn the alarm off , write a message, and that message shows 6 hours later. This happens 3 times.

You only set the 1st alarm, the other 2 just go off every 6 hours.

Quick Website To Send Alerts

February 9th, 2010 Comments off

I want a website portal to create events and send sms and e-mail alerts to users, and users should send a feed back to that alerts.

I am open for any framework LAMP/.NET/ROR/Django/Grail.

It need to be reusable and integrate with business databases.

Prayer Time – Sms Email Alerts

December 20th, 2009 Comments off

We are seeking work for a one time project (possibly also maintaining) of a new web site.
The basic idea is for people to sign up to receive daily sms and email alerts that will be automatically generated from a self solutions/calculation database, that will run every 60 seconds.
basically its a prayer time reminder based on sunset and sundown and many more time zones inbetween, and of course every location has a different time, every day has a different time, and every user wants a different reminder, that adds up to 100′s of thousands of different messages created from a time/location database combined with user database.
If you know you can do a project like this, and with speed, please reply ASAP

Ea Alerts

November 15th, 2009 Comments off

Alert system for EA. Essentially what I need is an EA that will be applied to a chart. Each pair will have a different settings. The EA will be monitoring for selected timeframes for the crossing events to take place on that timeframe, then send an alert via the trumpia API. The crossing events are exactly as they were defined for the first EA.

The timeframes should be selectable via check box in the inputs tab
M1
M5
M30
H1
H4
D1
W1
MN

The logic here is that since this system is based on crossing events, we need to send out alerts that will tell me to check the charts.

Here is an example scenario

EVENT 1: a daily cross takes place.
ACTION 1: we send an alert that states <Pair Name>, a <timeframe> cross has occurred for a <buy/sell> signal. Please consult your charts.

EVENT 2: a 4 hour cross takes place
ACTION 2: we send an alert that states <Pair Name>, a <timeframe> cross has occurred for a <buy/sell> signal. Please consult your charts.

Forex Alerts

October 19th, 2009 Comments off

I am looking for someone to setup and design my forex alert website
i may need to change things as i go along once a programmer has been decided on.
Things i currently need on my website are as follows
website needs to be able to
update its contents, sign up members, take and store payment info,
email to members auto response, email alerts to members ,
area for advertising, testimonials , forum area, member management back office,trader live statement, trading results and reports, live and message, company email contacts for customer services and cancellations,
risk disclaimer, info about products and services,secure checkout system

Email Alerts

October 14th, 2009 Comments off

I want a site which will notify email accounts holders of all domains once they receive emails on their cellphones and they will buy sms from the same site.clients will log in and are able to buy and send sms from this site using recharge vouchers of network providers in kenya plus direct deposit,and money transfer using their cellphones available in kenya.Give the administrator options to put a footer to outgoing sms,the system to load sms direct to user web account once the money is confirmed on these set phone numbers

Metatrader 4 Indicators

September 11th, 2009 Comments off

This project is for coding of a MetaTrader4 Indicator for Forex.
The indicator is a cam level indicator working in all time frames from
minute 1,to,week 1
The indicator should work per day 24 hours and have a standard start time off 0 hours
but should have an option variable to change the start hour.
The indicator should also have a option to only show today (true/false) or show all the
previous days to, wich is the standard setting. If set to show today only when time passes to the next day it

should switch levels of course for the new day.
The levels for this cam come from the previous_day_high,previous_day_low and the previous_day_close.

The 4 cam levels are :
Long Breakout Level = ((PDhigh – PDlow) * (1.1/2)) + PDclose “line color lime”
Short = ((PDhigh – PDlow) * (1.1/4)) + PDclose “line color green”
Long = PDClose – ((PDhigh – PDlow) * (1.1/4)) “line color purple”
Short Breakout = PDClose – ((PDhigh – PDlow) * (1.1/2)) “line color red”

Also a pivot level:
Pivot = (PDhigh+PDlow+PDclose)/3 “line color magenta”

The above is straight forward on the cam levels should have an option sound alerts and or email alerts
these should be set on or off (true/false) standard should be email alerts on and sound on.
sound alerts are always on no limits how many times its sounds the email alerts should alert only once.
The sound alerts should be precise on the levels for the email alerts there should be a option field
to specify a pip value to place a number off pips lets say 5 if Long Breakout is 1.40 and pip to level
is set to 5 then email alert should go off on 1.35 or at 1.45.
There should also be a email alert reset if after email I look at the chart and reset it again for all levels.
Don’t know if its possible but should have some control on the emails send if price bounces around I’ll get many

email on my phone (think with me how to control this!).
The cam level indicator should work on any currency pair.
When sound alert it should also show alert box with text eurusd breakout type and price
example : eurusd LongBreakout 1.45 exactly like this also for the email alert this I set to send as sms to my

phone so I can see the message in the subject.
When pips to level is set the email alert is send and the exact level is shown in the message.
So when the indicator is set on a different currency pair it should retrieve the currency pair for the alerts
sounds and email alert. eample : USDCHF Short 1.44

Also need a previous week high and low indicator working in all time frames.
For this indicator I need fibonacci levels between the high and low levels.
Color of the lines for this indicator are blue.
Should work just like this Vtrader2 indicator I wrote:

fib1:= if(IndicatorDisplay=1, WeeklyHigh – ((H1-L1) * 0), null);
fib2:= if(IndicatorDisplay=1, WeeklyHigh – ((H1-L1) * 0.236), null);
fib3:= if(IndicatorDisplay=1, WeeklyHigh – ((H1-L1) * 0.382), null);
fib4:= if(IndicatorDisplay=1, WeeklyHigh – ((H1-L1) * 0.5), null);
fib5:= if(IndicatorDisplay=1, WeeklyHigh – ((H1-L1) * 0.618), null);
fib6:= if(IndicatorDisplay=1, WeeklyHigh – ((H1-L1) * 0.764), null);
fib7:= if(IndicatorDisplay=1, WeeklyHigh – ((H1-L1) * 1.000), null);

Weekly – Fibonacci (0: %fib1%, 23,6: %fib2%, 38,2: %fib3%, 50: %fib4%, 61,8: %fib5%, 76,4: %fib6%,100: %fib7%)

This indicator should have also sound alerts and email alerts to be set on the fiblevels.
with option true/false for sound alerts and email alerts.

Aggregation Portal

August 25th, 2009 Comments off

We will be launching a new information aggregation portal for our site and for future clients.

This project will consist of developing software and building a website allowing for articles, images, audio and video from third party sources to be aggregated in blog format on the website. The goal is to create a blog or content portal on-demand using content from around the web as well as by adding our own. Platform/programing language choice is up to developer.

The site will function similar to a WordPress blog with the following additional features:

Perl Email Alerts

August 11th, 2009 Comments off

Project as discussed for stevenp1976.

Website Monitoring Application

July 19th, 2009 Comments off

We are looking to create a web based application which supports our web monitoring site we operate. This site allows users to sign up for accounts and monitor their websites for availability, via http get, and ping. We are looking for the application to be built in PHP.

We are looking for the following features:

Admin Functions
Manage Users (delete, modify, suspend, verify)
Automated Registration or Manual admin approved registration
Common settings – setup paypal email and admin email settings
Server Management – Admin can add/edit server monitoring locations
Contact Form (built into template)
Suspend Users From Admin Area
Countries Manager – Add/edit/delete countries
States Manager – Add/edit/delete states
Membership Manager – Add custom membership packages.
Admin can also change existing membership packages
Manage Automated Emails (edit default emails sent to users)
Modify Admin password
Admin receives an email notification on new member sign-up
Password forget function
Mass mail all users

Monitoring Features
Monitoring intervals – Supports time-intervals of 2, 10, 15, 30 and 60 Min. for monitoring service
Email and SMS alert – Members are notified by email and/or SMS.
Multiple monitoring service – Members can monitor more than 1 website or domain names based on package purchased
Verify Email address during Registration
Text Search
Response Time
Retest Error
Length of Downtime
SMS / Email Alerts based on Length of Downtime
Monitoring supports the following protocols:
HTTP: Web Server
POP3: Email Server
SMTP: Outgoing Email Server
SSL: Secure Socket Layer
DNS: Domain Name System
FTP: File Transfer Protocol
HTTPS: Secure Web Server
MYSQL: MySQL Databases
IMAP: Internet Message Access
TCP: Custom Ports
PINGS

Members Login System
Member registration system
Forgot Password function
Payment integrated – Members can easily upgrade their account through PayPal and CC
Member account upgrade page – Option for free members to upgrade to a paid account featuring enhanced web monitoring services
Member can choose to receive SMS alerts
Configure each service differently allocating emails / SMS etc.
Add Service Page to allow Text Search and Multiple SMS / Email Alerts
Alert Different Emails / SMS based on length of downtime
QuickCheck
Instant check on the status of hostname
Supports multiple server location checks
Member Profile
Ability to edit and save member’s profile
Set time zones
Members can set multiple email alerts
Ability to set multiple mobile phone numbers for SMS alert
Members can have the option to receive weekly email uptime reports
Member Services
Ability to edit/delete existing monitoring services
Members are able to enable/disable existing services
Alert Different Emails / SMS based on length of downtime
Add new monitoring services
Set hostname and service type (http, pop3 or custom ports)
Select check intervals for monitoring
Set notification settings for email
Choose locations to monitor the service
Set notification settings for SMS
Member Statistics
Built-in bar charts and graphical pies for visual representations
View uptime summary and detailed reports for all services
API
Web Services to allow creation and deletion of new accounts

I do not need anyone to design the user interface for this application, this will be done by us.

Google Alerts Rss / WordPress

July 19th, 2009 Comments off

I need someone to setup my WordPress blog to take Google Alert RSS feeds and post the stories automatically.

I may want different RSS feed for each category. Let me know if you can do this.

Thanks in advance.

Gumtree_com Software/script

July 13th, 2009 Comments off

I am looking for someone to make a gumtree dot com coppy (prefer not an exact clone to avoid legal action) thats full functionality.
I prefer the gumtree look and feel so I would need cookies, email handling, posting with and without pictures, flags, forum (this can be some pre-canned application), my saved ads, a blog etc. The site will not be exactly the same, must look a little different.
I have made a mock-up of the design that i want that is quite simple and looks fantastic :)

Will need recaptcha (or similar to stop spam emails) also will need social bookmarking on every page and post, digg, stumbleupon, delicious etc…
The main focus of this site will be th UK so all UK regions will need to be on the site from the off, also would like to run USA version and all other European countries as well, if you can make the translated site that would be a plus.
I also want to have a control interface that will allow me effectively to manage the website (create/modify/delete locations/subcategories/etc). The server will be on mySQL using PHP.

If I have missed something that you feel important please PM me.

Thanks

Also consider,

::Classifieds Functional Specifications::

**Ad Features**
Title, Description, Synopsis, Condition, Location, Quantity, Price, Payment Terms, Shipping Terms, Tax Terms , URL, Photos(3)
Featured Ads
Unlimited Categories or Regions
Nested Category/Region Levels
Upload Photos
Photos Automatically Resized
Photo Thumbnails Automatically Created
More Ads from This Advertiser
Ad View Counter
Map to Advertiser
Print Ad
Email Ad to Friend

**Search Features**
Title, Description, Region
Email Alerts for Saved Searches
Featured Ads Display 1st in Search Results
Paged Search Results – Previous, Next, Go To Page

**Browse Features**
By Category and Sub-Category
By Region and Sub-Region
Sub-Category Results Show in Parent Category
Paged Results – Previous, Next, Go To Page
Featured Ads Display First

**Customer Self Service Features**
On-line Registration
Login/Logout
Remember Me
Forgotten Password
Profile Update
Personal Privacy Preferences Including Anonymous
Default Region
Refer Friend
My Account Control Panel
Create Ad, Edit Ad, View Ad
Run Ad, Stop Ad, Delete Ad, Extend Ad
Email Alerts Notices for Ads of Interest
Expired Ad Notices
Personal Profile
Personal Photo
Personal Logo
Purchase/Renew Subscription

**E-Commerce Features**
SSL Support
Full Transaction Logging and Reporting
Real Time Credit Card Processing
Set Cards Accepted
Payment Message
Charge Description
Authorize.net Gateway Support
PSI Gate Gateway Support (Canada & U.S.)
Verisign Payflow Pro Gateway Support
Other Gateways: WorldPay, 2co, Paypal (Additional Charges May Apply)

**Pricing Features**
Up to 4 Levels of Standard/Base Pricing
Up to 4 Levels of Pricing in Each Category
Up to 4 Levels of Subscription Pricing
Optional Extra Charge for Featured Ad
Optional Extra Charge for Photos
Optional Extra Charge for Hyperlinks

**Display Advertising Features**
All Pages Support Display Advertising
Header/Top/Right/Middle/Bottom Page Locations
Supports Google Adsense & Other Network Ads
Banner/Text Ads
JavaScript Ads
Scheduled Start and End Date
Different Ads by Category

**Coupon Features**
Start/End Dates
Discount Can be Fixed Dollar Amount
Discount Can be Percent of Purchase Amount
Maximum Uses Per Person
Limit Coupon Use to Ad Purchase
Limit Coupon Use to Subscription
Redemption Tracked

**Email Message Features**
Registration Confirmation
Signup Verification
Purchase Confirmation
Refer A Friend
Password Retrieval
Affiliate Application Confirmation
Email Ad
Contact Anonymous Seller
Email Alerts
Expired Subscription Alerts
Expired Ad Alerts

**Home Page Features**
Unknown Person Display
Registered User Display
By Region
Separate Featured Ads Display
Separate New Ads Display

**General Content Features**
FAQ’s
Links
News
Privacy Policy Page
Terms & Conditions Page
About Us Page
Contact Us Page

**Customizable Look Features**
Common Page Headers
Common Page Footers
Common Navigation
Logos and Graphics
Fonts and Colors
Page Text
Style Sheet Driven
Fixed or Variable Width Pages
Complete Source Code Provided
Page Template for Easy Addition of New Pages

**Affiliate Features**
On-line Application
Co-Branding
Set Commission Rate
Integrated Click through Tracking
Integrated Signup Tracking
Integrated Purchase Tracking
Login/Logout
Forgotten Password Lookup
Marketing Links
Payment Report

**Administration Features**
Google Analytics support built-in
Web Browser Based
Administrative Login
Manage Customer Profiles, Ads, Interests, Transactions, Referrals
Browse Ads
Send Email to Customers
Manage Affiliates
Send Email To Affiliates
Manage Ad Categories
Set/Clear Ad Category Counts
Manage Reference Codes & Types
Manage Page Text
Manage Coupons
Manage Display Advertising
Manage Email Templates
Manage FAQ’s and FAQ Categories
Manage Links and Link Categories
Manage News
Manage Pricing
Manage Regions or Categories
Manage Source Codes
Manage State Codes
Purge Old Data
Reports
Export Data to Tab Delimited Files
All Tables Can be Browsed
All Tables Can be Searched

**Configuration Features**
Set Username/Password
Set Category Pricing On/Off
Set Ad Approval On/Off
Set Free Ad Approval On/Off
Set Signup Confirmation On/Off
Set Subscriptions On/Off
Set Single Ad Purchase On/Off
Set Max Photo Dimensions
Set Photo Thumbnail Dimensions
Set Photo Jpeg Quality
Set Page and other metatags

Mobile Chat Mini-alerts

July 2nd, 2009 Comments off

We run the mobile web-based social networks for various TV companies. Our java-based architecture uses templates to serve small mobile-friendly XHTML pages.

USers can leave messages on one another profiles pages. We would like to have the recipient receive a message, on the chat page they are currently viewing, when they receive a message.

Much of this code for the feature is already developed, but it drained the database, so we had to turn it off.

Extensive experience with j2ee enterprise architecture required, with Java, LSP, XHTML, Hibernate, Struts and mySql. Experience with mobile web pages, CSS and Ajax, a plus.

Programming Project 1553590

May 23rd, 2009 Comments off

I own traffic selling website. I also have a website which received quite a lot of traffic every day and I’d like to sell it.
I need a complete system that takes the incoming traffic and distributes it using iframe to all the clients.
This means that one visits can be sent to many people at once, because when the system receives a visit, a following page is presented:
<html>
<body>
<iframe src=”http://tms.x.net/in”></iframe>
<iframe src=”http://tms.x.net/in”></iframe>
<iframe src=”http://tms.x.net/in”></iframe>
<iframe src=”http://tms.x.net/in”></iframe>
</body>
</html>

This is “multi in gateway” described above. The number of the iframes must depend on the needs – if there are more campaigns that need traffic(didn’t reach limit and are active), we need more iframes, if not, we need less.
This page needs to be cached and cannot be generated on the fly.
http://tms.bhtraffic.net/in is a “single in gateway” described below, which takes the visit, finds a campaign url and redirects it directly or by one of the special gateways like noreferrer or fake referrer gateway.

Customer panel:
I need a nice panel for customer, where customer:
- can see a list of campaigns (first active, then a list of delivered campaign, but max 3 of the delivered ones)
- can see detailed stats for each campaigns(total ordered, total delivered, last 24h delivered, avg. traffic speed since beginning, expected traffic end date). On the same page user have to be able to suspend/resume the traffic, set Downtime Protection settings, set max. daily traffic amount, set DailyStats settings.
- can see history for each campaign(events like status changes, downtime protection activity etc.)
- can buy new campaign- can set account settings like first name, lastname, password, email, mobile phone number, SMS alerts settings(send SMS alerts or not)
.
- can check SMS credits left and buy more credits. See list of last sent SMS messages(with links to SMS delivery confirmation)
- can download a dump of visits in CSV(or other in future) format. In fact, just a dump of DB.
- can log out

Admin panel:
- I need to see a list of customers, a list of campaigns and list of invoices. Of course, I need direct access to edit anything for each customer and campaign.
- a list of campaigns pending approvement or setup with easy way to change the status. If I choose to decline, an input box should appear where I can put a comment why it has been declined.
- Stats: how many customers, how many active customers(with active campaign), number of campaigns, amount of total traffic ordered, amount of total delivered, total amount of traffic that have been received by gateway in last 24h(for uniques and not uniques), total traffic sold(for uniques and not uniques)
- See number of global SMS credits left (will provide the code)
- Easy form to contact any customer via either email or SMS(of course, it won’t eat SMS credits from customer account).
- A possibility to edit/add/delete/view autoapprove urls.

Backend:
Traffic gateways:
-single in gateway: a visitor comes, is checked if it’s USA visit, if not, script exits. If it’s USA visit, a campaign is chosen according to it’s setting and a 301 redirect is made to the campaign’s url. Then, the hit is counted for the customer. If it’s img traffic, then instead of 301 redirect, just print <img> tag and put campaign’s url as src.
-multi in gateway: a visitor comes, if it’s USA visit, a special page with iframes linking to singlein gateways. The number of iframes depends on number of active campaigns.
In case noreferrer or fakereferrer, traffic needs to be counted after it goes through the final gateway(either our local gateway for blanking or external gateway for fake ref)!
So it will be redirected to the gateway, the gateway will redirect it some other way back to count the visit, and then redirect is done.

(admin)Security detector
Every few hours(probably 1-3, will decide in CRON), every website will be downloaded and a special hash will be calculated(will provide the code).
The hash will be compared to last check and stored in DB. If the hash is different, it will go once again through the detector(will provide the code). If it finds something strange has happened(and the website is not down), campaign will be suspended with status “suspended by security detector, pending review”. Of course, the customer will be notified and I will see it in my panel(with the automatical detector diagnose), so I can review it.
All fakereferrer and ranking increasing gateways need to be monitored too, but I will provide all details later.

Order form:
I need a nice, 2 level order for for customers to put onto my website. I’d like it to be in Ajax, so it will be easy to customer to add new campaigns to the list(so many different campaign can be bought and then paid with 1 payment). This can be done at the end. As all the rest will be finished, I will provide detailed specs for the form.

Downtime protection monitors each campaign’s url, runs in CRON every 3 minuts.
It checks the website(I will provide the code) and if something’s wrong, it suspends the campaign, notifies customer and sets campaign status to suspended by downtime protection.
Downtime protection settings:
- Full (detects invalid server response code and PHP errors)
- Medium (detects invalid server response code)
- Off (no monitoring)

DailyStats – customer can receive daily SMS or email with stats for the campaign for past 24h. This eats SMS credits.
DailyStats Settings:
- delivery method: email, SMS, both
- time (it’d be great if user could input the time in his own timezone, so it’s automatically detected and recalculated).

SMS alerts – I will provide you SMS api.
SMS credits are taken off customer account ONLY if SMS alert is DailyStats SMS or Downtime Protection.
All other alerts like campaign update etc. will be free SMS alerts.

Customer contact methods:
- email
- SMS alert

Campaign “life”:
1. User submits order
2. If it’s img or ranking increase campaign, it’s automatically approved. Otherwise, campaign status set to: pending review
3. Campaign is added to review list in admin panel and automatically scanned with serverside detector(will provide the code)
4. I review it(I need to see the detector results), if I set it to declined, the status “declined” is set, user gets alert(I need to be able to add comment!). If I approve it:
5. Campaign is set to active if it’s normal traffic delivery. If it needs any setup(for fake referrer or ranking increase), campaign status is changed to “pending setup”.
6. If it’s ranking campaign or user have paid for script installation, I need to be able to set campaign to active easily and fast. If user have fake traffic campaign and didn’t pay for installation, he needs to report it has been installed(it will be automatically checked, I will provide you the code).
7. Traffic is being sent.
8. 48h before the expected campaign end(it can be easily calculated by campaign speed) notify customer by email or sms.
9. As it’s done, set campaign status to delivered.

If the url is on autoapprove list (which can be edited in admin panel), the campaign is not set to “pending review”, but is automatically approved.

If customer decided to cancel the traffic, I need to be able to set cancelled status.

Customer settings:
- First name
- Last name
- Username
- Password(hash)
- Email
- Mobile phone
- SMS credit details(settings, credits left etc)
- Other contact details(so user can input IM contacts etc)..
- Comments (visible for user and admin)

Campaign settings:
- ClientID(id of client who owns this campaign)
- InvoiceID(id of invoice, as many campaigns can be bought in one order)
- Type(traffic, rank increasing)
- Traffic Delivery Type (standard, img, noreferrer, fakereferrer)
- FakeReferrerGateway (url to the gateway)
- Status(pending review, pending payment, pending setup, suspended by customer, suspended by downtime protection, suspended by security detector, active, declined, delivered, cancelled)
- Url
- Name of the campaign
- TotalTraffic ordered- DailyLimit of delivery

- Unique (if unique, client needs to get 1 ip per client per 24h)
- Exclusive (one IP is sent to only one campaign. So if the IP was already sent somewhere else, it can’t be sent to campaign that is exclusive). This setting can not be visible for customers and can be set by me only.
- UComments (visible for user and admin)
- AComments (visible for admin only)

Invoice details:
- ClientID
- TotalAmount
- Paid(yes/no)
- PaymentMethod
- PaymentDateTime
- PaymentID(VARCHAR, provided by payment processor)

All gateways are ready and will be provided.

Magento Custom Work Needed

April 30th, 2009 Comments off

I require someone to do all the following work which is creating a magentocommerce based store with custom mods.

Design
The follow layout will need to be used as the primary theme for the website. I have the original PSD &amp; sliced HTML version but not CSS version. This layout has top row 1 for navigation links, row 2 main category tabs then the blue bar for sub category tabs to contain links.
Right navigation will contain cart and other stuff. Footer will have normal footer links such as site map. Below this footer it will simple linked images for things like credit card logos, SSL security stamp etc.

see word document for image.

The design will need to be CSS coded for the best possible SEO results. The design needs to be created as a theme in Magento and work with every module purchased or custom written. Every part of the website must match this theme. The body is the normal Magento layout but using 1 pixel grey borders and blue headers. Additional screen shot, code, psd, images will be supplied

Content pages that are created must automatically be added to the navigation system based on what category/sub category the page is in.

Modules
The following modules need to either be cloned to do exactly the same or purchased, installed and themed. To get the job done quickly I would suggest we purchase as many as possible then modify them if needed and only write from scratch where no module is available. I’m also open to sub contracting out work so if we are buying a module that needs something doing to it we can pay the developer of that module.

Stock Control &amp; Purchase Ordering $1200
Addon is needed to this, when a purchase order/delivery booking in sheet is closed it should provide a printable page sticker size which has the po number on line and item name on line2 for each item on the po.
http://www.magentocommerce.com/extension/1155/purchase-stock-logistic-management-module

Abandoned Carts Alerts $49
http://www.magentocommerce.com/extension/1151/abandoned-carts-alerts

Reviews Sidebar Pro $39
I require the option to control and exclude this from selected sections of the site.
http://www.magentocommerce.com/extension/1175/recent-random-reviews
Customer Profile $0
http://www.magentocommerce.com/extension/1209/customer-profile

Individual Promotions $0
http://www.magentocommerce.com/extension/1197/individual-promotions

AJAX Cart Pro $89
http://www.magentocommerce.com/extension/1185/ajax-cart-pro
Gift Certificates / Cards $0
http://www.magentocommerce.com/extension/751/gift-certificates–virtual-cards
Customer Order Comment $0
http://www.magentocommerce.com/extension/1036/customer-order-comment
Help Desk Ultimate $159
An additional option is required. We need sales to work as normal with this helpdesk but support and billing emails would not be able to be emailed directly. Customer would to go through a wizard first ebay style. They select the topic first, it then lists sub topics, then lists questions, they can then select a question if it matches with displays the answer on the page, if not they click a link to make a ticket by contacting support. When doing so they also should be given a list of orders and the option to select one that’s related to the question. I’ve contacted aheadworks twice regarding this custom but never got a response.
http://www.magentocommerce.com/extension/1131/help-desk-ultimate
Magento DataLink for Sage Line 50 $0
I’ve already purchased this, it just needs to be setup and tested. Possible he will do this work for free.
http://www.magentocommerce.com/extension/971/magento-connector-for-sage-line-50

Video $0
http://www.magentocommerce.com/extension/964/video-module-by-aheadworks

Postcode Address Auto-complete $37
http://www.magentocommerce.com/extension/941/postcode-address-auto-complete

HSBC Remote Payment Gateway Module v0.9 $45
Needs to support 3D Secure services with HSBC API. If the payment fails it should store a copy of the order as a quote on the customers account and mark it as Payment Failed or work with http://www.magentocommerce.com/extension/1151/abandoned-carts-alerts so we can follow up on the order. The customer may have spent a lot of time selecting options on the system builder products so we don’t want them to have to lose what they selected.
http://www.magentocommerce.com/extension/652/mage_hsbc-0.8/

Custom Work

Address Verification
The system needs to support the following address security system. On the order it has the billing address which is the cards registered address. Then any additional shipping addresses added via the checkout or the address book later on should add the address as

Categories: Magento, PHP Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Surfing Website With Alerts

April 25th, 2009 Comments off

Domain: SurfingAlert a dot com domain

Need to get a website built and programming with mobile capabilities.
SurfingAlert (dot) com will be a website for all the surfing people out there so that they can get information about the waves of the day and future and prior wave conditions . I do not know where the data will come from (hoping you can help with this)
Also I want a mobile application so that people can get information on their phones. I want them to be able to use their mobile phone and (like twitter and facebook) give everyone updates on the wave conditions for the area they are in

Email Alerts For Feed Update

April 2nd, 2009 Comments off

I need a php script to check multiple news feeds and send me an email when there is a new item (entry) added. It should be working for RSS 1 and 2 and Atom feeds. I want to control the schedule with cron.

I should be able to set the following in the script:

Fake user agent.
Feed url’s and a name for each feed.
Email address to receive update notifications.

In the email notification I want the following:
Subject: {feed name} has been updated
Message: New item title, live link, description

It’s ok to take care of the settings within the script. No fancy user interface needed.

Modify Meta4 Indicator Cci

March 16th, 2009 No comments

I want to take the standard CCI indicator from Metatrader 4 and add a visual and audio alert when the indicator line crosses nominated levels. Visual alert should nominate which chart e.g. EURUSD,M15 in the case of a Profile with multiple charts open. One visual alert (pop-up) on each chart is enough until I cancel it. The audio can continue to alert me until I cancel both visual and audio alerts. I want to avoid having a cross on one pair displaying the same message over and over again where the indicator line criss/crosses a nominated level. So to clarify…..The indicator line crosses a nominated level intrabar, an audio alert is sounded, a visual alert pops-up telling me which chart (pair). Intrabar the line dips below the nominated level and then re-crosses, again the audio alert is sounded BUT no visual pop-up is required if it has’nt been previously acknowledged. These alerts should be ‘expansive’ only i.e. moving out from the zero line, not back toward it. e.g indicator line crosses say +100, activates audio/visual alerts. It then crosses below momentarily…NO alert should be activated as it crosses below…it again goes positive crossing +100 and again sounds an audiable alert. NO visual alert is required the 2nd, 3rd 4th time it goes positive unless the alert was previosly acknowledged by me.

Twitter Weather Feed

March 16th, 2009 No comments

I have a site I would like to add an API in the main body to allow Twitter users to sign up for daily forecasts &amp; weather alerts.

We would need to allow the Twitter user to enter their twitterusername &amp; either capture their location from their Twitter profile; or force them to enter a location field on the form. Then we would need to push forecasts &amp; alerts to them – weather alerts from some outside source (I am leaning towards:
http://www.weather.gov/xml/current_obs/).

The current site is a basic WordPress.org template (kubrick).

Bear