Archive

Posts Tagged ‘username’

Twitter Login With Curl

November 12th, 2011 Comments off

Only a Good Programmer can handle this project so read closely

We are building a database of twitter user information

we collect twitter username and password and it is put into a database (i will handle that part)

The Script you build will have 3 functions

1st function

The script you build will cycle through the database logging in to each user using CURL (Not API) accesses the account settings and copies the email address, Bio, and location. to the database associating it with that current logged in user.

Now our database will have username/password and email, bio and location

2nd Function

i type in a twitter username and i specify the number of users i want from my database to follow that username.

The script then cycles through that number of users, logs in…follows the username we specify… and then logs out cycling through until it finishes.

3rd Function

i type in the “tweet id” or link to a tweet, i specify the number of users i want from my database to retweet that tweet.

The script then cycles through that number of users, logs in ….retweets that tweet …and then logs out cycling through until it finishes.

Because twitter is very strict on the IP address accessing their site. This script must be able to cycle through proxies while logging in to users from the database

Here is a dashboard representation of what has been built so far

http://www.prolivedesign.com/twitterapp/admin/

If you are interested in joining in on this project place your bid…i will choose by best bid and most convincing programmer who can show me he understands what i need.

Mollify

September 22nd, 2011 Comments off

I have mollify installed on our server and accessible through Joomla 1.7 registered page. Once the user logins they have access to a link to the “File Management” page (mollify). I need to be able to pass the Joomla username and password into the mollify program:

So, here’s what the usage scenario should be when someone visits the page:

1. Human user authenticates through Joomla
2. User clicks on “File Management” page.
3. Mollify login script loads username/password from Joomla.
4a. Mollify login script refreshes the page, passing the login info to the main Mollify program.
4b. Mollify login script passes the login info to the main Mollify program.
5. User browses files in Mollify.

To the end user this should be a seamless process; they login once at the beginning and that’s all they have to do.

*Yes the same username and password can be found in both systems.

You can download Mollify here: http://www.mollify.org/

Thanks in advance!

Modify Php Script (quick Simple Job)

September 20th, 2011 Comments off

I need a programmer that can quickly modify a php script I use. The script is using an id number as reference to signup new members (referral link). What I need is the script to be able to use the username too as reference (referral link). When new members sign up they need to enter a username and that’s also how they login so the username is already in the database. Only for the referral link the script use the member id number so it looks like http://site.com/?ref=5 but I need members to be able to use their username as referral id too so it looks like http://site.com/?ref=username if they use their username in the referral link.

I know where it needs to be changed but not exactly the code I need to use. If you have php experience you will have this done within 5 minutes or less I think.

If you’re interested and available instantly please send me a message and I’ll provide more info.

Auto Account Setup Script

August 28th, 2011 Comments off

I need an experienced php programmer to code a simple script that will automatically login to multiple URLs using a username and password (same username and password for all URLs) and then automatically create an account credentials that will be provided via the script GUI.

The script GUI will include a function to add all the URLs and the login access and also have a function to add the desired account credentials ( Username, Password and Expiry Date) to be created in the multiple URLs.

In addition, the script should be protected by a admin username and password for security.

I will provide 2 samples of the URLs for the work.

Mysql Login + Forgot Password

August 17th, 2011 Comments off

Project: Write a simple script to accept a username and password from a simple html form, check the database and direct to the appropriate page.

Work Required:
1) Create 2 field html form: username & password
2) Submit query to MySQL database for username and password
3) If good user response send to user.php / If good admin response send to admin.php

Changes In Oxyclassifieds Script

August 11th, 2011 Comments off

Hello,

I have oxyclassifieds script and I need to make 3 changes.

1

Website With Access To Specific Areas After Payment With Exp

July 28th, 2011 Comments off

I need a website designed to allow different users to visit different parts of a website (categories from a list). A user should be able to pay for access through paypal and google checkout and at that time determine a username and password. The username and password should immediately allow the user to access that part of the website. The access should have a changeable timeframe that the username/password is valid. I would like to be able to change all of these variables through some admin screens. I need to be able to easily add new categories and subcategories through the admin screens. I think I would like it to be in PHP but I would certainly consider others.

Oauth Sign Up Step 2 Email/username And Add 2 Login Scripts

July 21st, 2011 Comments off

I WILL BE ONLINE ALL NIGHT TO HOPEFULLY PICK SOMEONE TONIGHT.

This is not a difficult project but you must understand oauth. If you can follow directions and need a good feedback this job is for you. Need to be able to complete today. Please only bid if you can start now and finish asap. ONLY BID IF YOU ARE 100% SURE YOU CAN DO THIS PROJECT.

This project has 3 parts that all work together. I will break down by numbers to make it easy to understand.

1) We have a website. We have 4 oauth providers (fb, t, g, y!). Everything works fine but Step 2 from the oauth sign up is missing. (we don’t ask for the user to add email address and select username) Step 2 is after a user authenticates credentials with oauth provider. It’s a page that ask the user to enter:
-Email Address
-Enter desired username to associate with account.
-Password

The reason why we need Step 2 is because without step 2 a user will have multiple accounts if they login with fb the first time, then t the second time, g the third time and so on…

If we have step 2 like most sites do then the user can login with any of the oauth providers and only one account will be created.

2) We need username availability checker on step 2… code can be found here to install: http://bit.ly/dAI

3) On the homepage we need a login box. we have one right now but its ugly and would like to use the one attached as it looks better. I have added the attached the script and the tutorial that explains install is http://bit.ly/9aFLqi.

Php Update

July 21st, 2011 Comments off

Currently we need part of our existing website updated so it pulls info such as categories out of the database rather than it being hard coded. Half the website updates categories and locations from the database whilst other parts do not. For example this is the hard coded part we need changing:

