Jump to content
xisto Community

dragonfang00

Members
  • Content Count

    74
  • Joined

  • Last visited

Everything posted by dragonfang00

  1. well, thanks demonfire, I already got my way around the program and tried to build a small game.. it's just that it's kinda boring if you played it cause it's just a text based game.. but it's good to know this kind of engine.. thanks again..
  2. that really sucks.. here in the Philippines, Microsoft target shops dealing with computers like internet shops, printing, etc.. even popular restaurants has been victim of these raids.. for us, they're no ordinary policemen.. cause in our area, NBI agents are the one raiding companies and businesses.. and they're not just going about Microsoft's products.. as long as you have illegal software installed like adobe's then you're already in the list..
  3. you can try to read some of the content on my blog.. I am writing things about seo and how to increase traffic.. maybe it can help..
  4. Any one who knows the engine? Any comments about the it? I am starting to learn the engine and searching for some guides and tutorials.. If you have a guide or tutorial can you post it here? thanks..
  5. I already tried it but still failed.. what now.. Edit: I already found my cpanel info and I am already logged in.. anyways, thanks for the help..
  6. yes.. it is already active and I am thankful.. I really have a problem right now.. I know it's a noobie thing but I don't know the username and pword of the cpanel.. I didn't received any mail or something.. I can't find any in the client area either..
  7. I am using thunderbird for my mails except yahoo and hotmail.. thunderbird is great.. for me it is better than outlook, or any other mail client..
  8. I've been using freehostia.com since may 2008 and I will say they are not as good as you all say.. Yeah, free, no banner ads, no posting on forums, cheap, but do you know your site's uptime? for me? I only have uptime of 57.**%.. that sucks right? no.. because they're free.. *duh..that's the reason why I am trying to get hosted with Xisto. because I just found out they are more reliable for my site than freehostia and any other free hosting out in the net..
  9. oh.. ok thanks for all the replies.. I'll just wait for it.. thanks again..
  10. here.. i just hope it will solve your problem..themes.inc.php
  11. if you want to integrate PHP with HTML you should save with .php extension and you should follow the following code: <?php//starts phpecho 'This is a php script';//ends php?>/* this should be on one file */<html><body>This is a HTML</body></html>
  12. you have 2 extra } on line 1006 and 1007.. try to remove it and add an EOT on line 1006.. I really don't know if this will work, I don't have xampp installed on my PC right now so I can't be of help much.. just try it maybe it is the reason the script has an error..
  13. I began learning HTML from my self, coffecup, and w3schools. I started learning HTML for the sake of our organization..as of now, I am using Adobe Design Premium CS3 to help me build sites that I want.. I am not using just HTML.. I am now integrating HTML with CSS and PHP..
  14. for me, one of the most secured way of downloading genuine antivirus is to download them on their official websites and not from any file hosting website.. I mean, if they are a genuine antivirus and is making profit of their software, they should have their own website.. for me I am using mcAfee security center and I am glad I have their antivirus because it already helped me many times..but if you followed an untrusted antivirus be aware.. ask first from friends, or forums if that antivirus is safe.. Saint_Michael is right too. you should avoid website's who is forcing you to buy their antivirus products and saying that you have a virus even if your computer doesn't have any.. one way is to be cautious.. being cautious won't hurt your computer.. it may even help..
  15. I tried the first link and it redirected me to http://forums.xisto.com/no_longer_exists/ which is, i think, not a harmful site.. but anyways.. it is a year ago and that links maybe down now.. just be cautious to visit an unknown site or download files from sites you don't trust to avoid getting any malicious programs or files..
  16. you can find many free templates.. just search the net using a search engine... about development.. softwares you can use are eclipse, kompozer, notepad++, and texteditor... and about the database part... you can just use the database of your own server..
  17. for me I use both.. you can't use php alone, well heck you can but it is much easier to integrate PHP with HTML.. just like integrating HTML with CSS... and integrating PHP with HTML is much cleaner (in terms of the code itself) than using just PHP alone.. example: <?phpecho '<html><body><a href="domain.com/login.php?user=' . $userID . '" /></body></html>';?> instead you can just do: <html><body><a href="domain.com/login.php?user=<?php echo $userID; ?>" /></body></html> and using html alone will not suffice the needs of modern websites that is already integrated with PHP.. you can't have a login page without a PHP and MySQL..
  18. as for galexcd said, using javascript for validation is more appropriate than php.. client-base is much better and it is user friendly than php.. but you should also have php validation after.. you can search for codes in google..
  19. If you will transfer files you can just use IM or upload it on rapidshare like websites.. if you will transfer file on a friend's computer then I will tell you to just use a disk or something..
  20. the image you showed is just an HTML editor.. if you want you can download that very same editor.. but all it will give you is a HTML Editor.. Adobe Dreamweaver is the same included is a css.. Dreamweaver also has a php editor.. if you want a free editor, just use notepad++..
  21. hands on is better than any other way of learning a new programming language.. just like this: <?phpsetcookie('user', 'username', time()+3600);if (isset($_COOKIE['user'])){ echo "You are logged in: $_COOKIE['user'] Enjoy.";}else{ echo "You are not logged in. <a href='register.php'>Register here</a>";}?> if you're a beginner and will just look on a book you'll never find what is this for.. you should try first a program to know the what the program and the SCRIPT is for..
  22. well for me i am just a kid and I am the one paying the internet so I only have around 256Kb/s of download and 191Kb/s of upload..(lazy posting results)but anyways.. after I got a job i will definitely upgrade for a much faster connection..
  23. I use FireFox 3. much safer, faster, and better..FireFox also has plugins. You can create and find useful plugins.. if I will need to choose.. I'm on FireFox's side..
  24. but what if your partner don't want to use condom or pills? do you have any recommendations?
×
×
  • 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.