• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Search results

  1. K

    Help finding password script

    I am unable to login
  2. K

    Proxy Script?

    Does it require PHP or is HTML fine?
  3. K

    Some Javascript help (PHP generates)

    Hello there, Please tell us what's happening when the script runs.
  4. K

    Help finding password script

    cyberkit.com? cyberkit.net? cyberkit.org?
  5. K

    Help finding password script

    Does your server support PHP?
  6. K

    cgi peal help

    At least we found out why it doesn't work... the page has been removed ;)
  7. K

    Need GFx designers

    Hello there, Is this paid or free work if I may ask?
  8. K

    cheap hosting?

    What kind of site are you going to host that needs all that space?
  9. K

    cgi peal help

    I get a http 404 error
  10. K

    ne help look here for deatils

    Add a new field to the user table called verified and make it a SMALLINT. Or use rand to create a random number and add a string and add it to a field called authcode. Use the mail function to send an email: mail($email,$_GET['name']; - Account",$_GET['name']...
  11. K

    Help!

    You can try running a PHP server on your own PC, but it's recommended you upload it remotely. Ask these forums for a free or paid webhost with PHP support.
  12. K

    Help finding password script

    Yes, that will help
  13. K

    Help finding password script

    http://ihatebess.netfreehost.com/ seems to be the forum URL It seems to be hosted on another place, so there's nothing we can do to help him as of now I think
  14. K

    Bandwidth Limit

    Although I have no experience with it, I think mod_bandwidth may be an option. "Mod_bandwidth" (mod bandwidth) is a module for the Apache webserver that enable the setting of server-wide or per connection bandwidth limits, based on the directory, size of files and remote IP/domain. To...
  15. K

    Help finding password script

    Contact me directly, and I'm sure we can work something out
  16. K

    PHP Help

    You're welcome! If you ever need PHP help again, feel free to contact me directly :)
  17. K

    PHP Help

    This is a working example. bannnnwwe.jpg is here the full filename with the extension, and will print out ban and 3 random numbers, and .jpg in this case. I have tested it, and it works. $name = "bannnnwwe.jpg"; $number2 = substr($name, 0, 4) .rand(0,1000) .substr($name,-4,4)...
  18. K

    copy to clipboard

    I have not tested this, so I can't guarantee it will work, but here is some code I found: <script type="text/javascript"> function CopyToClipboard() { document.Form1.txtArea.focus(); document.Form1.txtArea.select(); CopiedTxt = document.selection.createRange()...
  19. K

    i am looking for a person who is good at mysql

    You're welcome. Everyone can make mistakes :)
  20. K

    PHP developer needs a small site with PHP5 support

    Could you define those "lame rules" for me please?
Back
Top