Search results

  1. devongovett

    Upload Fail

    Hello, I have a problem. I am uploading an image to a php script. Along with that image, I am also posting two strings. The whole process works correctly on my local machine, and works once and a while (randomly) on x10's servers. The php script gets run, and tells me that the two strings...
  2. devongovett

    Weird Problem

    Hi everyone, I am having this weird problem with my site at http://our-voice.info/, where it is not accessible from any computer BUT mine. I can access all aspects of it except sub domains just fine, but anyone on a different local network cannot. I have tried proxys and many other computers...
  3. devongovett

    CSS Width

    Hello, I would like to set the width of an html element to be 100% of the width of its contents. This will mean that it will be bigger than its parent element. Here is the html: <div id="items"> <ul> <li><img src="sample.png"></li> <li><img src="image.jpg"></li>...
  4. devongovett

    Email Problem

    Hi, Before my account was transfered to the new cossacks, I had set up my account so that all email to my domain was sent to my personal email address (A domain Forwarder). When the account was transferred, the forwarder was not transfered with it. I have since re-setup the forwarder, and...
  5. devongovett

    Timeout

    Hello, I am using PHP to send out a large number of emails (almost 300) with a loop. After about 30 seconds, my browser times out. Does this mean that the PHP script was stopped? If so, is there a way to find out where it left off so I don't have to send duplicate emails to people...
  6. devongovett

    Javascript in Internet Explorer

    Ok so I made a web app with javascript and html. and it works in every browser except IE which shows an error telling me nothing. How can I find out what the problem is? Or even better! can I run some js library or something to make IEs js work like all the other browsers!!!? Thanks for the...
  7. devongovett

    Poll: Would you like MagickWand to be installed?

    MagickWand is a PHP extension that allows access to the powerful ImageMagick graphics library. It is far more powerful than GD, which is the standard imaging library for PHP. Check it out here... Thanks for voting.
  8. devongovett

    Request to install MagickWand

    Hello, I need the MagickWand php extension in order to access ImageMagick. Would it be possible to get this installed? Thanks!
  9. devongovett

    Using Imagemagick?

    How do you use Imagemagick with php? I have heard that it is installed on the servers but I can't figure out how to use it. Can't run system() commands... Thanks for help!
  10. devongovett

    How do you create an image strip?

    Hi, I need to combine several images into a single image on the fly with php/gd. How would you do this? I need an output where each image is above the other, or a grid with one column and many rows. Thanks for any suggestions.
  11. devongovett

    php problems

    Hello, Yesterday, I created a page for users to upload images that I would then process. I did the processing with an external system() call, which worked fine (event though I just found out that it shouldn't) in the Basic PHP Configuration. I then upgraded to the Intermediate version to...
  12. devongovett

    Domain stopped working

    My domain http://our-voice.info started working with the x10 servers for about 10-15 minutes, but then reverted to the same "This domain name has just been registered..." page that it showed before it started working. Did I do something wrong??? What should I do to get it working again? Thanks
  13. devongovett

    Domain Not Working

    Hi, I just bought a new domain and want to use it as my primary domain. I set it in accout management panel, and changed the name servers at my domain, but it still shows a "This domain has just been registered..." page. My url is our-voice.info. What else do I have to do in order to get...
Top