PDA

View Full Version : Need php coder asap for small job ( i hope)


scapegallows
08-08-2010, 07:59 PM
1) Project Details: (be as specific as possible):

I need someone to create a webpage to do a simple task (in php i assume).

Basically i need a large text field on the left that I can copy and paste a large amount of URLS into (one per line). We are talking thousands so it needs to be able to handle that ok.

In the middle of the page is a input field where I can put in a number and a button that says "go".

On the right will be a text field, ready for the output.

When I enter a number eg 600 into the input field and press go I need the page to randomly pull 600 of the urls and display them in the results field, where i can then copy them from to use elsewhere.

Its important that no url is duplicated in the results, so it needs to check for that as it goes along.

I am not a coder so am open to better ideas of achieving what I need if you have any!


2) Payment Amount:


$30 upon completion - you can host webpage on your own server until it is shown working to me and i pay you in full.

3) Payment method/ details (Paypal, check? Timeline?):

Paypal

4) Additional Info (about project or potential bidders):


Would appreciate this being done asap :)

_Aerospace_Eng_
08-08-2010, 09:38 PM
Do you need the list on the left to keep its original urls or any urls left that aren't in the results? Or do you even care if they are there or not? When you say unique, do you mean each time you hit go? Do the results clear out?

Candan
08-08-2010, 10:06 PM
Plus, the amount of urls you enter do matter, since if its alot, your going to have to set a setting in your php.ini to a higher amount, so that the script can be ecuted past the what is the default? 60? seconds execution time

Try this:
http://82.72.118.163/Coding%20Tests/Random%20Url/index.php

Few things in it:
- Automatically removes any spaces in the entered text.
- Automatically removes any empty lines.
- Unique random results. There won't be 2 of the same link, even if you add 100 urls of the same website in it.
- If Allowed on your webserver, it will automatically set the execution time to allow PHP to process all the data. If you get a timeout, you can simply increase the number of seconds in the script.

Email me at, or add me on MSN:
onlyonce@live.nl

scapegallows
08-09-2010, 10:55 AM
RESOLVED - Looks like Candan will be helping me out, thanks to all.