function editDetails($ch1, $ch2, $ch3, $ch4, $ch5, $ch6, $ch7, $ch8, $ch9, $ch10, $ch11, $ch12, $ch13, $ch14, $ch15, $ch16, $ch17, $ch18, $ch19, $ch20, $ch21, $ch22, $ch23, $ch24, $ch25, $ch26, $ch27, $ch28) {
global $database, $form;
isset($ch1) ? $database->updateDetailsField($this->username, “job_category1″, “1″) : $database->updateDetailsField($this->username, “job_category1″, “0″);
isset($ch2) ? $database->updateDetailsField($this->username, “job_category2″, “1″) : $database->updateDetailsField($this->username, “job_category2″, “0″);
isset($ch3) ? $database->updateDetailsField($this->username, “job_category3″, “1″) : $database->updateDetailsField($this->username, “job_category3″, “0″);
isset($ch4) ? $database->updateDetailsField($this->username, “job_category4″, “1″) : $database->updateDetailsField($this->username, “job_category4″, “0″);
isset($ch5) ? $database->updateDetailsField($this->username, “job_category5″, “1″) : $database->updateDetailsField($this->username, “job_category5″, “0″);
isset($ch6) ? $database->updateDetailsField($this->username, “job_category6″, “1″) : $database->updateDetailsField($this->username, “job_category6″, “0″);
isset($ch7) ? $database->updateDetailsField($this->username, “job_category7″, “1″) : $database->updateDetailsField($this->username, “job_category7″, “0″);
isset($ch8) ? $database->updateDetailsField($this->username, “job_category8″, “1″) : $database->updateDetailsField($this->username, “job_category8″, “0″);
isset($ch9) ? $database->updateDetailsField($this->username, “job_category9″, “1″) : $database->updateDetailsField($this->username, “job_category9″, “0″);
isset($ch10) ? $database->updateDetailsField($this->username, “job_category10″, “1″) : $database->updateDetailsField($this->username, “job_category10″, “0″);
isset($ch11) ? $database->updateDetailsField($this->username, “job_sector1″, “1″) : $database->updateDetailsField($this->username, “job_sector1″, “0″);
isset($ch12) ? $database->updateDetailsField($this->username, “job_sector2″, “1″) : $database->updateDetailsField($this->username, “job_sector2″, “0″);
isset($ch13) ? $database->updateDetailsField($this->username, “job_sector3″, “1″) : $database->updateDetailsField($this->username, “job_sector3″, “0″);
isset($ch14) ? $database->updateDetailsField($this->username, “job_sector4″, “1″) : $database->updateDetailsField($this->username, “job_sector4″, “0″);
isset($ch15) ? $database->updateDetailsField($this->username, “job_sector5″, “1″) : $database->updateDetailsField($this->username, “job_sector5″, “0″);
isset($ch16) ? $database->updateDetailsField($this->username, “job_sector6″, “1″) : $database->updateDetailsField($this->username, “job_sector6″, “0″);
isset($ch17) ? $database->updateDetailsField($this->username, “job_sector7″, “1″) : $database->updateDetailsField($this->username, “job_sector7″, “0″);
isset($ch18) ? $database->updateDetailsField($this->username, “job_sector8″, “1″) : $database->updateDetailsField($this->username, “job_sector8″, “0″);
isset($ch19) ? $database->updateDetailsField($this->username, “job_location1″, “1″) : $database->updateDetailsField($this->username, “job_location1″, “0″);
isset($ch20) ? $database->updateDetailsField($this->username, “job_location2″, “1″) : $database->updateDetailsField($this->username, “job_location2″, “0″);
isset($ch21) ? $database->updateDetailsField($this->username, “job_location3″, “1″) : $database->updateDetailsField($this->username, “job_location3″, “0″);
isset($ch22) ? $database->updateDetailsField($this->username, “job_location4″, “1″) : $database->updateDetailsField($this->username, “job_location4″, “0″);
isset($ch23) ? $database->updateDetailsField($this->username, “job_location5″, “1″) : $database->updateDetailsField($this->username, “job_location5″, “0″);
isset($ch24) ? $database->updateDetailsField($this->username, “job_location6″, “1″) : $database->updateDetailsField($this->username, “job_location6″, “0″);
isset($ch25) ? $database->updateDetailsField($this->username, “job_type1″, “1″) : $database->updateDetailsField($this->username, “job_type1″, “0″);
isset($ch26) ? $database->updateDetailsField($this->username, “job_type2″, “1″) : $database->updateDetailsField($this->username, “job_type2″, “0″);
isset($ch27) ? $database->updateDetailsField($this->username, “job_type3″, “1″) : $database->updateDetailsField($this->username, “job_type3″, “0″);
isset($ch28) ? $database->updateDetailsField($this->username, “job_type4″, “1″) : $database->updateDetailsField($this->username, “job_type4″, “0″);
isset($ch25) ? $database->updateDetailsField($this->username, “job_type1″, “1″) : $database->updateDetailsField($this->username, “job_type1″, “0″);

$q2 = “INSERT INTO user_details(`username`, `job_category1`, `job_category2`, `job_category3`, `job_category4`, `job_category5`, `job_category6`, `job_category7`, `job_category8`, `job_category9`, `job_category10`, `job_sector1`, `job_sector2`, `job_sector3`, `job_sector4`, `job_sector5`, `job_sector6`, `job_sector7`, `job_sector8`, `job_location1`, `job_location2`, `job_location3`, `job_location4`, `job_location5`, `job_location6`, `job_type1`, `job_type2`, `job_type3`, `salary_from`, `salary_to`, `cv_path`, `cover_letter`) VALUES(‘$username’, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′, ’0′)”;

<input name=”ch1″ type=”checkbox” value=”Residential” <?php if($database->getDetailsField($session->username, “job_category1″) == “1″) { echo “checked=”checked”"; }?> />
<input name=”ch2″ type=”checkbox” value=”Commercial” <?php if($database->getDetailsField($session->username, “job_category2″) == “1″) { echo “checked=”checked”"; }?> />

Here is an example of how we pull categories out of the database on other parts of the website:

<?php
$query = “SELECT name, id FROM category”;
$res = mysql_query($query) or die(mysql_error());
while($a = mysql_fetch_array($res)) {
echo “<option value=”.”".$a[1].”".”".((isset ($_GET['categories'])

Fix Php/mysql Script

July 1st, 2011 Comments off

Hello,

I have a php script that has a bug and I need someone with php/mysql knowledge to fix it.

Here is what the problem is:

When I install the script, it has a default username and password for the administrator, which is:

username: admin
password: admin

After installation, it gives an option to change the administrator password. I enter a new password and click

Extract Info From Textfiles / Import Into Mysql Database.

June 2nd, 2011 Comments off

Can you import information from several textfiles into a mysql database? IMPORTANT: Please read the part under “NOTE”

The information that needs to extract from those text files are:
- username
- sex
- signup date
- emailadres
- password

The information must imported in 2 tables

table 1 (name: login)
- ID
- username
- Password

table 2 (name: userdata)
- ID
- username
- reg. date
- website (if available)
- other fields set to some default or leave emtpy

NOTE!
The most important thing in this project is TO CREATE a routine that EXTRACTS the info from the textfile so that it can be imported. The textfile was originally an EML (=email) message. (sample included)

We lost our userdatabase and we hope to restore it with these signup messages (2200 signups). A sample text files is added so you can see where its needs to be extracted from.

In the text file this is the important stuff:

*****
Date …. (=signup date new member)
*****

and

*****
Hi Webmaster

There is a new registration :

Username : Taylor57
Passwordd: 04tarr
E-Mail : rr *roca-data.net
Profile Owner : m (=male)

****

Php Login Script/register Script And More

May 15th, 2011 Comments off

Hello All,
I will Be Wanting the following:

A Login Script
Register Script (Fopen,w) To Open a Html Code On A New page!

For Example:

Please Register Your ‘Webclient’

Server Name:
Server Password:
Server Ip adress:
Server Port:
Server Loader:
Username:

(Store In Mysql Database, Fopen, A Specific Html code. With Those Varaibles)

Side Bar!
I want a side bar To The Left Top, I want it to Move Down as you scroll down, and Say Welcome, $username
The Following Username Are ONline:

Need To Create 100k Gmail And Facebook Account

May 10th, 2011 Comments off

Hi,
I wanted to know if there is anyone or any team
who can work for me to create 100k verified gmail, with respective yahoo.com, live.com (hotmail), orkut, myspace, facebook and twitter account.
Now term and condition of the work
1. I need completely new account.
2. No information on any 2 accounts, whether it is username or profile information should be same
3. all unique account needed from all over the world, make sure you have the respected ip
4. no username array please john1, john2, john3 etc
5. all full name (first + last name) should be different, well it hard to get username/id with that same name, so only on this condition, you can use date of birth in username only in the combination of 1. yyyy 2.ddmmyyyy 3. ddmmyy used in the ending and I would prefer to have only number and alphabets in user name and no symbols (. or _)
6. Verification of gmail account using mobile number, I think it has been made compulsory by gmail, so most probably you need to completed that at ur end, well you have to inform me is it possible to get it done without verification and if the answer is no, what will be your process of verification ie using one number or many number…
7. For a particular account you have to use the same username for gmail, yahoo(.com preferred), Hotmail(live.com preferred), you need create the complete profile all the social networking site, ie orkut, myspace, facebook and twitter(need custom background) and the same should be added to google, yahoo and hotmail profile (I don’t know whether hotmail give an option to put a profile like given in google and yahoo) and associate all email account with their respective social account.
8. You need to give me the whole database of the data that you have added at each and every field on the respective site.
Please tell me the costing in the tabular formation which proper breakup of the price
and do inform me what I might have missed here

PS: I am just calculating the cost right now
so I would have actually look out for a the best bargain possible
and i would be true to you, that it would take up time for me to start my project

Help With Htaccess

May 7th, 2011 Comments off

At the moment my htaccess does as follows:-

URL/$username – will redirect to check_user.php?username=$1

This is fine but I would also like

URL/$username/company to redirect to check_user_comp.php?username=$1

At the moment the existing code is below:

RewriteEngine on
RewriteOptions MaxRedirects=1
RewriteCond %{REQUEST_FILENAME} -f [NC,OR]
RewriteCond %{REQUEST_FILENAME} -d [NC]
RewriteRule .* – [L]
RewriteRule ^(.*)$ /check_user.php?username=$1 [QSA,L]

I have more projects to post later – please bid if you can complete today – also would appreciate a small email about yourselves and what you can do so that you may be considered for future projects

Simple Replicate Website Function

May 1st, 2011 Comments off

This project is only for the functioning of the script/process. The design is done. So I would need you to put the variables into my already designed pages.

Here is what the script needs to do.

Person comes to my website. The fill in info such as this.
1. Username
2. email
3. password
4. avatar
5. info 5.
etc., etc.

There are approximately 20 fields

That info is then saved to a database and their info in each above would become placeholders.

Now let’s say my website is http://www.mywebsite.com/folder, so now they would have a website that would be http://www.mywebsite.com/folder/(username) or it could be http://(username).mywebsite.com/folder – The (username) is from what they put above. Would prefer http://(username).mywebsite.com

Then when someone goes to their new page such as http://mywebsite.com/(username), that page would have their info such as
Hi my username is (username) and my email address is (email) and I have the following info for you (info3)/ etc. Shows their picture/avatar, etc. It would put in all the info required on that page based on their username.

There are 6 pages that need to be replicated. The pages should be replicated dynamically. So it would not create new folders for each user, but when someone goes to their URL, it would put their info in there.

There would need to be a simple registration form (no design) just function and a way for them to edit/modify their info.

If you have questions or would like to see the site, please send PMB.

I do not have a big budget for this, but I ran 2 projects similar to this before in same price range, so I a pretty confident someone can do this in my budget.

Payment Script 2

May 1st, 2011 Comments off

I need a php script to make payments to paypal.com, alertpay.com and plimus.com
The script will be used on site to handle the payments.
The script should work with paypal, alertpay and plimus IPN and needs to have several options:

On the payment page:

- input your desired username
- input your desired password
or
- input your username (for already regisred members)

- select currency
- select an amount in a dropdown menu (this will be set in an option file)
- select a payment method (paypal, alertpay or plimus)
- button for completing the payment

All of the above needs to be set on an option file

When a payment is finished the script should store all the information in a sql table.
Bellow is the information thats need to be stored:
- payment current status (completed/pending/canceled)
- payment method (paypal/alertpay/plimus)
- payment confirmation number
- buyer full name (extracted from the payment details in paypal/alertpay/plimus)
- date of the payment (in format: mm/dd/yyyy)
- date of subscription expiration (this should be calculated depending on the subscription plan)
- username
- password

There should be an admin menu where all the payments will be disapled.
If theres a reversal from the bayer the system should mark the payment from completed to canceled and disaply it in the admin menu of the script so the administrator can take care.
All the payments should have ticker NEW before the admin examine them and mark them as read/completed
There should be search engine optimized to work wih all sql table entries (for example:
find by: confirmation number/expiration date/name/username etc., should work with more than one valuable)

Need Webpages Secure With Username Password

April 18th, 2011 Comments off

Have website pages that need username password login.. Need the site to be secure. don’t want people to download streams.

for Admin login:

Input Stream IP address field
And stream Folder name from server

Once hit submit it will automatically input into users stream code.

User login:

User inputs folder name in publish field from email then hits submit.
then it takes him to either Live or live chat stream.

(or if you have a streaming script that is already secure)
wowza server

Automatic Form Fill In

April 16th, 2011 Comments off

Hello,

We are in need of a way to automatically fill in a form field with a username and a password from a link.

For example, on a page we will have a link that says “click here to log in”. Once the user clicks the link a login form should appear in an IFrame with the Username and Password already filled in.

We are not talking about <input type=”test” id=”_wpnonce” name=”_wpnonce” value=” something ” /> we would like for the link to somehow fill in the information. The information will always be the same (only one user) and only accessible through the link. The link could be something like http://www.domain.com/folder/page.php?username=geen&password=blue

Your code must be very clean, and intuitive. You also may NOT brand nor link back to you, any server or anyone else in any way.

We will put the budget in escrow and will only release 1/2 after we see a fully working example from YOUR Server and the remaining will be released only after all of the issues have been resolved and you send us the final files.

Thank you and we look forward to your bid

Categories: Form, iframe, PHP Tags: , , , , , ,

Payment Script

April 14th, 2011 Comments off

I need a php script to make payments to paypal.com, alertpay.com and plimus.com
The script will be used on site to handle the payments.
The script should work with paypal, alertpay and plimus IPN and needs to have several options:

On the payment page:

- input your desired username
- input your desired password
or
- input your username (for already regisred members)

- select currency
- select an amount in a dropdown menu (this will be set in an option file)
- select a payment method (paypal, alertpay or plimus)
- button for completing the payment

All of the above needs to be set on an option file

When a payment is finished the script should store all the information in a sql table.
Bellow is the information thats need to be stored:
- payment current status (completed/pending/canceled)
- payment method (paypal/alertpay/plimus)
- payment confirmation number
- buyer full name (extracted from the payment details in paypal/alertpay/plimus)
- date of the payment (in format: mm/dd/yyyy)
- date of subscription expiration (this should be calculated depending on the subscription plan)
- username
- password

There should be an admin menu where all the payments will be disapled.
If theres a reversal from the bayer the system should mark the payment from completed to canceled and disaply it in the admin menu of the script so the administrator can take care.
All the payments should have ticker NEW before the admin examine them and mark them as read/completed
There should be search engine optimized to work wih all sql table entries (for example:
find by: confirmation number/expiration date/name/username etc., should work with more than one valuable)

Easy Account Creation. 1-2h

April 12th, 2011 Comments off

Hi there,

I would need somebody how creates up to 50 accounts in websites like Gmail, YouTube, delicious etc.

and then enters it into my webtool (I will provide login!)

Format =

website URL/Username/Password
website2 URL2/Username/Password

For the sake of simplicity you should try to use same Username/Password for all logins!

I will provide preferred Username/Password/Country/Age/Nickname (As needed for some sites) as well!

Need it today…

Is an easy task, but I dont have the time for this so need YOUR help ;-)

Appreciate your bid.

Paid 10 USD last time, pls. bid accordingly!

Florian.

Php To Add Data To A Database

March 13th, 2010 Comments off

I have 2 simple quick projects and wish 1 person to do both.

1) In a table I have usernames, I want a php script to read each username and insert into a 2nd table a item for each of them. (( i.e. username + april stuff )) I must be able to change items in the php as and when I need.

2) In a table I have usernames and a ip addy, I want a php script to read a file and check if that IP is in the table, if it is do nothing if it does not exist insert username + ip into the table.

You must be available to do this work asap, I know it will be a very quick job :)

