Jump to content
xisto Community

snlildude87

Members
  • Content Count

    2,350
  • Joined

  • Last visited

Everything posted by snlildude87

  1. Controversial topics are good. Take a look at all the "hot topics" (red folders), and you'll see that they're almost all controversial.
  2. Yes, you will have subdomains so people can bookmark your site. I see you also have a domain, histology-world.com. Why not point the name servers to ns1.trap17.com and ns2.trap17? Then, you can have a domain instead of a subdomain so people can bookmark the domain instead.
  3. I believe it goes in the body tag because you cannot place <a> tags in the <head> unless you want the HTML validator to go crazy
  4. Problem solved: Use Internet Explorer instead of Mozilla or Firefox -> Thread closed
  5. Yeah, let me tell you, the new one is so much better: ^hehe, quote inside a quote Edit: Found another thing. Maybe separate the Categories section and Other Blog or increase the space between the two because they looked kinda smooshed together. Edit 2: Dude, "free free" is still there! And I see you have a domain...it doesn't work yet (just a heads up)
  6. Forwarding would just redirect you to your Xisto subdomain. For example, going to yourdomain.com would change the address bar to yourdomain.trap17.com, and if you go to yourdomain.com/contact, you'll get a 404 error.I'd just change the nameservers like you just did, and park your domain in your cpanel. Then you'll be all set.
  7. http://services.nexodyne.com/email/ should help you out
  8. Simple solution: Don't sign up :)You can also support Xisto by clicking on them because trap gets more money that way. If you're bored and have nothing to do, why not click on a few advertisements to show your appreciation for Xisto?
  9. This, I do not believe, should have any affect on your PageRank in Google or ranking in any other search engines because they index the URL of your page - not what's showing in your address bar.If I were you, though, I'd make good posts and get hosted by Xisto, so you can kill your URL cloaking. URL cloaking is a bad idea anyway (no offense to you because you did not do it intentionally) because if a user likes a page and wants to visit it next time, that user will have a heck of a hard time finding that page all over again.
  10. You did the right thing. Congrats. Now wait for 2 days for the domain to propogate to Xisto's servers.You will still have to upload everything the same way you did before. Hopefully, that won't be a problem.
  11. 1. I like the 3D-ish view on your site. 2. Free free?? And what's "thr"? 3. 4. Nice and simple 5. Ooo! I see you increased the width. Nice. 6. Where's BlogConnect? Are you just gonna abandon us now? 7. Your site is not XHTML Valid 8. I hoped you enjoyed reading crap doodle, aka, my review. Edit: Fixed my link above. Oh, did you code all this yourself? I'm sort of impressed.
  12. I put mine on all my pages just in case, but like someone said above, search engine spiders nowadays don't care for meta tags anymore
  13. Not necessarily. If your school offers a Visual Basic course, then take it! Also, chances are that the teacher teaching the course will have a copy of Microsoft Visual Basic Working Model, Enterprise Edition, or Professional Edition that you can develope apps with. Just ask her for a copy, go home, and burn it. The only burden with the Working Model edition is that you can't make exe's, but you can make exe's with Professional and Enterprise.
  14. Herb! or should I say "Hreb"! Glad to see you follow in my footsteps, man. I see you like Tetris...let's see if you can get the highscore (around 290000) in this forum's arcade.
  15. Pharming?? Please explain, Nils. Well, if you're using Windows XP, then shouldn't all updates be delivered straight to your computer by a little program that sits on your system tray?
  16. 1. What programs will I need to develop VB programs? Can you give the link? You will need Microsoft Visual Basic 6 to develop VB applications. The only way to get a copy is with a CD, but there are other ways not worth discussing. 2. Can you tell me some websites about it? http://forums.xisto.com/no_longer_exists/ is one that I can think of right now 3. Can you tell me some good tutorial? go to the link above 4. Have you any other tip? VB is way too easy to give tips
  17. I can help you one last time: by changing the thread title to make it look more appealing.
  18. Hmm, did you put mny_config.php (as well as every other files) in your public_html folder? If you did, then I don't know where to go from here because I have not worked with MySQL...
  19. Well, I have 0 experience with MySQL because I find it to be unreliable - PHP never goes down.What's the content of you config.inc.php file? Post the entire code (if it's not large) here
  20. Absolute is where you call your sql.sql file using the full path. <?php include("http://blah.trap17.com/sql.sql");?>^ That's an example of an absolute call in PHP <?php include("sql.sql");?>^ That's relative, and it will work ONLY if the calling file is in the same directory or folder as the sql.sql file.
  21. It all depends. If you call sql.sql using an absolute link, then it shouldn't matter where you put it, but if you call it using a relative link, then you have to put it in the correct folder.How do you call it in another file?
  22. uploading all your files into the public_html folder should work. every file goes into your public_html folder.being a moderator here is good enough
  23. You can place your code in its (index.html) place, or you can delete index.html and upload your index.php file either way works because index.php takes precedence over the index.html file
  24. Okay, now, look in your public_html folder. You should see an index.html file. DELETE THAT!Next, upload your index.php file to your public_html folder.Keep posting if you need more.
  25. public_html is the one you should look inAnswer me this...what is the name of the first webpage people will see when they go to yoursite? If it's not index.htm, index.html, or index.php, then rename it to any one of those three, and delete the existing index.html in your public_html folder in your cpanel.
×
×
  • 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.