Archive

Posts Tagged ‘the login’

New Features To The Login Area

March 18th, 2010 Comments off

When a client logs in they have to have the following availlable to them:

* Renew their package
* Upgrade their package
* Cancel their package
* In the login area this should be availlable to them

We already had a programmer working for us but he suddenly stopped communicating, so we have some things already working.

We are a usenet provider so please state your refrences.

Remote Login Script

October 18th, 2009 Comments off

I’m a godaddy Reseller and I’m trying to put the login information for my customer in my IT company website. For some reason after I put the codes for the login option, it works but not for long, sometimes it last 1 week and sometimes 2 minutes but it looks like the system block remote login because I’m prompted with an error.
I need someone to build a code for me so I can use the login option in my website. To test the settings go to: http://www.securepaynet.net/default.aspx?ci=1767&prog_id=325570
Create a free account and then try to build the login codes and use your free account to login from other domain to see if it works. Let me know ones you have the solution for me.
Thank you
Regards
Johans

Paypal Checkout Form W/ Ajax

August 5th, 2009 Comments off

DO NOT APPLY IF YOU CANNOT START IMMEDIATELY. THIS PROJECT MUST BE COMPLETED WITHIN 2 DAYS.

I need a developer to build a checkout process using AJAX, with Paypal integration. This is not as simple as some other Paypal projects. The functionality will be as follows:

1. The user selects one of three products.

1a. If he selects product A, a text box will appear via AJAX where the user may enter up to 50 words about himself. You will need to code a word-count script into this text box. I have a script that you can use, or you can write your own. After the user finishes his entry and clicks “Submt”, he is brought to step 2 below.

1b. If the user selects product B, a text box will appear via AJAX (same as above) but this time there is no limit to the number of words. He just fills in the field and then clicks “Submit” which brings him to step 2 below.

1c. If the user selects product C, a text box will appear via AJAX (same as above) and there will be no word count limit. Users who select product C will need to create a login name and password for the site. This should all happen on the same form via AJAX. The login name and password should be valid for exactly 30 days, and then become inactive (you will need to write the back-end scripts to make that happen). the login name should be the user’s email address. After filling the text field and creating a username/password, user clicks submit and is brought to step 2 below.

2. This is where the payment is collected. User will click a button to pay via paypal. After completing the paypal checkout process, they are brought to a “success” page and the transaction is finished.

3. After successful payment, there will be an email that gets sent to an admin email account. The email will tell the admin which product was purchased, and include the contents of the text field that was filled in above. An email will also be sent to the user, which confirms their order. The email to the user will be different ,depending on which product they purchased. If they purchased product C, the email confirmation will also include their username/password.

Users that purchase product C will have access to a password-protected part of the site for 30 days. You will create the login page for that part of the site. When users login to that page, there is a blank text entry box where they can submit a new message to the admin. It is a simple form submit that will generate an email to admin. The email to the admin needs to include the user’s login name (their email address).

I will provide a design mockup to show you how this should look, and also provide an HTML page template for you to create the form on. You will also have access to MySQL for database needs (storing user accounts). Please don’t bid on this project if you are unable to start immediately, or if you have no experience with custom paypal integrations. If you fail to do the project you will receive a feedback of 0, so please don’t waste your time if you can’t fulfill the tasks above!

Php Login W/ Sessions/redirect

July 21st, 2009 Comments off

I have created a website that I’m having troubles getting to work correctly. I have created a login script that works without troubles, but I can’t seem to get the redirect to work. I prefer not to use cookie or javascript, just want to use PHP sessions.

Scope of work is below with example.

The user will get a link within the email that corresponds to a project. When the user clicks the link, I want to see if the user is logged in, if yes, direct them to the page. If not, redirect them to the login page, when completed with the login page, redirect them back to the corresponding project link.

In example, the user is emailed the link http://intranet/hd/view_project.php?id=8, when the user clicks the link the system checks to see if the user has a valid session id, if not it redirects him to the login page. After he completes the login page, he is then redirected to the above link. If he already has a valid session id, he is just simply directed to the above link.

You can modify my code or change to something you have experience with, I don’t care, but it’s got to work. I have attached all the files that will be needed to complete the project. I’m currently developing this website using php 5.2.1 and using mysql 5.0.22 on a windows based machine.

Must be able to communicate via email in timely manner.

Php Sessions Login Redirection

June 29th, 2009 Comments off

Working on an intranet project and not experienced enough with sessions. My project deals with the login portion and the emailing of links. I have created some pages, but open to changes as long as the page layout stays the same. Here are the details.

The user will get a link within the email that corresponds to a project. When the user clicks the link, I want to see if the user is logged in, if yes, direct them to the page. If not, redirect them to the login page, when completed with the login page, redirect them back to the corresponding project link.

In example, the user is emailed the link http://intranet/hd/view_project.php?id=8, when the user clicks the link the system checks to see if the user has a valid session id, if not it redirects him to the login page. After he completes the login page, he is then redirected to the above link. If he already has a valid session id, he is just simply directed to the above link.

I would prefer that the script be in the form of a function, not sure if that is the practical solution. There are two zip files attached to the project, one is the current php pages for the login, the other is the images for the pages. I’m connecting everything to a mysql server which I’m currently running on my development machine.

Online Recruitment System

April 24th, 2009 Comments off

Hi,

This project should done in JSP/SQL server and will be complete before 27th evening.

Module 1: Job seekers

Section:

1. Registration:

New job seekers entering the website can register himself. After registration, he will be directed to his home page (UserHome).In this page, details about the examination he has to attend will be displayed. If the job seeker is a fresher, he will have to attend the exam which will be conducted at a venue. Details on the Examination-Venue & Date of examination will be shown on this page. In the registration page the job seekers can upload his CV.

2. Login:

From the home page of the web site, a registered user (job seekers) can reach the Login page by clicking the Login link .In the Login page, the registered user has to enter his user name & password to enter his home page. In this page he can edit his profile and update it .If he wants, he can upload his updated CV.

Module 2: Administrator

Administration has the full authority over the website .He can view all the registered users and have the power to delete them. He can edit the web pages and update them.

Module 3: Employers

Employers can post their vacancies and the qualifications that are expected from the job seekers. Also they can view profiles of various job seekers.

Session Script

April 23rd, 2009 Comments off

I have a simple sign up system where users sign up and then they can change their personal data. I need the following implemented in that sytem:

Users can sign up and submit different account. They can submit a facebook account, Twitter account, Gmail, Yahoo mail, Hotmail as first. It should be easy for admin to add more account types. The deal is that the users type in their log in information – their username and password. When they have written their login information on my site, it is saved in the system. After that they see a list of all the accounts they have submitted. When they have added an account they can hit a button saying ‘Log into (Facebook/Twitter/Gmail etc etc)’. When they hit that button, a session is created that contains username and password (the information is extracted from the database, and put into the session), and the users are redirected to the login page of the site they want to access. When the login page opens the account name and password from the session is pasted to the login forms and the users can now hit the login button.

Admin can add new pages like this: Admin pastes the URL for the login page of the page. Then he writes the value of the login form and password form. When admin has added a new page users will see it on the drop down list when they submit a new account.

Bear