Secured Pages And Admin Area

March 11th, 2010 Comments off

Hello.

I have a website and I need you to create 2 things:

- a secured members area;
- an admin area.

Secured Members Area:

In my website, I sell an online product. When people buy it, they should be redirected to a page where they place their name, email, and choose their username and password in order to enter in the secured area (all fields are required). Once they register, they access all the pages (there are several), and they must all be secured. If they close the window for example, and want to re-enter in the members area, they should place the username and password again; if they close their browser, the same should happen. All this pages that should be secured are under the same folder in my server.

So, you need to create a form for people to register and a form for people to log in, besides protecting all pages.

Admin Area:

This should be a page created by you. I honestly don’t care about the design. It may be a table with some rows, columns and buttons. What I need to have here is all my members’ information (name, email, username, password, and when they bought the product). I should be able to edit any of the fields, add a new member or even delete a member.

I believe the best option for this is to create a MySQL database where I have all members stored.

So, as soon as someone buys my product and they get to the register page to enter their name, email, preferred username and password, and fill all the data, this new member should automatically appear in this admin section.

If you have good knowledge about php or MySQL, you won’t have any problems doing this project. If possible, please show me some of your previous work so that I can see what you’re capable off.

Please let me know exactly how much time this project may take.

Thank you.

Categories: MySQL, PHP Tags: , , , , , ,

