Athleone
Members-
Content Count
29 -
Joined
-
Last visited
Everything posted by Athleone
-
Oh, I have learnt PSI before, and was able to telepathically communicate with my friend. It was all very interesting. I learnt it from PsiPog. However, I do believe PSI has a scientific explanation.
-
Recommended Server-side Programming Language
Athleone replied to karlosvalencia's topic in General Discussion
I don't think Macromedia Dreamweaver allows you to actually edit PHP using the GUI... well, at least not in my experience. I recommend you use PHP, MySQL and Perl to make a nice interactive site. -
It is possible to change the registry using C++. I have searched the Internet, and have found two articles that will probably be of use for you. http://op.htmsoft.com/articles/Articlea2-4-2.html http://op.htmsoft.com/articles/Articlea2-5-3.html
-
Hmmm.... Not much children play Runescape nowadays, in my opinion. Children play games like Halo and Civilization these days.
-
PHP Function To Add Previous and Next Page Feature useful php function
Athleone replied to asglu's topic in Programming
This is an interesting and useful piece of code. However, I know nothing about classes so I cannot help you with that bit. Sorry!-Athleone -
What is a hacker? Contrary to what you might think, and what the media and the Internet have told you, a hacker is not one who cracks a security scheme, or breaks into another's computer. These people are called crackers, and they should not be associated with hackers, who are a far different type of person. Hackers are those who adjust computers and its programs to their needs - Technological wizards, you might say. Stereotype It is wrong to stereotype hackers. For example, many hackers are stereotyped as Unsociable. However, this is not true. Just look at one of the greatest hackers in history, Linus Torvalds, creator of the popular operating system Linux. He has a wife, and several children. This shows that hackers should not be stereotyped. Hacker Culture The Jargon File is a very good resource of information about hacker culture. 1337 5p34k has been created by hackers, as a way to get around BBS censoring systems. Also, there are many symbols of the hacker culture - Tux, the Linux penguin, the BSD Daemon, and the Perl Camel stand out as examples. I hope this got you a better understanding of what a hacker is. For more information, look to this wikipedia article.
-
Gah, I just realised that I replied to my own post!! I am sorry, that was an accident! How fool-hardy of me....
-
Review My Site Review my site please
Athleone replied to Echo_of_thunder's topic in Websites and Web Designing
First and foremost: The text is mixed up. You can't have that. You need your viewers to be able to see your text very clearly, on any browser. Also, blue text on a black and blue background isn't very good, especially when the blue colours clash together. I can also see that you have used the marquee function. It is usually very distracting and annoying, as the users have to read the text fast and carefully at the same time to be able to understand it, and I highly advise you to remove those. And having a forum in a frame makes it very hard to navigate, you should at least make it such that the frame takes up 70% of the screen. I give it a 6/10, and I hope that helps.-Athleone -
What Are The Best Books For Learning Php Please suggest a book
Athleone replied to adenrake's topic in Programming
Some good books are Developing PHP Applications for IBM Data Servers Programming PHP A Programmer's Introduction to PHP 4.0 PHP 5 Power Programming Practical PHP ProgrammingHope that helped! -
World's Ugliest Website I believe I have found it
Athleone replied to BooZker's topic in Websites and Web Designing
Haha, did you see the stuff that appeared above? Even with all the rainbow and cat and door gifs, and the fact that this site may make someone vomit in sheer terror, that message had a very innovative way of appearing. How do you think I can add that to my own site? -
Firefox 3 Cookies Problem It is reeeeeeally annoying
Athleone replied to FreedomOverdose's topic in The Internet
Why is this in the counselling section of the forum? You should take this to "The Internet > Web Browsers". This is not a mental problem whatsoever, it's just your web browser screwing up. -
What Is The Meaning Of Life? you tell me the meaning of life
Athleone replied to electriic ink's topic in General Discussion
There is no meaning of life.Life, it is just a chemical process, and we are still animals, only highly developed ones. This does not entitle us to be different from the others. Our life is meaningless, and there should be no reason to live for it (neither should there be reason not to live for it). -
I wish to learn more about the occult and magick, as my brain is simply attracted to things like this. I believe that magick can, and will have, results, if only in the scientific form of the word. I have learnt about PSI energy this year, and was able to telepathically communicate with my friend. I believe that even though it works, there is a scientific basis behind it. I wish to know more about magick and the occult. Can you give me a link to somewhere that will give me basic grounding in this art?
-
The link you gave resulted in a 404 error. Perhaps it is out of date?
-
I think he is asking how to add PHP to your webpages.It is very simple to make PHP pages, first create a page like page.php. That tells the server to immediately take this as PHP code, and to execute it as so. Include all your PHP code within the tags <?php and ?>. I hope that helped, and I wish you luck in creating your PHP pages!
-
File Sharing Hosts! You can make money over here
Athleone replied to alex1985's topic in Business Forum
Haha, all this data-storage business reminds me of a User Friendly comic strip... But in all seriousness, these sites look very cool. Thanks for the links, I shall try them when I get my site package. -
Same here. I really don't like how KOL deletes accounts for not being active, but other than that, it is awesome. Even after you ascend, you can still play the game again with new features, which gives it a lot of replay value. I also like other text-based games such as Achaea and DiscworldMUD, which are both MUDs (Multi-User Dungeons). For a list of good text-based MMORPGs, check here.
-
For websites, I like my code raw. I usually compose it in something like Notepad++. However, for people new to the web coding scene, I suggest you use a WYSIWYG (What You See Is What You Get) editor like Dreamweaver. Personally, I started coding raw from the very beginning, but I guess I'm not normal
-
Yes, but sometimes authors of Captchas go to great lengths to make sure the user is a human. Sometimes too great lengths, too the point that a normal human being cannot even read the Captcha created by the author. Captcha can be a great solution, but I still think that sometimes people take it too far.
-
However, it still is illegal, and it takes all the fun from the gameplay (If you can call it 'fun' - I played MapleStory for a while and got pretty bored of it.) Therefore, I advise you not to use the private servers.
-
I have played a nice text-based MMORPG a long time ago called Kingdom of Loathing. It is very humorous, and there are a huge range of enemies that you can kill and areas that you can explore in the game. There is also no shortage of puzzles, albeit very hard ones indeed. You will most likely not get through the game (or "ascend") if you do not read the walkthroughs to the puzzles. I used to get my in-game money by creating animations for other users However, I was not active for quite a while so my account was deleted....
-
I learnt from the PHP book by O'Reilly, and I found that it was very helpful, and it was definitely an essential item in my quest to learn PHP. Of course, the best way is to actually code programs yourself, and learn from your mistakes. I also used a PHP host which didn't relay back my errors so I had to make sure I didn't make one mistake in code with a few hundred lines That helped a lot in building character.