login sign up

offline
Last seen: May 06, 2013 10:43 PM EDT
Hire Me!
Rate: $5.00 USD/hour
Follow Invite to Project
 
Browse Similar Freelancers:

alieninfoservice

PHP,MYSQL,OPENCART,XCART,MAGENTO,WORDPRESS,JOOMLA,DRUPAL,ZEN CART, OSCOMMERCE

Username: alieninfoservice

  • Has made a deposit.
  • Has verified their email address.
  • Has completed their profile.
  • Has verified their secure phone number.
  • Verified
  • Payment is not verified.

Location: Kolkata, India India

Member since: September 2012

Reputation:

5.0

(3 reviews)

2.6
[see more]

My skills:

My projects:

  • £400 GBP
    0.0
    Profile image for Seller redsentence

    redsentence United Kingdom[ Incomplete Report ]

    Mar 10, 2013

    Bad experience. The freelancer stopped replying to my messages. I released an initial milestone and another one after seeing some work in progress. But a whole month after the project was due, they have stopped replying to my emails, and I have no access to any of the work they have started. I have lost money, and also lost the client I was working for.

    Project Description: I am developing a sports apparel website, where sports teams can purchase their own customised kit, eg for soccer, basketball etc. I will be developing the main site myself, probably using Wordpress/Woocommerce,...
    [more]
  • [Sealed]
    5.0
    Profile image for Seller ouaou

    ouaou United Arab Emirates

    Feb 1, 2013

    Look no further, this is a highly professional team! Excellent communication skills, daily/hourly updates. I've worked with them on two distinct projects and their quality of work is outstanding. If you're looking for great service, alieninfoservice is the freelancer you need, unlimited modifications, serious team. Work delivered on time.Do not hesitate one second, they'll achieve great results and exceed your expectations!Very professional and dedicated, if you're looking for a professional team choose alieninfoservice!Will definitely hire again.Best of luck.

    Project Description: [This is a Private Project. You must be logged in to view the Project Description]
    [more]
  • [Sealed]
    0.0
    Profile image for Seller jdmgroup

    jdmgroup South Africa[ Incomplete Report ]

    Jan 23, 2013

    The project was not completed on time and they needed 22 more days to complete,...

    alieninfoservice's reply:

    This is the WORST Employer we have ever worked with. They increased the scope of work for the project time and again, without any extra cost. When we asked for some more time, they asked for the so far developed files and folders from us. We have mailed them without any hesitation and we have definite proof of sending it. After that, they just made the project marked as INCOMPLETE. Please do not work for this employer. They are simply fraud.

    Project Description: [This is a Private Project. You must be logged in to view the Project Description]
    [more]
    alieninfoservice has not completed any projects.
  • $350 USD In Progress

    There is already a website which is live and pulling data from one source, now that source is not working, i would need to enhance my site to pull the data from various sites and few enhancements. your role is to study the existing code and modify that to the new reqts. I have worked with you earlier and have great respect for your work. I am looking for something around 400$ . Let me know your interest.

    [more]
  • [Sealed] In Progress

    [This is a Private Project. You must be logged in to view the Project Description]

  • $500 USD In Progress

    Hi All,These are the main RSS news feeds aggregator websites in Egypt nowhttp://checknews.nethttp://www.akhbarak.net/(If you can't read Arabic, Please use Google translation) I want to make similar site but with more features. Preferably in Worpress. Please pm me with your idea and proposal.I am after elegant, Fast and easy to run automatic site.

    [more]
  • $1700 USD In Progress

    Build a website similar to well known sites already out there. This website will share ideas about events, exchange tickets for the events, etcThe layout and details will be shared once the freelancer/company is shortlisted and NDA agreement is in place.

    [more]
  • $3520 USD Apr 13, 2013

    [This is a Private Project. You must be logged in to view the Project Description]

  • £550 GBP Apr 23, 2013

    Build a website which lets customers buy tickets for events via PayPal. Must have admin panel which lets us create events that get published to the website. Looking for someone USA or UK based.Must incorporate our existing design into the site.

    [more]
  • $1980 USD Apr 19, 2013

    ***Ignore the $99 - $99999999999999 budget limit. I haven't listed a budget for this project, because I want to see what people come up with. I have a fair idea of around how much it should cost but I want to give everyone a fighting chance to input their rates.***I need a Deal/group deal website that I can use to offer deals on. It should function very similar to living social and/or groupon. Obviously the design/layout has to be unique. I need someone to code/program and do the graphics as well.So shopping cart, deal timers. Prompt to sign up if you're first time visiter. Geolocater to track their city etc. Social media integration. Ability to share deals. Ability to limit purchases per credit card/name/addresss. Should be able to control minimum and maximum piece per item order. Gift option. Newsletter for sending them daily deals. Ability to like/favourite deals and then the website should be able to find similar deal recommendations for them. Ability to view all deals or by category. Or by restaurants, for eg. If a restaurant offers more than one deal, they should be able to select that restaurant and view their deals. Should be able to label some deals as 'popular', 'ending soon' and 'featured' etc. SEOProbably a lot more features to be discussed, I don't want to give everyone a headache right away.Don't just 'apply' for this project. I need you to come up with a plan of how you're going to achieve it. List specifically what languages you'll be using for what parts. How much your going to charge. How long it might take. I would like to see links/proof in your application of similar projects you've worked on.What languages you're best at. Your formal education level if any. Please be very clear in your answers and planning details when you reply for consideration. We are very serious about this project and can't wait to work with you.Thank you and bid away!

    [more]
  • $99 USD Apr 23, 2013

    Hello, I need some help adding extra functionality / features to a RSS script that is already functional. I have example of it running here - http://www.oil-gas-prices.com Basically I input the RSS feeds and it outputs the articles from newest to oldest.The script solely uses SimplePie. I'm using the latest version that runs on Linux. If you know nothing of this software, maybe u should download it / install it first before bidding....to familiarize yourself - http://simplepie.org/downloads/ (the big blue button)My problems ?As you can see at the bottom of oil-gas-prices.com where it says 'showing 1 - 10 out of 78' , the feeds only store the articles that it pulls in initially....nothing is ever accumulated. this means it gets cut off at 78 total articles, and then the new articles overwrite the old articles. I WANT it to store till 1,000. (or whatever number I specify) I want mine : 'showing 1 - 10 out of 1000' But how to do this ? Does SimplePie support this ? If not, I need someone to help create something to support this. SimplePie by default doesn't need MySql....but i'm wondering if I want it to store till 1,000 will it need a database of some sort ? customizing any of these options makes no difference :// Set our paging values$start = (isset($_GET['start']) && !empty($_GET['start'])) ? $_GET['start'] : 0; // Where do we start?$length = (isset($_GET['length']) && !empty($_GET['length'])) ? $_GET['length'] : 10; // How many per page?$max = $feed->get_item_quantity(); // Where do we end?also, #2 I'd like to do this as well :I would like to add a banner of my own after the first 5 items / articles of each feed page. I need a custom little script for that. For instance , if there's 10 headlines per page....I would need to put a banner after the 5th headline on that page. ......So that's all that I need fixing... I really don't want to try other RSS scripts, because this one is almost perfectly what I need...I just need these 2 things fixed. That's it....and i'll be happy forever.

    [more]
  • €495 EUR Apr 23, 2013

    Need: - Client login - view current and past orders - make new ordersOrders: - each order can have multiple articles - each article has plenty of customisable settings - general order setting which can be overridden on article basisAdmin: - view orders per client - calculate order totals and article totals Developer: - I need to be able to make new articles and custom settings and calculations per articleExample:Client:1. Client logs in, makes new order2. Order number gets created, clients gives it a name and sets the general settings (height, width, depth, decor color)3. Add new article to order4. Have a choice between multiple preset articles (eg. basis cabinet with one door, cabinet with double dours, cabinet with one door and one drawer etc...)5. Chose the article which he wants to configure6. Standard settings of order have already be set in the article, now adapt the other settings if needed (eg. settings like thickness of shelf, number of shelfs, height of cabinet legs, turn front,...)7. Add article to order8. Add another article to the order, or duplicate an existing article9. After all articles has been added the clients needs to finish the orderAdmin:1. admin logs in to view all clients and orders.2. Opens the new order from a client3. Can view the order details and article details4. Needs to calculate the price of the article (custom calculations per article)Developer:1. Needs to create all new articles2. Has to create/change the article settings and calculationsThe system needs to be setup so that it's possible to add new articles with custom settings and custom calculations. The whole system needs to function, layout can be very basic as I will implement it myself (I have moderate knowledge of html)I have average knowledge of php/mysql, but this project is a bit complicated in total. I already started developing large parts of this but I'm getting stuck...So I'm looking for someone who can start to setup this project with limited articles, calculations, settings. The structure has to be very clear and open for extension. In the future you will get more requests to expand this project.

    [more]
  • $495 USD Apr 16, 2013

    Looking for a Freelancer to design a Wordpress site for a client of ours. He will be operating a mobile video game franchise of ours and needs a fresh new look. We want something very eye catching and simple. Along with photos and videos we will need there to be a reservation plugin added so that his clients can make reservations for the game theater on his website.The main objective is to be catchy bright and in your face. We want it to scream 'RENT ME!'. Our current desig is kind of boring but this site needs to be very simple and visually appealing. You will have 6 weeks to complete the project. The main things it has to be are1. Simple2. Flashy (visual appealing not flash)3. SEO4. Able to work on mobile devices and tablets5. Have a gallery6. Have a reservation system7. Look professional8. Full of content with very little work to access the contentIf this is something you feel you can do send me a message. I will link an example site below. This wont be a large project at all it is basically all about presentation, so the one or two pages need to look great.mobilegamingrevolution.com

    [more]
  • $770 USD Apr 16, 2013

    I want a sports tipster website the same as betadvisor.com with the same functions and similar look. It has to be done to a very good standard. Please check the website to get an understanding of features.

    [more]
  • $900 AUD Mar 6, 2013

    We need a website application that does the following:- The website will accept an HTTP Post request with an image an a text field from an external application. Many images with text fields may be posted in quick timeframes. This will be done programmatically (the HTTP post and the receiving without user input).- The website will then display the photos in as real time as possible in the system, and allow filtering by date (Show Today, Last Week, Last Month, All) or ordered by the text field.. The text field from accompanying the image will say 'Sent from '- A user will have a username and password so they can login (needs to support multiple users with different photos coming to it). A unique identifier should be mapped to each user so the external app knows which user to post to. The creation of a new user/pass can be done in the backend by our support team provided reasonable instructions given... Front end to do this is not yet required.- The user can then select one or many images, and take a few actions:1) Email the photo/s to a series of email addresses.2) Share the photo on Facebook (and any business pages they admin)3) Share the photo on twitter, google+ and instagram.4) Post the photos to an RSS Feed.5) Delete the photo/sWith the first three, we imagine you would use appropriate API, with the 4th, you must create the unique RSS Feed per client with the photos so we can use external systems to display the images when they are posted.The customer an logout and login whenever they feel like it from the system.Other development notes:- Design can be very simple, but be able to be used on tablets or PC's as required.. Thumbnails that can expand is ideal. We will provide logo for the website, but you can create a CSS to make it look neat... Functionality over looks, and as simple as you can make it.- We will host everything and can deploy with your instructions once its ready.- We require all source code with good commenting.We need the project in a matter of a week or two, so we are looking for someone who can do this quite quickly, and you will get good support from our team.Look forward to it!

    [more]
  • $2 USD/hr Feb 24, 2013

    CRS Waterproofing is looking for someone to design a basic website,Featuring 'online calculator', some embedded video, enquiry form with upload feature. Links to contact information, other standard features.The emphasis is on branding and professionalism. But usefulness and practicality.

    [more]
  • $250 USD Nov 30, 2012

    Looking to Create a drupal module that will integrate a payment api. When enabled, this module should will make available a payment option. Thats all. Majority of the workings are in the API.

    alieninfoservice does not have any open projects.
    alieninfoservice does not have any work in progress.
[see more]

Portfolio

[see more]

Resume

Experience

Managing Director

May 2001 - Present (12 years)

Alien Info Services

Education

Masters in Computer Science

Indian Institute of Technology, Madras

1995-1998