Imgmoney.com - Earn Up to 6$ Per 1000 Views - Adult And Non Adult

Status
Not open for further replies.
Servers are online , DC carried out maintenance without notice to us.

Sent from my HTC One X using Tapatalk 2

---------- Post added 7th May 2013 at 02:52 PM ---------- Previous post was 6th May 2013 at 05:32 PM ----------

We started working on referral earning system which will gives you 20% of your referral earnings. And for now you can get your referral links in http://imgmoney.com/mysettings.php and start referring now. And all your current and old referrer earning will be added.

And don't try to create dupe account as we have dupe finder system too. So don't try to misuse.
 
Last edited:
yeah Got Payment Earlier in this month 17$ by wmz it is very great to see my payout before the payout date i love it.

ImgMoney.com Is great Host with great rates great support great speed all uploading extensions and every things in it.

i realy need it.

1 more thing thanks imgmoney for the all payments methods which are you using becuase i need payments on different ecurrencies for some services and thats y i realy need imgmoney for my uploading work.

thanks and cheers for the awsome payment before time.
 
If someone needs bash script with curl to upload, here's the code you can use. It outputs the html code :pirate:

Code:
function imgmoney_login {
	local user=""
	local pass=""
	cjar="/tmp/cjar"
	curl -s --cookie $cjar --cookie-jar $cjar \
	--data "usr_email=$user" \
	--data "pwd=$pass" \
	--data "remember=1" \
	--data "doLogin=Login" \
	http://imgmoney.com/login.php &> /dev/null
}

function imgmoney_upload {
	sleep 5
	local file="$1"
	local DATA=$(curl -s --cookie $cjar --cookie-jar $cjar \
	-F "uploaded=@$file" -F "adult=1" -F "thumb_size_contaner=5" -F "simple_upload=Upload" \
	http://imgmoney.com/upload.php)
	echo "$DATA" | grep -A 1 "HTML:" | grep -o '<a href[^"]*'  | sed 's/\x27/\"/g' | sed 's/.html\"/.html\" target=\"_blank\"/g'
}

function imgmoney_logout {
	curl --cookie $cjar -s http://imgmoney.com/logout.php &> /dev/null
	rm $cjar &> /dev/null
}
 
Last edited:
@filegrasper there is some problem in remote uploading of images.....when i m uploading 10 or 10+ images ...only my first 2 images uploaded & rest not ....

& getting this error -

OK

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@imgmoney.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.24 (CentOS) Server at imgmoney.com Port 80
 
@filegrasper there is some problem in remote uploading of images.....when i m uploading 10 or 10+ images ...only my first 2 images uploaded & rest not ....

& getting this error -

OK

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@imgmoney.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.24 (CentOS) Server at imgmoney.com Port 80

Pm me the remote link which you are trying to upload and so it will be helpful for us to solve it faster .

Sent from my HTC One X using Tapatalk 2
 
Status
Not open for further replies.
Back
Top