^^ which will probably never happen unless they rethink their entire browser and put in some work, lol
But maybe the next version of IE will have such features...
I had a go at some C++ today in college :)
And have also been learning some Visual Basic.NET recently aswell in college :)
But for online scripting still PHP ;)
lol ;)
So any of you interested? Just think - $5 for a permanent text link in rotation displayed on all of my sites.
A
And by the way... I plan on creating and distributing scripts such as a forum and links directory - the links will also be displa…
lmao... It only displays 5 random links... so it wont fill up...
And theres no real limit as to how many links I will accept... although 1000 is my main target...
As far as I know all of the links are from elsewhere, i.e - not this forum
If any o…
The links are shown sitewide on www.devdreams.com - Bottom left hand side
When buying the person can choose which category their site is.Each link costs $5 no matter what category.
About 9 hours after site launch and there has already been 9 purch…
http://www.devdreams.com/forum/showthread.php?p=17250#post17250
Thats a little introduction about the launch of the site...
Take a look at www.5dollarlink.com
[PHP]
<?php
$_POST = ereg_replace("[^A-Za-z0-9]", "", $_POST);
echo $_POST;
?>[/PHP]
That should do it... It uses the ereg_replace function and gets rid of all non alpha-numeric characters and output the clean version
Ive already done some changes and will do some more work on it soon when I get a little spare time. Ive been away all weekend so Ive not been able to do it.
Talking about forum activity.... On the forum index on the Whos Online Bit it says how many active members there are. This is basically the number of members who have logged in within the last 30 days.
Ive had to disable the points system at the moment because its not compatible with with vBulletin 3.5 which is what Im running now.
Ideally before I go ahead and start adding more mods I need to sort out this skin...
I could of course revert back …