Search results

  1. B

    Do I have Cron?

    Do I have 'cron' on my server? I am trying to put a time delay on an email response and have heard on linux (as I am) there should be 'cron' on my server. But I am currently unable to locate it there - can you direct me to it or is there a better way of achieving this?
  2. B

    How do I protect my form in php??

    Yes. . . I have created a form in HTML that once submitted is sent to a php page where it is then sent onto me> my question is how to protect from spammers that can get hold of the recipient email address. Any good tips or effective coding would be great.
  3. B

    change submit button for image

    I'm more than a little stuck with this but I'm sure someone can help- I have a form that is posted to a php page on submitting. I want to change the standard submit button to something more customised - like an image that I have created. Here's the code that I have for this. Currently the...
  4. B

    Trouble removing application

    I tried to remove the phpcoin application. I did so by going to the fantversion (as I have in the past) and removing it from there. However it didn't recognise that it was already installed on my server so I removed the files manually but I still have the database in my phpmyadmin which I cannot...
  5. B

    php form

    I want to put one to you that is probably glaringly obvious but bear with me. I have a simple form where users post a comment submitting their name and email address. But I can't get any of the variables to show up in the message - can anyone tell me why? ? - I'm new to it all so be gentle> lol...
  6. B

    secret forward

    I have a section where users can send a link to a friend but I don't know how to forward that info onto myself so that they cannot see it (using BCC I believe). This is part of what I have (below) but of course it doesn't do what I want. Can someone feed me the missing link or advise me on what...
  7. B

    sizing scroll box

    I've used this scroll feature http://www.jsmadeeasy.com/javascript...x/template.htm but in some browsers such as safari the box is considerably bigger. Does anyone out there know how I can proportion it to be the same in all?
  8. B

    flash proportions

    I'm trying to make a flash file in my page proportional - how can I do it? What in this code could I change to proportion the file? I've tried a variety of combinations without success. Thanks to anyone. <script type="text/javascript"> AC_FL_RunContent(...
  9. B

    transferring dynamic data

    I'm looking to send data to another region of the page. To be more exact I would like that when an image is clicked the id of that image will be sent to a separate region of the same screen and later (with other information) will be sent on to me so that I can identify which image the user...
  10. B

    IE flash flunk

    I've got a site which I want solely based on one page all content is activated through regular images which prompt a flash animation. Looks ok in firefox and safari but IE does not load it - I am aware of the problems with active content & IE but the flash file is quite bulky (2.4MB) so...
  11. B

    flash on flash

    Anyway to run a flash animation on top of another? What I want to do is run scroll text along the bottom - the problem is that the animation jumps to various frames but I want the scroll text to be continuous with the main animation in the background. Any tips??
  12. B

    upload in actionscipt 3.0

    I seem to be quite a regular.lol. The latest is I am creating a file upload feature in actionscript 3.0 - I have found a great actionscript 2.0 flash file but it obviously won't work in version 3.0. Anyone got anything in actionscript 3.0 they can share to resolve this one or have any...
  13. B

    above frame 10

    I have an animation that is triggered outside of flash. I want certain images (outside of flash) to trigger certain frames but currently can only get it to jump to frames below 10 for some reason. If anyone can tell me why and how I get around this I will be truly grateful. And please be gentle...
  14. B

    Replacing default text

    hope everyone is well. . . a relatively simple one here possibly: I am looking to replace the default text that users enter in an input box using flash. This is what I have found whilst sniffing around but cannot make any of it work of course - sorry I have a long way to catch up. var...
  15. B

    a content code needs manipulating

    Ok this is something I found that I think can help me with changing content. Does anyone know how I could change the menu bar at the bottom to images rather than to just "Page 1", etc so that the image fits there nicely? slider.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  16. B

    activating flash outside of flash

    wondering if there is anyway to activate a flash animation with a regular image (outside of flash) so that when you press on the image the animation will begin?
  17. B

    No access to AccountLab Plus

    sorry to be posting so much but there seem to be lots of questions I have. I recently put the AccountLab Plus onto my server but when I attempted to access the admin for it I was presented with a screen telling me that a Zend Optimizer wasn't installed but I could download one for free. I did so...
  18. B

    adding another domain

    how do I register a new domain? . . I already have one on this account but would like to add another/ cheers
  19. B

    Iframes browser support

    I thought I once heard that some browsers don't support iframes - does any one know which?
  20. B

    Mouse behaviours

    Just trying to get some images reacting the way I want in dreamweaver but cant seem to hit it. <td height="50%"><a href="#" onmousedown="MM_swapImage('Image1','','phase3.jpg',1)" onmouseover="MM_swapImage('Image1','','Images/phase2.jpg',1)"><img src="Images/phase1.jpg" name="Image1"...
Top