-
Content Count
671 -
Joined
-
Last visited
Everything posted by karlo
-
I overclocked 700 Mhz to 800 Mhz with just 1 fan... The result, the motherboard was damaged! Can't read my two memory. And, when I open my pc, I hear a siren!
-
It all started when I needed to find something new... Something new host that is more than 150MB of Space. After that, I went to ClickHereFree, and I saw on the Top 5 hosts, The Real Host. So, I said to my self "Why not check it out?!". Then I immediately click it... I saw many hosting reviews and high rating reviews. On the space, it says 5000 MB-15000 MB that's why i'm shocked. And bandwidth is more than 50 GB!!! So, I immediately go to their website, and signed up for an account. After making 50 posts, I got my hosting, and I'm really happy with it. And on the report of SiteUptime, it says their website is 100% uptime on the month of January. So, I'm really happy... Then everyday when I wake up, I always post and post until I made my post count 100+. After that, from Monday-Friday, I don't have access to the internet because I'm studying, so I can't log in. On Saturday, when I check my GMail account, it says that I need to backup my files, because The Real Host will be transfered to another server. It was sent last Monday. And the new server will be available on Wednesday. And still, up to now, it's not available. So, before that happens, after getting my hosting account at The Real Host, I promote it at Xisto because I'm really mad because they invented the "Hosting Credits" blablabla... that needed to post then when It becomes "0", it will be terminated automatically. So, I promoted it at the ShoutBox. So, many are mad with me. Then on ICQ, I saw OpaQue, then I said "Hello". Then OpaQue replied "Who are you?". I said "Karlo". Then OpaQue explained that my account is terminated blablabla... OpaQue felt sorry for me but I was violating the TOS so OpaQue needed to take the step to terminate my account. It's OpaQue's first time to terminate an account. OpaQue felt sorry again because I was really carried away by those false reviews at clickherefree.com So I asked OpaQue if I can still apply or use Xisto, blablabla... OpaQue answered "Yes...". So, here I am... Back at Xisto... Hope that you enjoy this story...
-
Simple Machines is a really good forum. Try it for yourself. Click here to go to their website Or try using WowBB... For those of you who haven't got any money but really wants to use forums that needs you to pay, go to the following website: WowBB http://forums.xisto.com/no_longer_exists/ vBulletin http://forums.xisto.com/no_longer_exists/ Invision PowerBoard http://forums.xisto.com/no_longer_exists/ For other forums, Click here. P.S You must use a NON-IE browser
-
Now, first ZIP or RAR your file. Then let us download your code.
-
Which of these are the best? 1st: Just use the STRSTR(); function. This checks a string for a user specified substring.Example.strstr($email, '@');It will return FALSE if it is not found and you can write your IF statement around that.Goto php.net for more info. 2nd: Why don't you want to use the regular expression? I'm just curious.This bit is for people who want to check if an email address is valid using regex but don't know how:[CODE]//$email is the variable with the email addressif (eregi('^[a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.([a-zA-Z]{2,4})$', $email)) { //do things because the address is valid} else { //do things because the address is NOT valid} Note that you can edit it some more if you want to ensure that the domain name isn't longer than 63 character (or whatever the limit is). And you could theoretically check for every single valid tld if you have it in a list instead of "([a-zA-Z]{2,4})". In fact, you could theoretically look up the full domain name to see if it exists... But this regex should be okay.[/code] 3rd: hey you reallyl need to use regular expressinos, and well if you dont want to validate the email address but only just want to check if there was an @ sign then you could use this bit of code.[CODE]<?php$email="some email address";preg_match("|@|",$email,$valid_email);if (empty(count($valid_email)){echo "email address not valid";exit;}else{//the rest of your code}?> that should do it..[/code] Need your vote...
-
Don't use sessions. Use Cookies. Use it something like this: <?phpif (isset($_COOKIE["user"])){?><h3>Welcome back, <span style="color: red;"><?php print $_COOKIE["user"]; ?></span></h3><?php}else {?><form name="form1" method="get">Enter your username: <input name="username" size="15"><br><br><span style="color: blue; cursor: pointer;" onclick="form1.submit()">Submit</span></form><?php}if (isset($_GET["username"])){setcookie("user",$_GET["username"],time()+9999); //set cookie to expire at that time you can experiment and add more ++ if you want?><h3>Username set!</h3><script language="javascript" type="text/javascript">setTimeout("window.location='./';",2000);</script><?php}?> Tell me if there's an error and I will correct it.
-
Php's Include Function (info) Want info about the include() function?
karlo replied to thablkpanda's topic in Programming
require() If the required file dosen't exists, the whole script halts or stops. include() The whole script still runs even if the include file dosen't exists. Research about require_once() and include_once() -
The project leader has emailed me telling to post to C++ forums because they are planning to create KHTML for Windows. Search at sourceforge.net about it. You will find that project interesting.
-
PHP. I don't create a website that is not based on PHP. Because PHP makes creating websites a lot easier.
-
New Hosting Credit System ! Is good or bad??????/
karlo replied to solankyno1's topic in Web Hosting Support
Well, would you like a little protest? Because posting and posting is fine... Why did they add something like this? I mean, before, it's really the best... Now, it's worse... -
New Hosting Credit System ! Is good or bad??????/
karlo replied to solankyno1's topic in Web Hosting Support
I think so... well at least it's that... Even if it's less than 300 characters, at least my hosting days won't be over! -
Try going to http://www.planetsourcecode.com/ Make sure that you really learn the basics of MySQL so that it will be a little bit easy for you.
-
Try signing up for a new account at 1dni.comI'm sure that you are going to love it...FREE .INFO DOMAINS!
-
New Hosting Credit System ! Is good or bad??????/
karlo replied to solankyno1's topic in Web Hosting Support
I hate it! It just made my life miserable! I really hate it! You know I'm happy before, just posting, and posting even if it's less than 300 characters... now, my god! You know if you can't continue this hosting service and like to remove some users, just tell us! Damn this new feature... Now i will just post just to keep my account active for a few days and I will transfer my account to The Real HostGood bye! -
I love the layout! God! What template did you use? I thought Mambo is difficult to use! Well there's a problem though, your website is not working.
-
Photo Manipulation - Bush Im neutral, I just used him as example
karlo replied to JaVe's topic in Art & Creativity
Can you still recommend a program which will make this job a little easier? Can I use these techniques in Ulead PhotoImpact??? -
I think so... It also eats sooo much resources! I sugest using EZ Antivirus, AVG, or search on download.com or betanews.com for the best antivirus available.
-
Which Is Faster Broadband, Dsl Or Cable
karlo replied to football123213's topic in Science and Technology
I don't know the two. I'm only using dialup... and here in the philippines, Cable Internet is cheaper than DSL.But I think DSL is much more stable than Cable because DSL, you own the whole line.I think Cable Internet is like a LAN.Am I right guys? -
They introduced that feature a few months ago! They have a good javascripting. I'm sure of that... Anyways, when I enter my name I don't see it on the list!I hope that they will include all of the most-searched and not-most-searched keywords on google (on the google list.).
-
Try out registering for a free domain at http://www.1dni.com/ They provide a very good service! I'm sure that you are going to love it!And also, .info domains that can change the NS is much more good that the cjb, uni.cc, etc domains.
-
I love it! I definitely have to recommend this to anyone!
-
So far, I think Windows XP SP2 is the fastest service pack ever! And stable!First, install windows xp without any service packpartition your drive for the virtual memory, i partition another drive 1 gbthen i set the virtual memory or paging file on that drive only and 1000 mb for initial and 1000 mb for maximum.then i restarted my pc.then installed windows xp sp2after that search for the internet on how to disable those annyoing low disk space message. or popup balloons.
-
please recommend any 3d title creation program something like BluffTitler DX9, I wanted to create an intro logo similar to 20th century or paramounth pictures... an animationAny morphing program and put my face on somebody's body program?