Because I sold ~50 today (in total) I decided to make another pack:
"121209" Pack:
Voucher(s): WE TAKE CUSTOM ORDERS VIA PM!
Price: 1$ EACH!!!
In Stock: YES! TILL TOMORROW!
thanks. I created the users table after looking intoo the code, but i couldn't make the usermeta because i didn't knew all the field names :D
as i tested until now the script, it's very good .. and cool ;)
keep up the good job Chad
there was a comunity that had a donation system for MyBB.. I think that they were called MyBBCentral
Google and see if there is such a comunity,then there is the donation plugin too ;)
how can we create a gmail account using curl?
suppose that we have name,last name, etc in variables
what would be the code to post them to gmail & how can we see only the captcha in the php page (without any other fields) ?
if you have PEAR maybe it works like this
$URLObject = Net_URL($URL);
if($URL == $URLObject->getURL()){
// action if the url is valid
} else {
// action if url is invalid
}
though i'm not sure if it works in PHP 5
have you tried "FreePHPEncoder" the webiste? (google it, maybe the moderators take it as spam if I post the URL)
they use a Zend encryption method :) maybe that will help you