Simple Login

March 10th, 2010 Comments off

Hello,

There are 2 parts to this Project

Part 1:
I would like to integrate 3 different and separately written php scripts (which all have independent databases) so that when a user registers with a Username and Password through the main script – the user can then log into the other two scripts using that same Username and Password.

All of the scripts and databases are on the same server.
–End of Part 1–

Part 2:
Please send me a Seperate Quote to add authorization to the system so that after the user logs into the main script, they are then automatically logged into the other 2 scripts (if that’s even possible). Please send 2 separate quotes for the authorization: the first using cookies, and the second without using cookies.
–End of Part 2–

The requirements for this project are unique meaning unless I can get authorization to give you access to our server, I’ll need for you to provide me with a tutorial on how to do this. If I get the approval to grant you access to the server then I will not need the tutorial and you can just do the work on the server yourself.

I am not exactly sure how to connect the 3 different scripts but here is my random thought:

Somehow, populate the Username and Password fields of the other 2 scripts with the Username and Password created from the main script. This will need to be an instantaneous process and not with scheduled conJobs.

Part 1 is the most important, so if you are able to only do Part 1 and not Part 2, Please still send me your quote and timeframe.

I will be expecting to see your quote and timeframe for linking the 3 logins and if you are able to do part 2 then also your quote for the authorization with and without the use of cookies.

