Search:

Type: Posts; User: Zonteck

Search: Search took 0.32 seconds.

  1. Replies
    2
    Views
    1,499

    Hi there, I'll clear up the first part of your...

    Hi there, I'll clear up the first part of your post.

    max internal redirects basically means the htaccess redirect rule is wrong (or more specifically: the rewrite rule(s) affecting the current url...
  2. Thread: HTML tip

    by Zonteck
    Replies
    6
    Views
    2,481

    Hi, it's been a while since i played with...

    Hi, it's been a while since i played with streching images like that, but I think if you set height to 100% in the td as well, it should work.
  3. Replies
    4
    Views
    3,044

    Hi there, i think you should pay a (reminding?)...

    Hi there, i think you should pay a (reminding?) visit to CSS positioning in 10 steps :).
  4. Replies
    7
    Views
    1,907

    Hi, firstly i'd just advise the usual things....

    Hi,

    firstly i'd just advise the usual things. Make your website valid html so it's displayed correctly for different users. (the current error displayed is due to the copyright symbol been used...
  5. Replies
    12
    Views
    6,707

    Am I doing something wrong then, with this many...

    Am I doing something wrong then, with this many people advising notepad++, or does no one else use heredocs in php?

    Look at the following two screenshots of some sample heredoc code that fails in...
  6. Replies
    2
    Views
    1,518

    Hi there, I was unable to force it to display...

    Hi there, I was unable to force it to display ytown.com, at least using something like this.

    Regardless, a cleaner version of your subdomains redirect would be...


    RewriteEngine on...
  7. Replies
    3
    Views
    3,771

    Personally, this is just a suggestion, but if I...

    Personally, this is just a suggestion, but if I -had- to do something like this, I would just serve one type of the content by default and provide a toggle link (that put a cookie on the computer so...
  8. Replies
    7
    Views
    3,042

    Hi there, this could be achieved as desired (ie,...

    Hi there, this could be achieved as desired (ie, silently) by htaccess.

    Create a file called .htaccess put it in your subdomain directory and put the following in...



    RewriteEngine on...
  9. Replies
    3
    Views
    1,446

    Hi there, go have a look at the Web stats...

    Hi there,

    go have a look at the Web stats definitions section of wikipedia. There you will see a hit is a request for a file (this could be an image etc) whereas a page is a request for a 'page'...
  10. Replies
    3
    Views
    6,711

    Hi there, I've got a feeling its htaccess...

    Hi there, I've got a feeling its htaccess contents, can you post the contents of the htaccess file?
  11. Replies
    12
    Views
    6,707

    I tried using notepad++ again just now (hadn't...

    I tried using notepad++ again just now (hadn't for a while), and apparently it added support for heredocs in php in notepad++ v3.3... but it sure isn't working for me in 3.7/ 3.6. :(
  12. Replies
    11
    Views
    4,880

    Hi there, yes the bluehost webhosting plan...

    Hi there,

    yes the bluehost webhosting plan comes with a modified version of cpanel, click the demo login link from the tell me more page to have a look at the cpanel included with bluehost plans.
  13. Replies
    6
    Views
    9,133

    Glad someone brought that site up :). My sites...

    Glad someone brought that site up :). My sites are class b no-www and have been for some time now.
  14. Thread: Posting Blog

    by Zonteck
    Replies
    7
    Views
    1,934

    It looks nice and clean, you've got some good...

    It looks nice and clean, you've got some good pictures in there. Two things I think would be beneficial for your photoblog:
    - The pictures are really quite a high file size... ~200kb+ for an image...
  15. Replies
    4
    Views
    2,791

    Well ssh is how i'd do it now, but before i got...

    Well ssh is how i'd do it now, but before i got ssh access, you can create a simple php script to do your simple server executes...



    <?php
    if (strip_tags($_GET['do']) == 'unzip')...
  16. Replies
    8
    Views
    4,464

    Hi there, areidmtm's fix is an easier solution...

    Hi there,
    areidmtm's fix is an easier solution so use that if it's all you need. Leaving below info for people using search, this method effects all files on the main domain
    this turned out to be...
  17. Replies
    4
    Views
    2,791

    Greetings and welcome to bluehost! The...

    Greetings and welcome to bluehost!


    The easiest way to do that I guess would be to get phpbb, extract it onto your computer, and upload it where you want. (the just navigate to the install/...
  18. Replies
    11
    Views
    3,855

    I'm not overlly sure this is what you want, hehe,...

    I'm not overlly sure this is what you want, hehe, but... here's a really simple line to redirect calls for zip files (only) to a php file (which can process the download further).


    RewriteEngine...
  19. Replies
    3
    Views
    1,693

    Yeah cpanel down for me too. login.bluehost.com...

    Yeah cpanel down for me too. login.bluehost.com still works fine so its all good.
  20. Replies
    32
    Views
    24,529

    Spampoison as I recall was an ok idea when it...

    Spampoison as I recall was an ok idea when it came out (2004), you post a link to it on your blog or whatever, and the bot crawls spampoison and gets a large list of known spammers emails.

    These...
  21. Replies
    10
    Views
    30,011

    Hi Dbusau, You are getting the no privledges...

    Hi Dbusau,

    You are getting the no privledges line in phpmyadmin because bluehost won't allow you to make databases through phpmyadmin. This is (AFAIK) because multiple people use the same mysql...
  22. Replies
    345
    Views
    155,578

    Mine is zonteck.com (http://zonteck.com/) which i...

    Mine is zonteck.com which i mostly use a learning playground.
  23. Replies
    2
    Views
    2,234

    Hi, replace your image tag with

    Hi, replace your image tag with
    <img src="image.gif" />
    And you should have no problems. The source attribute is abbreviated is all.
  24. Replies
    9
    Views
    3,361

    Yeah, your best bet would be to do a search for...

    Yeah, your best bet would be to do a search for mod_rewrite related info.

    But a quick tip.
    You need to correct your links in your files so they link to the new rewrite'd format (ie, change <a>...
Results 1 to 24 of 24