Jump to content
xisto Community

Mystixs

Members
  • Content Count

    59
  • Joined

  • Last visited

Everything posted by Mystixs

  1. How does a font make the site look outdated?And the thing with the overflow it will be removed. Still testing it and such.
  2. I guess this is because my lack of knowledge and slow learning but i'm having trouble.. I will show what I have now. The Mysql table: ALTER TABLE `test_table` CHANGE `id` `id` INT( 100 ) NOT NULL DEFAULT '0',CHANGE `name` `name` INT( 100 ) NOT NULL DEFAULT '0',CHANGE `guild` `guild` INT( 100 ) NOT NULL DEFAULT '0',CHANGE `level` `level` INT( 100 ) NOT NULL DEFAULT '0',CHANGE `exp` `exp` INT( 100 ) NOT NULL DEFAULT '0' The PHP: <?phpconnection = mysql_connect("sql1.byethost9.com", "***", "***") or die ("Unableto connect to server");$db = mysql_select_db("b9_259782_CC", $connection) or die ("Unable toselect database");$file_handle = fopen ("csvranks.csv");while (($row = fgetcsv($file_handle)) !== false) { $data = explode (",",$row); $insertrecord = "INSER INTO `tst_table` VALUES ('".$data[0]."','".$data[1]."','".$data[2]."','".intval($data[3])."','".intval($data[4])."')"; mysql_query($insterrecord);}fclose (file_handle);?> /legacy thats the page its saved to. I go to it and it does nothing. I check the database table and its empty.. Sorry for the bother..
  3. Hey, I am working on a website and I was wandering what you guys/girls thought of it. Here is the link: /legacy I try to make a good but fast and simple to use interface. Tell me what you think and if any changes should be done. Thanks!
  4. Ok. First, KuBi. I didn't get any error.. It connected to the database, and selected the database. It was just a blank page...Anyway, master_bacarra thanks, I will try this. I made need more help though. I'm not very good at PHP and Mysql..
  5. Looks really nice.My mom doesn't like to dark or to light ones and I have to share this computer.These work great!Thanks!
  6. Well. I like opera for its speed. But often it doesn't display content like it should. Take youtube for an example. It wont display the javascript even with the javscript enabled... It just doesn't display right. But it i fast. Thats why I use Firefox. Decently fast and displays everything.EDIT: SO SORRY for the bump. I thought this was a new topic.. Sowwy...
  7. I need help importing a .csv contents into a Mysql database. I have this. But its not working. <?phpconnection = mysql_connect("******", "**********", "********") or die ("Unableto connect to server");$db = mysql_select_db("b9_259782_CC", $connection) or die ("Unable toselect database");fopen ('csvranks.csv', 'r');mysql_query("INSERT INTO test_table (id, name, guild, level, exp) ?> What am I doing wrong? The mysql table is all set up.. Any help is GREATLY appreciated. If you need more info just ask. Thanks! EDIT: The CSV file looks like this one http://movoda.net/api/csvranks.html Notice from BuffaloHELP: Topic modified
  8. Hello! This tutorial will teach you how to make a simple Horizontal Menu using CSS. For a demo of what it looks like visit: /legacy Anyway, enough of this, lets get started on the tutorial. First lets add the HTML part of the menu. <html><head></head><body><div id="navigation"><ul><li><a href="#">Home</a></li><li><a href="#">About Us</a></li><li><a href="#">Tutorials</a></li><li><a href="#">Downloads</a></li><li><a href="#">Links</a></li></ul></div></body></html>What this does is setup the VERY basic look of the navigation. It has 5 links, each link goes nowhere. You have to specify were it goes yourself. Now the "div id" stuff identifys the menu so the CSS will work. Now, lets add the first part of the CSS. <html><head><style type="text/css">#navigation { list-style: none; margin: 0; padding: 0; }</style></head><body><div id="navigation"><ul><li><a href="#">Home</a></li><li><a href="#">About Us</a></li><li><a href="#">Tutorials</a></li><li><a href="#">Downloads</a></li><li><a href="#">Links</a></li></ul></div></body></html>This CSS code just specifys the basic layout of the navigation. Lets add the second and third parts of the CSS. <html><head><style type="text/css">#navigation { list-style: none; margin: 0; padding: 0; }#navigation li { float: left; }#navigation li a { display: block; background: #3366AA; width: 179px; text-align: center; color: white; padding: 3px 0; }</style></head><body><div id="navigation"><ul><li><a href="#">Home</a></li><li><a href="#">About Us</a></li><li><a href="#">Tutorials</a></li><li><a href="#">Downloads</a></li><li><a href="#">Links</a></li></ul></div></body></html> The "#navigation li" tells that the links inside <li> and </li> tags to float to the left. If you changed "float: left;" to "float: center;" it would not be a horizontal navigation. It would be a vertical CSS menu. The "#navigation li a" tells the general look of the navigation. The code "display: block;" makes it so the menu is in blocks. The Background tells the background color of the menu. The width specifys how wide each button is. Text align center tells it to align the text center. The color tells what color the text will be. Now add the final CSS. <html><head><style type="text/css">#navigation { list-style: none; margin: 0; padding: 0; }#navigation li { float: left; }#navigation li a { display: block; background: #3366AA; width: 179px; text-align: center; color: white; padding: 3px 0; }#navigation li a:hover { background: #6699CC; border-type: solid; border-color: white; color: white; }</style></head><body><div id="navigation"><ul><li><a href="#">Home</a></li><li><a href="#">About Us</a></li><li><a href="#">Tutorials</a></li><li><a href="#">Downloads</a></li><li><a href="#">Links</a></li></ul></div></body></html>
  9. I often have the same problems. Not as bad though.I often play games, or read forums or talk to friends.I guess I should sleep in more of a schedule...
  10. Firefox pwns them all. Second is Opera.Firefox is fast and displays websites and CSS VERY well.Firefox is pretty fast but not as fast as opera. And often the plug ins cause errors if you have to many.Opera is SUPER fast but doesn't display javascript very well. It focuses on speed more than website representation.It has a lot of features.IE is slow and doesn't display ANYTHING very well. Doesn't have many features either...IE is also has tons of security issues... So overall Firefox is best.It's pretty fast, decent looking, displays everything good.So get firefox
  11. If you find tutorials online hard to learn for PHP I suggest trying w3schools.comIt's a GREAT website. I learned HTML, CSS, and some of PHP from there. Along with a bit of Javascript.It's easy to learn and teaches you a lot.Anyway, welcome to Xisto!
  12. SWEET!Thanks for the tutorial. I will probably be using this in the future.The Example doesn't exactly have that great of a look but other than that its great looking.
  13. Great website. I see why it gets so many visits.But, it seems a lot of the content doesn't require much time on the website.I'm not sure what you can do to get people to stay longer but you could try maybe adding an arcade.Could try googling for some information. But the website looks great. Most websites people don't stay very long unless their is something to read or do that takes a lot of time.Maybe add some news or articles to the website...Good luck!
  14. I use Textpad located at: http://textpad.com/ Textpad has colored text. The text color depends on what language it is etc. Like I have it set so that things within "" are a light green. It's helped me fix errors several times. Of course the full version cost money but for the Evaluation version you get all the same features but you get this annoying little popup every once in a while. But its a good program.
  15. Well, out of them I would say Dreamweaver. I don't use it much anymore though. I code my code with a simple text editor.But Dreamweaver has a lot of nice features, I just don't know how to use it properly.Fronpage is an ok program but they often add unnecessary code and such and doesn't like using CSS and PHP etc.Dreamweaver is far better than Front page.
  16. Nice tutorial!I will probably use this in my website once I get it hosted.It will be good if its updated instantly.Thanks!
  17. Mystixs

    A Dream

    It's not the greatest. But then I don't do this but once a year or so. I had a dream like this. It was odd. So I made this. It sucks but I tried. Now I can't get the dream out of my head... I don't know why I had the dream...
  18. I like walmart, although the prices seem to be getting higher and higher. But still a good place. I perfer Hastings though. Big on anime, games, movies, and books ;)But I do like the book section in some wal-marts. They often have good books for decent prices.
  19. Mystixs

    Hey Everyone

    Welcome to Xisto.I love watching Anime also. Know some PHP and HTML also.Anyway, welcome to the site, hope this is the host your looking for. Got lots of nice features
  20. Movoda is a Browser Based MMORPG. Movoda consists of 11 skills such as woodcutting, mining, fishing, smithing, and Magic. Movoda has a simple, fast loading game layout. Not the best looking but fast loading and GREAT for those with dial-up. Movoda has a VERY friendly community, quests, player housing, guilds, guild compounds and a lot more. Movoda also has a chat system with emotions, and donation features. Movoda has a forum, built in message system and soon a Card Game you can play. Little is known about the card game but you can collect cards in the game and play a card game in the future when its implemented. Movoda is set in medieval times, it has a storyline following the game and has over 200 registered members and sometimes up to 100 members online. Movoda is only about 2 months old and is growing fast. Check it out at: http://www.movoda.net/ In the future I will post a link to my fansite for it here once I get hosting for it from Xisto Enjoy!
  21. I tried Neopets a couple years ago.I didn't really like it because the lack of organization. Not really sure how to explain it. It just wasn't something I liked.Don't get me wrong it was semi-fun but just not the kind of thing I like.I like games with different skills like woodcutting etc.
  22. Awesome!Thanks for the help.This confirms this is the best host ;)Thanks for the help!-Mystixs
  23. Looks like Grunge to me. Looks good to.-Mystixs
  24. I haven't got an account yet. But if its as good as I think it is, I will have a large ad for it on my website.
  25. WOW!Thats an amazing wallpaper. I would use it myself but for some reason my mom doesn't like bright colors...But I love the mixture of colors, looks Beautiful!-Mystixs
×
×
  • 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.