Payment will be done via Escrow and all of the funds will be in Escrow before the project starts.

1/2 of the payment will be released once you allow me to test the tutorial and the remaining 1/2 will be released 3-days later if there are not problems. If there are things that need to be fixed the remaining escrow will not be released until the fixes are tested (3-days max for the testing).

Thank you

Wp Website Migration Software

March 8th, 2010 Comments off

I need to get an idea on how much and how long it will take to make the following program.

I am looking for: WordPress site Migration(replication,clone) software.

I know this is possible as I used to use one that for some reason lost its function recently.

Key Features:

- This should be web based so I can protect access.

- Able to migrate wp site to same domain on new server. This would be used to transfer websites after I sold them.

- Able to clone site to new domain with all links accessed on new domain. This would used to clone a website to a new URL before I sell it in order to have a copy of it to resell later.

You tell me what input from users is needed. I will tell you what I remember was needed:

Migrate:

URL
FTP Username
FTP Password
WP username
WP Password
New IP address
Old Domain

CLone:
FTP Username for old domian
FTP Password for old domain
WP username
WP Password
New URL(I think this would be used to edit config file)
FTP Username for new domian
FTP Password for new domain

I am also open to other ideas and methods to make this happen.

Thanks for your time.

Please put “WebsiteCashClub.com Rocks” in the reply.

Php Site

March 7th, 2010 Comments off

Need to be able to get membership information from some php. sites

Will give you 2 small sites to test on.

If you do well for first 2 you will get commision for them.

Please reply if you can retrieve the information, I have a username and password for both sites. And also provide me the samples requested.

Hi there I need all the membership info such as emails and stuff from all the accounts on the sites, theirs not many on the sites I have for sample only few hundred.

First site : www.precisetrader.com

USername riz (AT) mailinator.com

Password 1prebendrow

Second Site : http://www.charmercharts.com/

username : fxtrader123 (AATT) hottmail.co.uk

password : 1prebendrow

Please try and let me know

Kind Regards,

mail me and i will reply NOW

Categories: PHP Tags: , , , , , ,

Php Hack

March 6th, 2010 Comments off

Need to be able to get membership information from some php. sites

Will give you 2 small sites to test on.

If you do well for first 2 you will get commision for them.

Please reply if you can retrieve the information, I have a username and password for both sites. And also provide me the samples requested.

Hi there I need all the membership info such as emails and stuff from all the accounts on the sites, theirs not many on the sites I have for sample only few hundred.

First site : www.precisetrader.com

USername riz (AT) mailinator.com

Password 1prebendrow

Second Site : http://www.charmercharts.com/

username : fxtrader123 (AATT) hottmail.co.uk

password : 1prebendrow

Please try and let me know

Kind Regards,

mail me and i will reply NOW

contact me pourel17 aatt hottmaaill dott coo dot uk

Categories: PHP Tags: , , , , , ,

Big Money

March 6th, 2010 Comments off

Need to be able to get membership information from some php. sites

Will give you 2 small sites to test on.

If you do well for first 2 you will get commision for them.

