Jump to content
xisto Community

karlo

Members
  • Content Count

    671
  • Joined

  • Last visited

Everything posted by karlo

  1. has firefox fixed it's slow-browser-loading and very slow browser issue?
  2. More explaination... Especially, the section where it finds the ip address, and if it's found, then what will really happens after that? Anyways, check out my new website http://www.karlo.ph.tc/ Oh yeah, do you know any free providers that supports the changing of name servers? like the one in uni.cc like a dns service...
  3. Just, go to the website of Simple Machines and go to their community forums. Then post something about your problem.
  4. Yes you are right. Before i am using getenv() function and it's really confusing to use it on if() functions. So, I decided to experiment on $_SERVER and it works. I discovered another thing, echo() is much more faster than print(). And, in arrays example $_SERVER, you can access it's arrays without using " and ' example, $_SERVER[REMOTE_ADDR]
  5. What version of PHP is the person using? I think the $_GLOBALS function is old. I think the person behind the script is creating a PHP Script from PHP 3.
  6. )){include($_GET .".php");}<!-- then put your html code here -->?> OOPS! I CREATED A WRONG CODE! HERE IT IS AGAIN! <?phpif(isset($_GET )){include($_GET .".php");}?><!-- then put your html code here -->
  7. Or, you can just try the following: <?phpif(isset($_GET )){include($_GET .".php");}<!-- then put your html code here -->?>So, if the file requested on the "page" dosen't exists, it will just ignore it and outputs the default page or the main page (the one on the bottom of the script).
  8. Basically, skinning it is really easy. Just open your Editor, then find "background:" then you will see some words and digits (means the color) then change it.
  9. Actually, the "//" means the comments. If you copy and paste the code in EditPlus, or any PHP Editor like PHP Expert Editor, you will see that the code is fully explained.
  10. http://forums.xisto.com/topic/8292-shoutbox-made-easy-kshoutbox-03-now-more-powerful/
  11. But, if you need to store information for a long time, use cookies. Like Friendster, they use cookies.
  12. Probably it's because of my inbox is full. Don't worry, i deleted some messages.
  13. Ok, maybe i'll try to modify your code and improve it. Don't worry, i'll put your copyright. Can you please add some comments and explaination to your code and add it again here, in your thread?
  14. Well, here's what happened. I visited your website. After that, I saw the counter. Then I reloaded the page. It stays the same. Then I reloaded it again, then the counter increased by +1. After that, I reloaded and reloaded the page again. It stays the same. Then I went to http://forums.xisto.com/no_longer_exists/ and I saw many logs of my ip address. You must use cookies() in order for it to work well. Or sessions.
  15. I posted the improved version on this thread. Make sure that you use that fixed version that is in this thread. I haven't updated the downloadable version on my website.
  16. many ajustments and fixed bugs! Probably by friday, there will be kShoutBox 0.3!
  17. It's so simple. But cute. Please do not use .tk domains. They installed a spyware on internet explorer. I am currently using IE on a computer shop and it installed something.
  18. Me, I use it for PHP Programming. To gain more knowledge about that precious programming language. It's really so addictive! Especially when I have learned MySQL. I am really addicted. I also used my PC to maintain my website, to maintain a friend's and some organization's website. To edit videos. And to chat and to post at forums. Oh yeah, and to download stuffs like songs, etc... programs etc... and mostly XXX
×
×
  • 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.