Jump to content
xisto Community

karlo

Members
  • Content Count

    671
  • Joined

  • Last visited

Everything posted by karlo

  1. You know OpaQue is really right. There are some hosting companies there who always says that they are 100% uptime but after a few weeks, they are down. You are lucky you have a very stable and free host to host your site. No other hosts offer that kind of features, in my opinion. Plus, Xisto have been always reliable since it was started. I think after a few month's from now, will be Xisto's first anniversary...
  2. I think the most stable one is Windows XP as long as you have more than 256 MB RAM, with a powerful Firewall... and a Windows XP with Service Pack 2 installed without any updates from Windows Update...
  3. I suggest using EditPlus.. I am using it for a long time now. I don't use PHP WebDesigner 2005 because it's slow...
  4. Or, you can also access the PHPINFO via the cPanel..
  5. I suggest trying to go to http://ww11.phpfreaks.net/ and http://www.phpbuilder.com/ or http://www.phpbuilder.com/.. and for first-time PHP users, go to http://forums.xisto.com/no_longer_exists/ and look for the PHP Tutorials links... It will really help you alot if you need to learn more about PHP... Their tutorials are really friendly. After learning PHP, you can't make a website without using it! It just makes the job of a webmaster a lot easier than plain HTML...
  6. I love the new design of this site and it's really fast! This is a huge improvement especially on the speed of the forum because we have more than 3,000 members, having a forum with less graphics will make the server load a little lighter than before. I gave this new forum a 5 out of 5 rating...
  7. Really cool sig and game! I won't give up on this kind of stuff. Aw, man! I give up! Hmmm....I think I saw "mich" too.
  8. YEAH!!! I agree!! On DBGT, it seems they got weaker & stupider. They were fighting robots in another planet and I don't know why they're having a hard time beating the robots when they've fought much stronger enemies like Buu, etc. on DBZ. I hate it when they would just runaway (as in running) from "enemies" like dinosaurs & giants when they can simply do the Kamehameha or just FLY!
  9. And it's also really stable, has no downtime... And you are really sure that your site will work 100% here in Xisto ... Customer support for is really so... amazing!
  10. I suggest making your website unique. Find new templates or create your own site design based on your interests. Example, your favorite color, and a wonderful color combination. Make sure that the links and colors of the texts are a little similar to your site's design. Also, your website must be 100% compatible in all browsers. Use PHP if you can, it will make your website coding much easier. You can also use 1 PHP file for all of you website's pages. Finally, if you can, try to use the new XMLHttpRequest, it saves you bandwidth and also, it will make your website really unique from others.
  11. I'm really curious to this new version of Internet Explorer. I wanted to try if their rendering issues are fixed, also if the security issues are fixed... And, if their renderer is as fast as Firefox... trying out something new is a good thing, right? I won't switch to MSN because I know that GMail will make some plans in changing their interface... But, I'll be happy to check-out and explore the new interface of MSN Hotmail...
  12. I suggest you try using XMLHttpRequest to make your website unique, as well as making your website load faster, and consumes less bandwidth. The include function in PHP is really useful, but when I comes to uploading your whole website, having seperate files can be a little pain, so if you can, use only 1 PHP file for all of your pages. Or use MySQL to fetch each pages.
  13. PHP is really easy to learn. All you need is time and patience. I'm sure that you will really love it especially when you are going to use it for the websites that you are going to make. At first, I hate PHP but now, I really love it. I can't make a website without using PHP... And the advantage of using PHP is it's free, and PHP supports all Operating Systems that's why it's widely used. Along with PHP is MySQL, which is really easy to learn too, and integrated with PHP, it's also free... I hope you enjoy my opinion..
  14. I'm a PHP Programmer... i love programming in PHP... unfortunately, your website dosen't work...
  15. I personally think that DBZ is the best out of all the DB series. But I also really liked near the end of DB when Goku was grown up. As for DBGT....I don't really like it....
  16. I am from the wounderful country...Where the government cheated...The Philippines...
  17. PHP is a wonderful and fast and easy to learn programming language.. and it's free... many website uses it so it's popular... and when they know that you use PHP, it means you are a powerful programmer...
  18. Still i am using dial up 56k... DSL is still expensive here... although i think it's cheap but i don't have a job yet.. 512 kbps is probably... 50 bucks or 25 bucks...
  19. Me too... I hate Cartoon Network... before... probably 2-4 years from now... i love it.. now... i hate it because of their too old shows... especially Hanna-Barbera Shows...
  20. Well... i think the best one is XMB... if you like phpBB.. feel free to try it.. i think you will be pissed off because of the stupid security exploits hacks... many people always hack phpBB.. i suggest trying out something new...
  21. It's ok if Google buys Mozilla... I'm still hoping for GoogleOS... why not?! eh..
  22. I think Gay Marriage is not bad... because there's no law or no saying from the bible that Gay Marriage is literally not allowed...
  23. I suggest dumping Internet Explorer first, then use Mozilla Firefox... then, use a wonderful spyware cleaner like Ad-Aware SE... then use another one, SpyBot Search and Destroy... Now, after using those 2 tools, try to shutdown your computer for 30 minutes and turn it ON again... I think your computer will be A-Okay...
  24. Just follow the instructions below: <span style='font-size:8pt;line-height:100%'><span style='color:green'> /* Secure Email Function by Juan Karlo Aquino de Guzman Website: http://www.karlo.ph.tc/ and http://www.abs-cbn.ph.tc/ E-mail: http://www.karlo.ph.tc/send.php Usage: showEmail("support@microsoft.com",0); OR showEmail("support@microsoft.com",1); <-- example Types: 0 = ordinary random 1 = more secure random To include to a script: include_once("email_secure.php"); */ </span></span> And here is the code: <?php/* Secure Email Function by Juan Karlo Aquino de Guzman Usage: showEmail("support@microsoft.com",0); OR showEmail("support@microsoft.com",1); <-- example Types: 0 = ordinary random 1 = more secure random To include to a script: include_once("email_secure.php");*/function showEmail($email,$type) { if(!strstr($email,"@") || !strstr($email,".")) { echo("<div align=\"center\" style=\"font-family: Verdana; font-size: 12px; font-weight: bold; color: white; background-color: black; padding: 4px;\">Your e-mail is invalid!</div>"); }else { $email_split=split("@",$email); if($type===0) { $random1=str_shuffle(strtolower(metaphone(sha1(mt_rand(11111,99999))))); $random2=str_shuffle(strtolower(metaphone(sha1(mt_rand(11111,99999))))); $randomAT=str_shuffle(str_shuffle($random1).str_shuffle($random2)); }else { $random1=str_shuffle(strtolower(metaphone(uniqid(md5(mt_rand(11111,99999)))))); $random2=str_shuffle(strtolower(metaphone(uniqid(md5(mt_rand(11111,99999)))))); $randomAT=str_shuffle(str_shuffle($random1).str_shuffle($random2)); } $atSign=rawurlencode("@"); $first=rawurlencode($email_split[0]); $second=rawurlencode($email_split[1]); echo "<script language=\"javascript\" type=\"text/javascript\"><!--\nvar $random1=unescape('$first');var $random2=unescape('$second');var $randomAT=unescape('$atSign');document.write($random1+$randomAT+$random2);\n//--></script>"; }}?> Explaination of the code: <span style='color:blue'>Basically, what it does is it encrypts the e-mail address and uses JavaScript to show the e-mail address to the visitor of your website. Spambots won't be able to decrypt it.. because it's really secure... you don't have to use ProjectHoneyPot which is a waste of time in my opinion.</span>
  25. Me, I use my computer for PHP Programming and Video Editing and of course, surfing the net!
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.