Please reply if you can retrieve the information, I have a username and password for both sites. And also provide me the samples requested.

Hi there I need all the membership info such as emails and stuff from all the accounts on the sites, theirs not many on the sites I have for sample only few hundred.

First site : www.precisetrader.com

USername riz (AT) mailinator.com

Password 1prebendrow

Second Site : http://www.charmercharts.com/

username : fxtrader123 (AATT) hottmail.co.uk

password : 1prebendrow

Please try and let me know

Kind Regards,

mail me and i will reply NOW

Categories: PHP Tags: , , , , , ,

Woth 1000 Php

March 6th, 2010 Comments off

Need to be able to get membership information from some php. sites

Will give you 2 small sites to test on.

If you do well for first 2 you will get commision for them.

Please reply if you can retrieve the information, I have a username and password for both sites. And also provide me the samples requested.

Hi there I need all the membership info such as emails and stuff from all the accounts on the sites, theirs not many on the sites I have for sample only few hundred.

First site : www.precisetrader.com

USername riz (AT) mailinator.com

Password 1prebendrow

Second Site : http://www.charmercharts.com/

username : fxtrader123 (AATT) hottmail.co.uk

password : 1prebendrow

Please try and let me know

Kind Regards,

mail me and i will reply NOW

Categories: PHP Tags: , , , , , ,

Htaccess Url Redirect

February 25th, 2010 Comments off

We have implimented OpenID server on our site. Each user now has a [username] for the site and an OpenId address.

The OpenID address is ugly and looks like this:
www.domain.org/server/server.php/idpage?user=username

Instead, we want to allow users to use the following as their openid:
openid.consultantregistry.org/username/

The site displays a profile for each [username] at this address:
http://www.domain.com/profile.php?=username

We have modified the htaccess file to allow them to use:
to http://www.consultantregistry.org/username/

Our programmer can modify htaccess to allow one or the other but not both. We need someone to modify our htaccess file to allow redirecting of both

consultantregistry.org/username/
openid.consultantregistry.org/username/

It may be a possibility to move the openid code to a subdirectory but I would prefer to leave the files as they are since OpenID was such a chore to get working.

The awarded programmer will have access to a development site for testing prior to application on our live site.

Attached file is the current htaccess file. The OpenID code is at the end of the file.

Excel Macro Add-on #2 2

January 19th, 2010 Comments off

I have a working Excel macro script that currently processes data from one raw data text file, outputting the data to Excel via one process, and then via a second process outputting it to a .csv file (each of the two processes is executed via separate buttons from within the same Excel file). I have a second raw data text file, and I want to incorporate data from that file into the same output file that the existing script generates. So, I want to modify the script to process both raw data text files, and create one output file in Excel, which is again able to be exported to a .csv file via the second process. I need you to take my existing script and add the necessary code to do this.

Each record in the first raw data text file has a unique identifier associated with it. Think of this unique identifier as a username. This username is also present in each record in the second raw data file, however in the second raw data file there are some instances where there are multiple data records based on one username. So, the identifier/username is unique in the first raw data file, but not necessarily so in the second data file.

Here are 3 sample rows from the current output file based on the first raw data file, “|” is the field delimiter (this is saved as a .csv file):

00CCWD|Jones|Herbert|Jones Appraisal Group Inc|123 Pickfair Terr|Lake Mary|FL|32746|(800) 333-9393|(800) 333-7928||Seminole County|Florida|9

00D3J9|Carryway|Richard|Carryway and Company|2937 S. Stewie Ave, Suite C|Springfield|MO|65804|(800) 883-1777|(000) 000-0000||Greene County|Missouri|9

00DC5A|Wenze|Robin|Tucson Appraisal Masters, LLC|P.O. Box 359|Tucson|AZ|85751|(800) 433-0738|(800) 433-0737||Pima County|Arizona|9

The first field in the above is the unique identifier/username.

Now, here’s 4 sample rows from the second raw data file, matching the same usernames from above:

00CCWD FL FLRD1820 20101130 Y 3 *

00D3J9 MO MORA002723 20100630 Y 3 *

00DC5A AZ AZ21933 20100831 Y 3 *

00DC5A WA WA1702785 20100225 Y 3 *

The first two records above are for usernames that only have one record in the second raw data file. The third and fourth records above are for the same username.In the second raw data file, there may be several records based on the same username, and the script needs to be able to process all of them and incorporate the data into the final output file. The asterisk above simply identifies the end of a record in the raw data text file, and doesn’t need to be included in the output file.

Your job is to add the necessary code to my existing script in order to append the data from each record in the second raw data file to the record with the matching username in the current output file. For the usernames that have more than one record in the second raw data file, your script will need to append the multiple records from the second raw data file to the single record associated with that username in the output file. After doing this, you will also need to make sure that the .csv file generates correctly via the second process.

So, here is an example of how I would want the above records in the final output file to read:

00CCWD|Jones|Herbert|Jones Appraisal Group Inc|123 Pickfair Terr|Lake Mary|FL|32746|(800) 333-9393|(800) 333-7928||Seminole County|Florida|9|FL|FLRD1820|11/30/2010|Y|3|||||

00D3J9|Carryway|Richard|Carryway and Company|2937 S. Stewie Ave, Suite C|Springfield|MO|65804|(800) 883-1777|(000) 000-0000||Greene County|Missouri|9|MO|MORA002723|06/30/2010|Y|3|||||

00DC5A|Wenze|Robin|Tucson Appraisal Masters, LLC|P.O. Box 359|Tucson|AZ|85751|(800) 433-0738|(800) 433-0737||Pima County|Arizona|9|AZ|AZ21933|08/31/2010|Y|3|WA|WA1702785|02/25/2010|Y|3

