Search results

  1. VPmase

    simple php help

    You have to name it "index.php" then upload it your website.
  2. VPmase

    Div style troubles!

    Do you have any other CSS for divs or "layer3"? Like div{} or .layer3{}
  3. VPmase

    flash dilemma

    What is it you're trying to do? Are you trying to calculate something while running an animation? Is the animation a separate movieclip or is it the root. *Moved to Off Topic*
  4. VPmase

    Quick php question

    You don't need to have the last two brackets at the bottom of your script. The { and } at the bottom are useless.
  5. VPmase

    What PHP

    Moved to Scripts and 3rd Party Apps forum.
  6. VPmase

    Animated PHP and GD image?

    The only way you can make an animated-like image with GD/PHP is to create multiple images and use javascript to cycle through them.
  7. VPmase

    imagecreate errors

    You could use imagecreatetruecolor()
  8. VPmase

    PHP Dynamic Image Script error.

    The error is probably in the part where you create the image.
  9. VPmase

    Cursed HTML code?

    We can't help you if you don't share the code with us and give more details...
  10. VPmase

    Advanced JavaScript for Reputation

    You are gonna want to use AJAX if you want that done quickly and quietly. If I had time I would make a demo script for you but as of now I'm really busy. http://www.w3schools.com/ajax/
  11. VPmase

    Interesting "CMS" Not Mentioned

    Seems kinda cool. I wonder how secure and functional it is.
  12. VPmase

    Joomla Users

    If you can get/make a script that adds the users to the Google database, merge that script and the script that adds the users to your Joomla DB together.
  13. VPmase

    Need help with joomla problem!

    What web browser are you using? Nothing wrong is happening for me.
  14. VPmase

    Simple AJAX help

    The reason why it won't fetch URLS is because most of them don't echo or print anything so there really isn't a responseText variable.
  15. VPmase

    Free Domain(Read This)

    It will work equally with the amount of credit cards you have/can use.
  16. VPmase

    php , jsp , asp?

    A lot of people use PHP and there are a lot of ways you can make a secure site like using the simple strip_tags() function or using the preg_match() fuction. My site is coding in PHP but I use a lot of Javascript checking and Ajax for security.
  17. VPmase

    Wierd Error In Dreamweaver. :(

    What do you mean by that? Do you open a PHP file and its blank? Or do you make a PHP file and its blank?
  18. VPmase

    What's wrong with this?

    Ok well if you only changed that one line of code for the first function, have you tried just calling getBandidthUsed() by its self and seeing what happens? Aka do a little debugging :P
  19. VPmase

    What's wrong with this?

    Can I see the "getBandwidthUsed()" function code? That's probably where the problem is.
  20. VPmase

    PHP security

    Do a lot of preg_matches to check for any malicious inputs is one.
Top