Bitcoin Forum
May 21, 2024, 08:37:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Simple PHP task [Bounty: 0.01 BTC]  (Read 946 times)
Coinbuddy (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
April 14, 2015, 04:46:22 AM
Last edit: April 14, 2015, 05:40:03 PM by Coinbuddy
 #1

I am looking for PHP developer,who can do a simple programming.
PM me for more info
I will pay 0.01 BTC
Hint: Fetch data from other websites two or more

Actual Work:

 I want something like this
A search box in which we type a product name and it prices from different websites will be shown.

Websites will include Banggood.com,tmart.com,tinydeal.com,dx.com,gearbest.com

It will show the price of that product from these above sites
onemorexmr
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
April 14, 2015, 04:49:03 AM
 #2

If you can do HTML/PHP for free!  Tongue
Then PM me
Its not much work! just fetching data from other website


come one: http://codular.com/curl-with-php
you can do it!

begging for coders...lol Wink

XMR || Monero || monerodice.net || xmr.to || mymonero.com || openalias.org || you think bitcoin is fungible? watch this
Coinbuddy (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
April 14, 2015, 04:50:20 AM
 #3

If you can do HTML/PHP for free!  Tongue
Then PM me
Its not much work! just fetching data from other website


come one: http://codular.com/curl-with-php
you can do it!

begging for coders...lol Wink

i can't even write a single line
I can do just frontend
Bit_Happy
Legendary
*
Offline Offline

Activity: 2114
Merit: 1040


A Great Time to Start Something!


View Profile
April 14, 2015, 02:04:13 PM
 #4

You might find someone, since a few years ago I would have done it just to practice basic data retrieval, but these days I don't have enough spare time, good luck.

Mi5h0
Sr. Member
****
Offline Offline

Activity: 560
Merit: 273



View Profile
April 14, 2015, 05:32:10 PM
Last edit: April 14, 2015, 09:22:24 PM by Mi5h0
 #5

So, if I understand correctly, you are looking for php developer and planning to pay him $2? WTF?
You have a very low respect for other people's competence or you think that the task is so easy that it doesn't worth more than that.
I think the best solution would be to try to do it yourself and just ask someone to help you when you encounter a problem you do not know to solve.
I am sure that there are people on this forum who are willing to help for free. $2 fee is simply degrading ...
Coinbuddy (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
April 14, 2015, 05:41:32 PM
 #6

So, if I understand correctly, you are looking for php developer and planning to pay him $2? WTF?
You have a very low respect for other people's competence or you think that the task is so easy that it doesn't worth more than that.
I think the best solution would be to try to do it yourself and just ask someone to help you when you encounter a problem you do not know I have to solve.
I am sure that there are people on this forum who are willing to help for free. $2 fee is simply degrading ...

0.01 BTC is just a tip Cheesy
Mi5h0
Sr. Member
****
Offline Offline

Activity: 560
Merit: 273



View Profile
April 14, 2015, 06:20:51 PM
 #7


0.01 BTC is just a tip Cheesy
All right then ...

Here you go:
Code:
<?php
$somepage 
file_get_contents('http://www.google.com/');
echo 
$somepage;
?>

Or if you prefer curl method:
Code:
<?php
$url 
"http://www.google.com/";
$ch curl_init($url);
$somepage curl_exec($ch);
curl_close($ch);
?>

BTW, $2 is not even a beer where I live Wink
NicosKaralis
Sr. Member
****
Offline Offline

Activity: 416
Merit: 251


★777Coin.com★ Fun BTC Casino!


View Profile
April 14, 2015, 06:25:56 PM
 #8

I am looking for PHP developer,who can do a simple programming.
PM me for more info
I will pay 0.01 BTC
Hint: Fetch data from other websites two or more

Actual Work:

 I want something like this
A search box in which we type a product name and it prices from different websites will be shown.

Websites will include Banggood.com,tmart.com,tinydeal.com,dx.com,gearbest.com

It will show the price of that product from these above sites

First, this page you need is not that simple to make in pure php
Second, to create a page like this you'll need some php, html, javascript, ajax and another set of skill that you probably don't have
Third, for that price you can't buy the explanation I gave to you

If you want this page and are willing to negotiate a price, we can make a deal
Don't worry, nothing expensive, but not $2

On the bright side i can even offer you some free hosting (I know you don't have one yet, if you had we wouldn't having this conversation)

If you are interested just PM me and we can talk

Coinbuddy (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
April 15, 2015, 03:52:10 AM
 #9


0.01 BTC is just a tip Cheesy
All right then ...

Here you go:
Code:
<?php
$somepage 
file_get_contents('http://www.google.com/');
echo 
$somepage;
?>

Or if you prefer curl method:
Code:
<?php
$url 
"http://www.google.com/";
$ch curl_init($url);
$somepage curl_exec($ch);
curl_close($ch);
?>

BTW, $2 is not even a beer where I live Wink

Its not that what i looking for!
Mi5h0
Sr. Member
****
Offline Offline

Activity: 560
Merit: 273



View Profile
April 15, 2015, 06:48:53 AM
 #10

Its not that what i looking for!


In fact, unless you have an API access to these pages, it is exactly what you're looking for.

Hint: Fetch data from other websites two or more


The problem in your case is that you do not know how to implement that...  Wink
Mitchell
Copper Member
Legendary
*
Offline Offline

Activity: 3934
Merit: 2200


Verified awesomeness ✔


View Profile WWW
April 15, 2015, 06:53:47 AM
 #11

I could do that, but not for 0.01BTC. I would ask for at least 6BTC (and that's being dirt cheap). This is a lot more complex than you are imagining it to be.

.
Duelbits
            ▄████▄▄
          ▄█████████▄
        ▄█████████████▄
     ▄██████████████████▄
   ▄████▄▄▄█████████▄▄▄███▄
 ▄████▐▀▄▄▀▌████▐▀▄▄▀▌██

 ██████▀▀▀▀███████▀▀▀▀█████

▐████████████■▄▄▄■██████████▀
▐██████████████████████████▀
██████████████████████████▀
▀███████████████████████▀
  ▀███████████████████▀
    ▀███████████████▀
.
         ▄ ▄▄▀▀▀▀▄▄
         ▄▀▀▄      █
         █   ▀▄     █
       ▄█▄     ▀▄   █
      ▄▀ ▀▄      ▀█▀
    ▄▀     ▀█▄▄▄▀▀ ▀
  ▄▀  ▄▀  ▄▀

Live Games

   ▄▄▀▀▀▀▀▀▀▄▄
 ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄
▄▀ █ ▄  █  ▄ █ ▀▄
█ █   ▀   ▀   █ █  ▄▄▄
█ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █   █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█  █▄█
█ ▀▀█  ▀▀█  ▀▀█ █  █▄█

Slots
.
        ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄
        █         ▄▄  █
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █
█  ▄▄         █       █
█             █       █
█   ▄▀▀▄▀▀▄   █       █
█   ▀▄   ▄▀   █       █

Blackjack
|█▀▀▀▀▀█▄▄▄
       ▀████▄▄
         ██████▄
▄▄▄▄▄▄▄▄█▀    ▀▀█
████████▄        █
█████████▄        █
██████████▄     ▄██
█████████▀▀▀█▄▄████
▀▀███▀▀       ████
   █          ███
   █          █▀
▄█████▄▄▄ ▄▄▀▀
███████▀▀▀
.
                 NEW!                  
SPORTS BETTING 
|||
[ Đ ][ Ł ]
AVAILABLE NOW

Advertisements are not endorsed by me.
Light
Hero Member
*****
Offline Offline

Activity: 742
Merit: 502


Circa 2010


View Profile
April 15, 2015, 06:59:42 AM
 #12

Its not that what i looking for!

If you can't find what you're looking for through a google search - you're not going to have much luck at a longer script without paying a decent amount. Website scraping isn't as easy as you think it is - nor is storing and retrieving the results in a timely manner.
Mi5h0
Sr. Member
****
Offline Offline

Activity: 560
Merit: 273



View Profile
April 15, 2015, 07:05:13 AM
 #13

I could do that, but not for 0.01BTC. I would ask for at least 6BTC (and that's being dirt cheap). This is a lot more complex than you are imagining it to be.

Yes, that would be a reasonable offer, but only for backend coding without frontend design.

OP does not seem to realize how much work and time was needed for the development of sites like pricegrabber.com etc.
Vortex20000
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500

sucker got hacked and screwed --Toad


View Profile WWW
April 15, 2015, 07:11:33 AM
 #14

I'll work this out for BTC2.5, just got to explode and substr.

bitspill
Legendary
*
Offline Offline

Activity: 2058
Merit: 1015



View Profile
April 15, 2015, 07:16:47 AM
 #15

just got to explode and substr.

That would be a terrible way to parse html.

It would be much better using an html library (http://simplehtmldom.sourceforge.net/) or regex (http://blog.codinghorror.com/parsing-html-the-cthulhu-way/)

{ BitSpill }
MonkeyCoin11
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
April 15, 2015, 07:47:21 AM
 #16

That's a bit weird because you say it's simple and then when someone say to you to do it yourself you said "Oh no i can't".
You have really no respect for programmers and don't even know what he must do to achieve your goal, you pay a beer for it that's aweful.
Try to BTC0.5 for it and you will get some people for it.
Mi5h0
Sr. Member
****
Offline Offline

Activity: 560
Merit: 273



View Profile
April 15, 2015, 10:05:22 AM
 #17

The guy is funny! In the first post writes:

Its not much work! just fetching data from other website


And then updated with:

I want something like this
A search box in which we type a product name and it prices from different websites will be shown.

Websites will include Banggood.com,tmart.com,tinydeal.com,dx.com,gearbest.com

It will show the price of that product from these above sites
Vortex20000
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500

sucker got hacked and screwed --Toad


View Profile WWW
April 15, 2015, 10:42:39 AM
 #18

just got to explode and substr.

That would be a terrible way to parse html.

It would be much better using an html library (http://simplehtmldom.sourceforge.net/) or regex (http://blog.codinghorror.com/parsing-html-the-cthulhu-way/)
True, true, extremely inefficient, but less work for me. Roll Eyes

cshelswell
Hero Member
*****
Offline Offline

Activity: 615
Merit: 500


View Profile WWW
April 15, 2015, 11:35:55 AM
 #19

I think if anyone does this for 0.01btc and does it successfully I wouldn't worry how they did it, you get what you pay for and for that little you should expect a pretty shite job.

I would also say 6btc is about right but then I charge $100 an hour for my time. Why people under sell their time I'll never know. You do yourself and everybody else no favours

cshelswell
Hero Member
*****
Offline Offline

Activity: 615
Merit: 500


View Profile WWW
April 15, 2015, 11:36:29 AM
 #20

Sorry I should add, at $100 an hour I'm cheap!

Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!