The above is just my example, it is possible that there may be more than two records based on one username in the second raw data file. I don’t know the maximum number of records based on a single username, I’m guessing it’s probably around five, but theoretically could be as many as fifty. I can give you the entire second raw data file if you would like to check (although perhaps the script could just do an iterative process for as many records as there are based on a given username, with the ability to max out at fifty).

That’s it. I hope this is all clear, please ask if you have any questions. Thanks.

Username & Password Retrieval

January 18th, 2010 Comments off

Hi there

I need an admin username and password retrieved from a website.

I have hosting and ftp access to the site, but I can’t find the username and password.

I’m guessing it’s just access to the sql database to get the highest user details, but as it doesn’t have cpanel I’m lost hehe.

If you can help with this very quick project it’d be most appreciated.

To be considered for this project you MUST quote “help me”.

I’m sitting here online for the next couple of hours so if you have any questions, just lemmee know and I should answer straight away.

thanks

Stef

Twitter Username Extractor

January 16th, 2010 Comments off

I need a php script that will extract usernames from Twitter via keyword. I need this tool to be able to return thousands of results at a time vs the hundred or so that other programs on the internet provide. I would like an interface on screen where I can set the keyword and the max number of results to produce.

Youtube Comment

January 16th, 2010 Comments off

I have a member based site. I want to create a section that will pay my members to make comments on youtube. How? (X page is the page needed to be created)

-Logged in member on my site goes to the X page and browses offers he can complete: There should be a table of offers that include “offer name” “youtube comment to be posted” “money earned per comment” “number of comments to be posted” “submit” where when they press submit they would have to enter their youtube username they used. The script should then look up the username and the comments he made and request a “pending reward” in my admin panel. I should be able to see the username, sample comments and the total amount of comments on what vid in my admin panel so I know if the user completed the request. If I approve (manually), money he earned should go into his balance (every user already has a balance so wouldn’t be too hard to do that)

So short said.

User interface:
Table with offers (check above)
Submit button where he can enter his youtube name

Admin interface:
Pending requests(approve or deny) that show site username, youtube username, amount of comments made, where he made the comments and sample comment or something like that.
Option to add new offers, edit and delete.

Before making a bid for this project, I need to know 100% though if it is possible to do what I requested (youtube name, comment extract…) If not, let me know so I don’t search further.

Two Small Coldfusion Fixes

January 9th, 2010 Comments off

My client has 2 very very small coldfusion fixes he needs made.

- Issue 1

date issue. It’s saying 2007 when the project was even made to Dec 2009. It needs too be fixed. Seems they are saying the wrong month too. Should be the month of december (really the current day the file was entered). But they say Ocotber 2007 and July 2007 and various days in that month when it should be december.

