PHP Commandline Script in Farbe
Bei PHP Gangster hab ich soeben eine kleine Klasse entdeckt mit der CLI Scripte farbige Ausgaben machen können …
Usage:
$color = new Color(); $color->set('red'); echo "red textn"; $color->reset(); $color->echoString("red text on bluen", 'red_u', 'blue'); |
Hi there
Love the script – Although, I cant get it to work properly… For some keywords it’s ok, but for others it just dont return a result…
I.e. I have a site called notebooktoshiba.net – I know for a fact that it is currently on position 13 on Google. The script turns up a blank for both “notebook toshiba” and for “notebooktoshiba” – Even “notebooktoshiba.net” gives a blank which should be a given 1st place position on Google. I have the same results for many other sites… What gives?
I’ve set the locale to “$rankingChecker->setLocale(‘us’, ‘en’);”
Good work btw
Would love to make this work and not jump on a Google scraper…