php
Hide Replies – mijn eerste vBulletin hack
Monday, August 6th, 2007
Mijn eerste hack is gemaakt. En dan met heel wat uren schelden op vBulletin en dan met name de documentatie daarvan. Voornamelijk de ontbrekende documentatie. Hierdoor heb ik nog even het idee dat bepaalde dingen handiger of beter kunnen. Om deze redenen is het nu versie 0.02 (beta). De hack zorgt ervoor dat in een [...]
more with PHP; PEAR
Sunday, April 30th, 2006Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 3 in /home/bakkerl/domains/lannerd.nl/public_html/wordpress/wp-content/plugins/codesnippet/lib/geshi.php on line 2132
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 3 in /home/bakkerl/domains/lannerd.nl/public_html/wordpress/wp-content/plugins/codesnippet/lib/geshi.php on line 2132
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 3 in /home/bakkerl/domains/lannerd.nl/public_html/wordpress/wp-content/plugins/codesnippet/lib/geshi.php on line 2132
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 3 in /home/bakkerl/domains/lannerd.nl/public_html/wordpress/wp-content/plugins/codesnippet/lib/geshi.php on line 2132
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 3 in /home/bakkerl/domains/lannerd.nl/public_html/wordpress/wp-content/plugins/codesnippet/lib/geshi.php on line 2132
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 3 in /home/bakkerl/domains/lannerd.nl/public_html/wordpress/wp-content/plugins/codesnippet/lib/geshi.php on line 2132
Some of the forum of which I am a member of, are about developing websites, most are Linux, Apache, MySQL and PHP (LAMP). Some of the questions are about querying the database. Most of the time examples are given so other can see what may go wrong. Example 1 (Dutch forum, so Dutch variables and [...]
PHP Get and Set properties
Tuesday, April 11th, 2006Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 3 in /home/bakkerl/domains/lannerd.nl/public_html/wordpress/wp-content/plugins/codesnippet/lib/geshi.php on line 2132
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 3 in /home/bakkerl/domains/lannerd.nl/public_html/wordpress/wp-content/plugins/codesnippet/lib/geshi.php on line 2132
I stole this piece of code. But placed it here so i find it back again. <?php /* * Class BaseClass * * * * * $objTest = new BaseClass(); * print $objTest->data . "n"; * * $objTest->data = "bar"; //Works. * print $objTest->data; * * $objTest->id = 5; //Error: Property is read-only. * */ [...]