Search results

  1. B

    screen proportion flash

    I've tried to find out about this unsuccessfully a few times before but am hopeful that someone special can provide the answer. - I just want to proportion flash to the screen resolution and if the window is minimized. I have tried using percentages for the parameters and putting it into a...
  2. B

    Lotus Server is ALWAYS going down

    Guys I have a big respect for what you're doing but these servers really need to be sorted out - I don't think that it is unfair to say that they are regularly going down and any serious web developer just cannot take it at this level I know I can't. _regards
  3. B

    changing proportions for screen resolution

    I would like to change the proportion of a flash file because with different screen resolutions the file doesn't fit within the area I have given it. Can anyone help?
  4. B

    sandbox violation

    I have a php page referenced to send an email from a flash movie (using actionscript 3.0). But for some reason that I cannot find when submitting the details the following message pops up: Anyway to beat this and get this working as it should be? _thanks all
  5. B

    transferring an account

    Can you tell me the process for transferring a domain name account (not just redirecting) from another host to X10.
  6. B

    retrieving the file upload name

    I have a upload feature run through an actionscript interface. It runs the following php script: <?PHP $target_path = $_REQUEST[ 'path' ]; $target_path = $target_path . basename( $_FILES[ 'Filedata' ][ 'name' ] ); if ( move_uploaded_file( $_FILES[ 'Filedata' ][ 'tmp_name' ]...
  7. B

    no cPanel access

    my username is bungle Not sure why I cannot access either cPanel or my server from elsewhere. Please help!! thanks
  8. B

    php in explorer

    This code doesn't work in Internet Explorer (all others seemingly perfect) for some reason - it attempts to keep some checkboxes in the state they were submitted on the previous page. <?php // Tick boxes if user has ticked them if($_POST['A1'] == 1) { $img_A1 = "Images/chkbox_ticked.png"...
  9. B

    Php database

    Below is a script I'm using to retrieve a record from a mySQL database and then use it to send a message to. I'm having some trouble however with putting the retrieved table entry into email part of the code. <?php //Change these $db = 'my_database'; $user = 'my_user'; $password =...
  10. B

    cannot connect

    I currently cannot connect to my files via an ftp and it is coinciding with a strange pop-up message that is saying: the choices are: local server or another machine. I have tried both but the message just keeps coming up. I am writing this quickly before it comes up again and causes the...
  11. B

    send email using db data

    I have created a database which records user data (name & email). I want to delay an automated email to the user so I have been advised to use cron jobs (in cPanel). It needs to process a script but the script must specify that it can only send those emails three days after being inserted into...
  12. B

    delayed cron email

    I am reopening this discussion http://forums.x10hosting.com/free-hosting/85336-cron-job-commands.html after being advised that I need to create a php script to retrieve inserted information from my database to send emails. From there I will use a cron job to regularly send them. Does anyone...
  13. B

    cron job commands

    what is the technique for inputting a script or command as a cron job? I have a database table which I want to use to send emails.
  14. B

    When is mySQL going to be up again?

    I understand that you are working on deleting old, unused databases to free up more space for mySQL but any idea when they will be back? - particularly for absolut? - it's been down all day and I haven't seen any reference to when it will be back. _thanks
  15. B

    no scroll

    I put an overflow-y into my css to prevent unnecessary scrolling but it only registered in firefox (3.0). Anyone know how to stop it in all browsers?
  16. B

    Change php settings

    Sorry if this isn't the right place to post.. I am trying to change my php settings as I believe the max_file upload is set too high and is not limiting user uploads as I have specified in my php script. However I only know how to view the settings not change them . . anyone know?
  17. B

    DW error message

    I don't know if anyone knows what is going on with my database but when I try to insert a record in dreamweaver so that user entries will be entered into my database I get the following error message: I can't say I understand why or what I should do as my database is connected to mySQL...
  18. B

    Unique php page

    Can anyone tell me how to make a unique php page so that when someone submits information they are directed to a unique page and therefore cannot skip that by entering the URL into the URL address bar/ like this: http://forums.x10hosting.com/search.php?searchid=619273
  19. B

    OnSetBlur + Focus in AS 3.0.

    Does someone know how to produce onSetFocus and onSetBlur in actionscript 3.0. . . I'm a little confused as to how to use it and want to have some default text in an input box when it isn't focused. thanks
  20. B

    Image checkbox

    Is it possible to substitute a checkbox for an image so that I can post user selections to myself? If so can anyone suggest how..? I've used input type='image' value='Submit' to make an image a submit button so I am hoping I can do something similar with the checkbox. Indebted
Top