Jump to content
xisto Community

Amezis

Members
  • Content Count

    536
  • Joined

  • Last visited

Posts posted by Amezis


  1. psychiccyberfreak, you're wrong. Zip and Gzip may be different, and they are each good for their one. My test results are as following:

    Zip: 626 kb

    GZip: 633 kb

     

    It doesn't really make any difference. For those who wonders, I downloaded my whole phpBB database, containing around 2100 posts and 200 members.

     

    So, Zip is not for multiple files - it seems to be better for that file. But Gzip may be better for other things, and maybe Gzip will be better for taking a backup too...


  2. Well, firstly, I don't know if this is the right forum. Also, I used the search tool and couldn't find any topics about this.

    On December 3, Adobe completes the acquisition of Macromedia. This means that the next Dreamweaver and ColdFusion will not be by Macromedia, but by both Macromedia and Adobe. Maybe Adobe Dreamweaver? :P

    Read this page for more information:
    http://forums.xisto.com/no_longer_exists/

    And of course, check out macromedias home page... You'll see the changes.


  3. What version are you using? I have 2.0, so I'll tell you how to do it on a 2.0, I think it's the same on the other version anyway.

     

    If the skin is saved as an XML file, then do this:

    Download the XML file, and make sure it's stored somewhere you can find it again.

    Go to your forum and log in and go to the Admin CP, and log in and enter the CP.

    Scroll down to Skins & Templates in the Admin CP menu.

    If it's not expanded, click on the title to expand it. Then, you will see "Skin Import/Export". Click it.

    Scroll down to the "Importing..." section. In the Upload XML Template set field, browse your computer, and open the XML file you downloaded on step 1.

    Click the IMPORT SKIN XML button.


  4. I think that's possible, but the cPanel tool won't work.

    Make a file called .htaccess in a text editor (such as Notepad or Dreamweaver), and insert this code:

    ErrorDocument 404 /maybeafolderhere/theerrorfile.ext
    And I think you can have different .htaccess files for different subdomains, but I'm not sure. :)

    Oh by the way, I forgot something. You can changed "404" in the code to another error, for instance "500" (Internal Server Error).

  5. Actually, my code worked.I was using it on a phpBB board, in the template file. I have installed a modification which should allow me to use PHP codes in the phpBB template file. But obviously, I couldn't use the special phpBB template tags IN the PHP code... Well, I thought I did something wrong. Anyways, thanks for your help :)


  6. I'm not that good with PHP, and I tried this code:

    if ( $_SERVER['REQUEST_URI'] == ('/') )/*'/' is the domain root*/{	echo('<img src="{I_ONEURL}" border="0" alt="{T_SOMETHING}" />');}else{	echo('<img src="{I_ANOTHERURL}" border="0" alt="{T_SOMETHING}" />');}

    However, it doesn't work. So, basically, I want that if the request is at the root (actually mysubdomain.domain.com), it will show {I_ONEURL} in the image src. If the request is not at the root, but for instance at index.php?showpage=22, it will show {I_ANOTHERURL} in the image src.

    I hope you understand what I want, and can make a new code. And I know I'm not the best PHP programmer :)

  7. It seems like it is not illegal... Anyway, after looking around on the net, I found some sites telling that Bonsai Kittens are just a hoax... Well, I don't know what to believe, but if this is true, then they should be sued... :)


  8. I got an email from a friend telling me about this awful thing.

    Someone are "making" and selling cats called Bonsai Kittens. That may sound nice... However, the method they "make" these kittens are not so nice.

    The kittens gets something making them almost unable to move, and then they're put in a bottle where they grow up with the same shape as the bottle.

    I just think it's awful, think about what kind of life the kittens get... I think they are really torturing the kittens, and cats...

    Here's their website...
    http://forums.xisto.com/no_longer_exists/

    And here is information on how they do it:
    http://forums.xisto.com/no_longer_exists/

    At Bonsai Kitten, we are happy to take care of all the little details and simply deliver to you a fully shaped kitten according to your specifications.

    Sounds like an evil scientist in a horror story :P

  9. Hi, I've wondered about something, and I found this thread... I've installed Apache, PHP and MySQL (with phpMyAdmin) on my computer. However, the router has a firewall or something that doesn't allow access to my computer.So, if someone types my IP, my pages located on localhost should normally show, but that doesn't work now. Do anyone know what to do?At the moment I only use my local server for testing etc.

×
×
  • 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.