Tag: code
-
Updated 2017 PHP code to automatically bid/buy an eBay auction item
Updated code to automatically bid on an eBay item, I’m currently using it myself if a loop of searched items. Most of the changes are the query strings which is a lot more involved now. For testing use one cent items with free shipping.
-
CloudSight API PHP example
Here is an example PHP function for the CloudSight API, given there are not many examples online. Simply input your API key and the url which could be either a local or internet file, the function will return the string description of the image.
-
Airbnb coupon code new signup $50 AUD with referral
Here is an Airbnb coupon code, get $50 AUD when you take a first trip of $100 AUD or more using out referral link below: You can also get $100 AUD when you welcome your first guest as a host.
-
PHP code/script to automatically purchase a Buy it Now (BIN) eBay item
Similar to my previous eBay bidding script, here is PHP code to automatically purchase a BIN item. Note the script fails if immediate PayPal payment is required. Payment still needs to be performed manually. Function takes item number only, so be careful with it. Misc functions below;
-
Updated PHP code to automatically bid/buy an eBay auction item
This code is now obsolete and has been updated again. Updated code to automatically bid on an eBay item, I’m currently using it myself if a loop of searched items. Most of the changes are improved return status checking. For testing use one cent items with free shipping.
-
PHP Factorial and Combination functions
A quick post on two functions for PHP that provide factorial and combination support.