Search results

  1. M

    in IE input password is displayed shorter than input text

    using firefox, take a look at my login page here: http://mtmphp.x10hosting.com/auth/login. and notice two text boxes, one is type='input' and one is type='password'. now look at the same page using IE , you will see that the password field is shorter than the input field. don't know why is...
  2. M

    command prompt ftp

    did you check the ftp logs on the server side ? maybe it is putting you in the wrong remote directory where you don't have priviledge to put a file. instead of sending a file, can you try 'ls' command at the ftp prompt, and see if you recognize the files it shows in the remote dir
  3. M

    anyone good at css ?

    thanks daniel, sorry if i am being thick but i do not know what it means when you say to 'pm the files' :nuts: anyways i tried what peterac suggested and it worked. thanks for help guys
  4. M

    cpanel login attempt failed

    hello. i am not able to go to the cpanel of my free hosting account 'manoogim', at http://starka.x10hosting.com:2082 it says login attempt failed. if i click 'forgot password', it brings me back to the account panel namely http://x10hosting.com/panel.php from my notes, my account password is...
  5. M

    anyone good at css ?

    my css is pretty much a copy of the site.css file i got from the book 'zend in action', then i made a few small changes. the file has 200 lines - are you saying to paste the css file here in the forum ?
  6. M

    anyone good at css ?

    please take a look at my site http://mtmphp.x10hosting.com/auth/signup if you use firefox, now please scroll down. you will get both google adds and my div 'how you can support this site' at the bottom of the page... while there is a lot of white space on the right now take a look using IE...
  7. M

    A connection attempt failed ... php email problem

    in mynew php web app, i am going to provide a link : 'forgot password' and my php code is going to email the password using the email address on file. my app is using the zend framework, and i am following this config $smtpServer = 'mail.mtmphp.x10hosting.com'; $username =...
  8. M

    2 questions

    hello. i opened a free account on x10hosting to test a proof-of-concept for my webapp and now i need to upload mysql database .i understand free accounts do not have remote mysql access, so my challenge right now is how to upload mysql db from localhost to starka at x10hosting. it is important...
  9. M

    works on localhost, but errors on x10hosting

    yes you are correct. on my localhost i was using a different root in javascript , other than ieademo : sendRequest('/ieademo/htdocs/process.php? ') etc .. is there a property in javascript that can detect under which context root the app is deployed ? so in this case it would return 'ieademo'...
  10. M

    works on localhost, but errors on x10hosting

    hello everyone. i am trying to post a demo page for my pet app. http://mtmphp.x10hosting.com/ieademo/htdocs/registration.html it is using php, ajax and javascript. on my home computer i debugged and deployed using zend environment. in order to show it to others, i opened a free acct on x10...
  11. M

    AWstats with free hosting

    hello. i wanted to look into the easiest way to track visitors to my website: username, ip address, timestamp. on searching the 'free hosting' i found a thread on this topic. someone recommended AWstats. but another user said it was not available with the free hosting package. finally the...
Top