Jump to content

magebash

Members
  • Posts

    72
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://possal.freehostia.com

Profile Information

  • Gender
    Not Telling

magebash's Achievements

Member

Member (2/5)

0

Reputation

  1. maybe you saved the duplicates in different folders therefore messing up the links. Try looking at the image URLs in the html code of your pages.
  2. i have decided to use the new one. on all of them
  3. I am just testing out the code on this website before I post it out to a "paid" host, and was wondering what could be improved graphics wise on it. I am definitely no expert on web design, so be rough on me and tell me what I need to improve or change. I know there are CSS/Html errors, so no need to warn me about those. I was just wondering how I could improve the layout/graphics. Any comments would be appreciated. I need to know which one looks better. Thanks. Here are the URLs: #1 http://possal.freehostia.com (older version) #2 http://possal.freehostia.com/index2.php (newer version) Thanks.
  4. I am not good at design either, but I don't think the "FreeUnlimitedTexts" page background fits in too well. The background is distracting, and it keeps drawing my attention. For this kind of site I would stay away from the darker colors, but this is just my opinion. The logo could be a bit more "upgraded". For the lack of content it does have some good stuff though. TorrentSafari.com ------------------------ Not much to say for this site because it is so simple.
  5. too light at the top, although those are nice graphics.
  6. I think that it has a pretty basic design, but the top navigation does not seem to fit in well.
  7. Ok I get this error: Fatal error: Class 'ZipArchive' not found in /home/www/possal.freehostia.com/backup.php on line 3 When I use this code from php.net: <?php $zip = new ZipArchive(); $filename = "backup.zip"; if ($zip->open($filename, ZIPARCHIVE::CREATE)!==TRUE) { exit("cannot open <$filename>\n"); } $zip->addFromString("testfilephp.txt" . time(), "#1 This is a test string added as testfilephp.txt.\n"); $zip->addFromString("testfilephp2.txt" . time(), "#2 This is a test string added as testfilephp2.txt.\n"); $zip->addFile($thisdir . "/too.php","/testfromfile.php"); echo "numfiles: " . $zip->numFiles . "\n"; echo "status:" . $zip->status . "\n"; $zip->close(); ?> Just experimenting right now...
  8. k thanks for your help. Should I change the php version? They have 4,5, and 6.
  9. well i g2g. I'll try to PM you later today. Thanks for all your help.
  10. should i use the array they show for it?
×
×
  • Create New...

Important Information

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.