[neuer Beitrag / [ geld wohnen ]
sie: (leutet an der tür, gegen 09:00 uhr)
ich: (öffne die tür)
sie: guten tag
ich: guten morgen
sie: ich komme von GIS
ich: ahh, euch gibt es tatsächlich
sie: ich möchte sie fragen ob sie fernsehen oder radio im haushalt haben
ich: nein
sie: haben sie internet?
ich: nein
sie: wären sie so nett und würden mir das zeigen?
ich: nein
sie: könnte ich mich davon selbst überzeugen?
ich: nein
sie: gut ich werde das der behörde melden, die wird sich dann mit ihnen in verbindung setzen
ich: gut
sie: auf wiedersehen
ich: auf wiedersehen
[neuer Beitrag / 1 Beitrag] [ technix geld leben ]
an easy to follow howto
/**
* life::myJob()
* // purpose: core function for money earning. automatically
finds customers, creates and sends offers, fake
work, get the cash, do some basic conversation
with the customer, add the project to the
reference list, try to get a permanent service
aggreement, and calls itself in an endless loop.
* @param NONE
* @return bool
*/
function myJob() {
$this->findCustomer(TRUE,TRUE);
$this->createKV();
if ($this->sendKVToCustomer()) {
$this->fakeWork();
$this->getCash();
$this->sendNotification(EMAIL,SMS);
$this->sendThxMail();
if (!$this->customerHappy) { $this->forceCustomerHappy(); }
$this->addReference();
} // if
if ($this->getServiceAgr()) {
while ($this->ServiceAgr) {
$this->fakeWork();
} // while
} // if
$this->useMoneyForFunStuff();
$this->myJob();
return -1;
} // function
RSS Feeds: http://xir.cccp.at/rss/xirblog.xml
spunQ the opensource database modeler