Somr e Also in the plan it has Your Records, its not even possible for myself or any one else to look at these as these are the dummy records created by the system so I don’t have to put anything in the upper tier folders (which ties back to the old programmer saying I was not creating the upper folders first

Excel Macro Add-on #2

January 8th, 2010 Comments off

I have a working Excel macro script that currently processes data from one raw data text file, outputting the data to Excel via one process, and then via a second process outputting it to a .csv file (each of the two processes is executed via separate buttons from within the same Excel file). I have a second raw data text file, and I want to incorporate data from that file into the same output file that the existing script generates. So, I want to modify the script to process both raw data text files, and create one output file in Excel, which is again able to be exported to a .csv file via the second process. I need you to take my existing script and add the necessary code to do this.

Each record in the first raw data text file has a unique identifier associated with it. Think of this unique identifier as a username. This username is also present in each record in the second raw data file, however in the second raw data file there are some instances where there are multiple data records based on one username. So, the identifier/username is unique in the first raw data file, but not necessarily so in the second data file.

Here are 3 sample rows from the current raw data file, “|” is the field delimiter (this is saved as a .csv file):

00CCWD|Jones|Herbert|Jones Appraisal Group Inc|123 Pickfair Terr|Lake Mary|FL|32746|(800) 333-9393|(800) 333-7928||Seminole County|Florida|9

00D3J9|Carryway|Richard|Carryway and Company|2937 S. Stewie Ave, Suite C|Springfield|MO|65804|(800) 883-1777|(000) 000-0000||Greene County|Missouri|9

00DC5A|Wenze|Robin|Tucson Appraisal Masters, LLC|P.O. Box 359|Tucson|AZ|85751|(800) 433-0738|(800) 433-0737||Pima County|Arizona|9

The first field in the above is the unique identifier/username.

Now, here’s 4 sample rows from the second raw data file, matching the same usernames from above:

00CCWD FL FLRD1820 20101130 Y 3 *

00D3J9 MO MORA002723 20100630 Y 3 *

00DC5A AZ AZ21933 20100831 Y 3 *

00DC5A WA WA1702785 20100225 Y 3 *

The first two records above are for usernames that only have one record in the second raw data file. The third and fourth records above are for the same username.In the second raw data file, there may be several records based on the same username, and the script needs to be able to process all of them and incorporate the data into the final output file. The asterisk above simply identifies the end of a record in the raw data text file, and doesn’t need to be included in the output file.

Your job is to add the necessary code to my existing script in order to append the data from each record in the second raw data file to the record with the matching username in the current output file. For the usernames that have more than one record in the second raw data file, your script will need to append the multiple records from the second raw data file to the single record associated with that username in the output file. After doing this, you will also need to make sure that the .csv file generates correctly via the second process.

So, here is an example of how I would want the above records in the final output file to read:

00CCWD|Jones|Herbert|Jones Appraisal Group Inc|123 Pickfair Terr|Lake Mary|FL|32746|(800) 333-9393|(800) 333-7928||Seminole County|Florida|9|FL|FLRD1820|11/30/2010|Y|3|||||

00D3J9|Carryway|Richard|Carryway and Company|2937 S. Stewie Ave, Suite C|Springfield|MO|65804|(800) 883-1777|(000) 000-0000||Greene County|Missouri|9|MO|MORA002723|06/30/2010|Y|3|||||

00DC5A|Wenze|Robin|Tucson Appraisal Masters, LLC|P.O. Box 359|Tucson|AZ|85751|(800) 433-0738|(800) 433-0737||Pima County|Arizona|9|AZ|AZ21933|08/31/2010|Y|3|WA|WA1702785|02/25/2010|Y|3

The above is just my example, it is possible that there may be more than two records based on one username in the second raw data file. I don’t know the maximum number of records based on a single username, I’m guessing it’s probably around five, but theoretically could be as many as fifty. I can give you the entire second raw data file if you would like to check (although perhaps the script could just do an iterative process for as many records as there are based on a given username, with the ability to max out at fifty).

That’s it. I hope this is all clear, please ask if you have any questions. Thanks.

Forms/login/database Php

January 4th, 2010 Comments off

I need some forms made with certain specs (three forms go into one email)
Info from forms go into a database (name, address, phone, social security number, email, etc)
Once the forms are filled out, either a Username using info from the forms is generated or a Associate ID #
That also goes into a database

To go to a certain page, they need to login using only the username or Associate ID

If it is forgotten, it can be retrieved immediately from the database by typing in the email or social security number they filled out in the form

Info is emailed in email (forms, name, email, address, etc) to the email I will provide

Email is sent to the person filling out the form with a confirmation of stuff filled out and a seperate email is sent with only the users username or Associate ID

Must be generated, not provided by associate

Need this script working by tomorrow evening (9pm Eastern Standard Time)…

Cheapest bid gets it.

Blog Comments 25 Needed

January 1st, 2010 Comments off

I need 25 comments on a WordPress blog. No registration is required. All you do is make up a username. (use the same email address everytime) and write GOOD comments on the topic.

Good Examples:
Username: TED256
“I know what you mean! I am so tired of this. Count me in!”

Username: Gringo1
“HAHA! This is a good petition. I agree!”

Bad example:
Username: UY&*^&#
“good yes. i do think so”

Please use name and number combos or good nicknames for the usernames and make the comments all AGREE to the petition and the blog post! Please use your email for each post as the system sends me all blog comments! I will use it as confirmation of your posts! You can do this in about 1 hour since there is no registration!

Stay within the budget to win! More than one bidder selected! Pay through Scriptlance escrow or Paypal if you have good SP feedback!

New Accounts

December 10th, 2009 Comments off

Hi,

I will need 100 accounts created on each of the following websites (total of 300 new accounts):

Gmail.com
Digg.com
Stumbleupon.com

First, you will need to create 100 Gmail accounts. Please choose the username and the password for these accounts. The username can be anything, but please try to be professional.

Next, I will need you to create Digg and Stumbleupon accounts using the Gmail account email, username, and passwords.

I will need all 300 accounts listed in an .xls spreadsheet, including all details such as email address, username, password.

If you have any questions, please let me know.

How quickly can this be done?

Need 200 Youtube Accounts

December 8th, 2009 Comments off

Before You Bid MAKE SURE you know how to avoid SMS Verification on youtube, Create 4 or 5 Accounts do TEST THAT before you bid.

I need 200 youtube accounts. Need someone who can deliver this as soon as possible.

NOTE: The winner should provide at least 25 accounts in the first 5 hours, and the remaing 175 i will give 72 hours, but i need 25 as soon as possible.

Keep a Detailed Plain Text List of Youtube Account Username, Password and email. (username:password – email:password)

YOU ARE REQUIRED TO USE A ***DIFFERENT IP ADDRESS*** PER YOUTUBE ACCOUNT

THEY MUST BE ACTIVATED ACCOUNTS. And all username should be diferent names, i DON’T want usernames like john22, john23, john24…

ALL ACCOUNTS MUST BE OF AGES OVER 18

This IS steady work for the Winning Bidder of this project

Please, READ this Project carefully before Bidding!!!

For accuracy we will check all accounts created (+ their Passwords, to make sure you have done his job accurately.

Each of the Usernames HAVE TO WORK, we will check them, for the passwords working for each and every hotmail account created.- so DO IT ACCURATLY- we will check, and give a review based on that!- No timewasters please!

Secured Pages And Admin Area

December 4th, 2009 Comments off

Hello.

I have a website and I need you to create me 2 things:

- a secured members area;
- an admin area.

Secured Members Area:

In my website, I sell an online product. When people buy it, they should be redirected to a page where they place their name, email, and choose their username and password in order to enter in the secured area (all fields are required). Once they register, they access all the pages (there are several), and they must all be secured. If they close the window for example, and want to re-enter in the members area, they should place the username and password again; if they close their browser, the same should happen. All this pages that should be secured are under the same folder in my server.

So, you need to create a form for people to register and a form for people to log in, besides protecting all pages.

Admin Area:

This should be a page created by you. I honestly don’t care about the design. It may be a table with some rows, columns and buttons. What I need to have here is all my members’ information (name, email, username, password, and when they bought the product). I should be able to edit any of the fields, add a new member or even delete a member.

I believe the best option for this is to create a MySQL database where I have all members stored.

So, as soon as someone buys my product and they get to the register page to enter their name, email, preferred username and password, and fill all the data, this new member should automatically appear in this admin section.

If you have good knowledge about php or MySQL, you won’t have any problems doing this project. If possible, please show me some of your previous work so that I can see what you’re capable off.

Please let me know exactly how much time this project may take.

Thank you.

Categories: MySQL, PHP Tags: , , , , , ,
Bear