Jump to content
xisto Community

lhunath

Members
  • Content Count

    257
  • Joined

  • Last visited

Posts posted by lhunath


  1. You don't understand qwijibow. He said that he had that as well, but only after it having switched to static, it didn't switch back.qwijibow, you should've gone Network Connections, rightclicked your connection, gone to properties, clicked Internet Protocol (TCP/IP), Properties, and there selected to have the ip & dns settings been detected automatically. You're right, it doesn't mention DHCP unless if you press Alternate or Advanced config or something.


  2. musichere, I only concluded my "insults" from your sentences in a logical way.

    That's only becuase there are enough people on PC to make it worth hacking

    Meaning, the virusses are there because alot of people are there to make them. If that's the reason the virusses are there, then if all those people moved to Linux, the same reason would apply, and there would still be as many virusses, for Linux, now. Meaning

    Right, what you say is there will be as many virusses for linux as there are for windows now, should everybody use linux. Proving things with something you don't and can't know, very thoughtful.

    You can't imply that I don't have a clue when you are wrongly interpreting what I say and making accusations of your own.

    Was that wrongly interpreted? Is there a huge flaw in my logic, then please do point me to it. I'm sorry if I sounded to harsh or rude. I didn't mean to. I was wrongly uttering a general irritation towards clueless users at you. My appologies for that. Nevertheless, my arguementation still stands.

    amways, dont argue wih the mods, they have supernatural abilities... ive seen them make posts dissapear without traces (and possibly people too)

    That's not true :) I would love a chance to argue with you, as long as you have some decent knowledge on the subject and an argumentation worthy of discussion. I'm wrong more than Bush W. Junior himself; and would love you to tell me so when I am. I'm just a member here, I won't use my permissions unjust :)And about the making people disappear, I just wanted to prove a trick. I swear I was gonna magick him back.

  3. You'll need to change quite a bit about your layout. First thing you'll need to do, is change all the content pages you have (the ones the navigation links to). You'll need to remove all tags except for those inside the <body>.

     

    For example if one of them was:

    <html>
    <head>
    <meta bla>
    <title> blup </title>
    </head>
    <body>
    <p>and other stuff</p>
    <table>
    <tr><td>tableness</td></tr>
    </table>
    </body>
    </html>

    then you have to finally only keep:

    <p>and other stuff</p>
    <table>
    <tr><td>tableness</td></tr>
    </table>

    (btw, do this for your nav page as well)

     

    Then, you make one new index page, which will later include your navigation & content pages :

    <your doctype>
    <html>
    <your head>
    </your head>
    <body>
    [your design]
    </body>
    </html>

    You can do the design in several ways. The goal is to put your nav & content pages in the design so that it shows them neatly next to each other. You could with tables, but that's being a noob. I'll write it here, though, since the alternative is CSS and is a little too advanced for me to explain here.

     

    [example design]

    <table style="width: 100%;"><tr>
    <td style="width: 20%;"><?php include "nav.html"; ?></td>
    <td><?php include "welcome.html"; ?></td>
    </tr></table>


  4. or is "space" as we know it (a big infinite box) actually increasing in size.  The idea of an infinite box of space just seems an impossibilty to me... I mean it might be bigger than anyone could ever hope to imagine, but there Must be some sort of limit on the shape of space itself...

    <{POST_SNAPBACK}>

    That's where you've got it wrong. You have got to let go of the idea that things are final. You'll need some abstract thinking for this, becaus in everyday life we don't witness infinity. But in space, the only one thing that can be infinite in distance, is emptyness, because that way there is no breach of laws of nature, and that way there is a finite amount of energy & matter.

    Now, you have to imagine, space. Nothing in it, no light, no heat, no energy, no objects, no matter, nothing. Wherever you go. And because this is all empty, it's infinite in it's three dimentions. Because after a certain point, there will always be another point. Imagine it in coordinates. They have no limit at how far they can go, they just keep on getting bigger and bigger the further you fly, but just like numbers, they are infinite in length. In that nothingness, on a specific point, there is some matter. That matter exploded out of a singularity, meaning it's moving away from each other, because of the kinetic energy spun forward by the explosion. Light, heat, rays, whatever, it all flies in all directions. Filling emptyness.

    However, filling is such an odd word, because something infinite in depth cannot be filled. Energy and matter would be spreading forever, if there are no other forces active causing the accelleration to at a certain point drop below 0, but anyway; the point is, there are no limits to distance. Just like there are no limits to how far you can count.

     

     

    And, pedro, please don't double post, I don't want to hit your warning meter again.


  5. yugioh meant, you should use PHP instead of frames. What you do now is making 2 pages with content, a navigation page and a content page, and you put those next to each other with a frameset page.

    If you use include, you have 1 page, that brings the 2 pages together.

    <?php include [url-to-page]; ?>
    is how it works, and it actually takes the content of the page at the url you specified, and inserts it into the current page, on the position where you have your include :

     

    page 1.html

    blalblalblalbla

     

    page 2.html

    muhahaha

     

    page 3.php

    pompom

    <?php include "1.html" ?>

    pom

    <?php include "2.html" ?>

    pompidom

     

     

    If you show 3.php in a web browser, you'll see :

    pompomblalblalblalblapommuhahahapompidom

    ----

    What I meant was, you need to make it so that it doesn't appear as though there are rectangular things there. You have to make it so that every single object you see flows nicely into the object next to it; that doesn't have to be literal, but decent colours you can do alot.

    Some examples:

    http://browsehappy.com/

    my pages:

    http://lhunath.com/

    http://forums.xisto.com/no_longer_exists/ (buggy ;/)

    http://forums.xisto.com/no_longer_exists/ (under high construction)


  6. I have a certain number of names saved on a .txt file.

    On my program the computer asks me if i want to see the kids. I answer yes.

    What code i need to use in order to see the kids?

    <{POST_SNAPBACK}>

    wtf?

    Care to explain a bit better..? ;O

     

    Edit:/ I read it again a few times and if you're meaning that you want to print the content of the txt files, you could use include, or just read the content of the file into a variable.

    http://be2.php.net/manual/en/function.fread.php

    or

    http://be2.php.net/manual/en/function.include.php

     

    Good luck


  7. the just accept things like..

    Rebooting after software or driver install Very few programs ask of this

    Actually, practically every program asks that, any that changes something about the startup settings. And every driver install asks it. Don't talk crap when you know that you are.

    Defragmenting the hard disk Only needs to be done once in a blue moon

    http://forums.xisto.com/no_longer_exists/

    http://forums.xisto.com/no_longer_exists/

    Just google for it, you'll see that all experts say you should defrag at least once every month... You can get along without doing it, sure, but then again, you also noticed how your drive gets slower. And if you haven't noticed, then you're denying the indenyable. This is physics, nothing to do with your opinion, or your pc, or whatever.

    Virus Scanning Better safe than sorry

    What kind of a stupid arguement is this? You've just proven that Linux is better. Safe = No virusses at all. Linux. Sorry = Thousands of virusses and try to protect you with expensive anti virus software. If you try and defend something, at least think a little about your arguementation...

    Spy ware Spybot

    Adware Ad-Aware

    These tools will make your pc corrupt.

    All spyware/adware killers will permanently damage your system.

    Spyware and Adware are only to be removed in one single way, and that is by uninstalling the program it came with. If you use malware killers, then you will damage the malware's uninstall mechanism which means, your pc will never be able to be cleaned again. Sure, they might delete some of the spyware, but you don't really believe that, do you? Companies today have plenty of ways to bypass these methods and hide themselves from these killers. C2 Media for example is practically uneradicatable. If you have some of their dirt, then using a Malware killer will make sure that you will never be able to get rid of it anymore.

    <{POST_SNAPBACK}>

    If you still can't be convinced, read on from here: http://forums.xisto.com/topic/79798-topic/?findpost=

     

    Virus That's only becuase there are enough people on PC to make it worth hacking

    You're one of those people that just doesn't want to be proven wrong and goes for the one thing we can't prove you wrong with, because it's a scenario that doesn't even exist. Right, what you say is there will be as many virusses for linux as there are for windows now, should everybody use linux. Proving things with something you don't and can't know, very thoughtful. But nevertheless, not enough. Are you trying to deny the fact that Linux is far more secure than Windows? Are you saying that windows and Linux have the same security issues? Then I advice you to do some research first before you start ranting. http://forums.xisto.com/no_longer_exists/

    Browser Hijacking Noone uses internet explorer

    http://parked.olo.com/

    Jees.... you have got to be joking.....

    they dont realise that Linux / BSD's are soo much better. The Suse I have used is clumsy and the word processing programs are horrible. There is a limited number of games and my favourite applications aren't compattible.

    <{POST_SNAPBACK}>

    There is a limited amount in games in Windows as well, I think... Solitaire, Minelayer, and a few more; if you're lucky, you have about 10. In Linux, depending on the distro you use, you have a few thousand. If you didn't know that, then I can only say one thing to you: "Get a clue."

    Your favorite applications aren't compatible? What bull? Your favorite applications were written for Windows. They do not run in other OSes. In a way, since you're a windows user, that does make sense..... Somehow. Think about it.

    Have you given all Linux replacements for them an equal chance? For example, if you learned Photoshop, it probably took you a year or maybe 2 to know as much as you know now, and do all the stuff you can do now. Have you spent that same amount (whatever it is..) with the Gimp? If not then you have no right at all to say what you stated.

    I recon you haven't even tried OpenOffice yet......

     

    Before you try ranting,

    get a clue.


  8. http://forums.xisto.com/no_longer_exists/ [195.20.225.126]
    Xisto.com [69.50.168.69]

    Your nameservers haven't broadcasted, which means, you will need to wait before you can access your website. The IP of your web domain still points to the wrong server (not Xisto). Normally you need to wait 48 hours after applying it.
    If you need the site to be able to upload things, you can make a little change so that you can access it yourself already, but remember that other people still won't be able to get there!

    Ok, this is what you do :
    Either you change your hosts file. Open notepad and open this file:
    C:\Windows\System32\Drivers\Etc\Hosts
    (or replace whatever the dirs with what they are with you..)
    and add this entry to the file:

    http://forums.xisto.com/no_longer_exists/         69.50.168.69; My Temporary DNS Solution

    Or, what you can do as well is the following :
    Go to your network settings, I'll presume you have windows:
    Control Panel => Network Connections => Rightclick on your network connection => Properties => Click Internet Protocol (TCP/IP) => Properties => Use the following DNS server addresses : => add 64.5.44.113 (which is ns1.astahost.com).
    All done.

    If after the second thing, you experience problems surfing the net, set it back to what it was. I don't know whether it's a good idea to use Xisto's NSes for DNS, but it should help you now.
    Remember! This will only fix things for your pc alone.

  9. You are right lhunath.

     

    FrontPage is bad ; it really sucks. But the thing is that it was never meant for any serious Web Development. It's only for beginners and definitely not meant for professionals.

    <{POST_SNAPBACK}>

    Sadly, by doing that, you're bringing webpages onto the web which are full of mistakes; and which are just plain ugly. Degradation of the web, especially because it's so popular. It should just be found illegal to use it.
×
×
  • 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.