Recent content by bioshock

  1. bioshock

    jquery help

    hello i am new to jquery . i have a contact from in the website on right side when a user submits from a message box should pop up for successful submission. but its not showing up although the submission is working i mean i get the mail here is the website the right side contact box...
  2. bioshock

    my site is not working internal server error

    My website : http://hostingfreak.pcriot.com is not working internal server error at every page i visit. There is no .htaccess file on my so i guess its not a problem of .htaccess
  3. bioshock

    help me with ajax

    why this javascript doesn't work. Just shows an empty dialog box the pkg.html retruns some plain text function get_data(url) { var http = new XMLHttpRequest() ; var result = ""; http.open("GET", url, true); http.setRequestHeader("Connection", "close"); http.onreadystatechange = function()...
  4. bioshock

    help me with url rewriting

    yes i was looking for internal redirect thanks misson would you please explain how it works i mean the syntax what the $ sign for
  5. bioshock

    help me with url rewriting

    i need to redirect images named with punk.png to document_root/punk.png for better explanation a url of the image is http://www.example.com/subdir/subdir/punk.png it should redirect to http://www.example.com/punk.png i have done something but didn't work . RewriteEngine on RewriteRule...
  6. bioshock

    Algorthom for lottery draw

    does anybody know any algorithom that will chose k numbers form n numbers where k<n(random) i want to create a lottery drawing system
  7. bioshock

    500 Internal Server Error

    thanks nccair now its usable. switiching to clean url will distroy all my backlink due to creation of duplicate content not good for seo i wish this will be fixed soon
  8. bioshock

    500 Internal Server Error

    uncommenting rewritebase / doesn't work for me please help
  9. bioshock

    500 Internal Server Error

    still facing the problem any staff member please help
  10. bioshock

    500 Internal Server Error

    so how do i fix it
  11. bioshock

    500 Internal Server Error

    i am using drupal and installed in public_html will there be any security problem if i give 755 permision to all the php script ??
  12. bioshock

    500 Internal Server Error

    hey i can't open my site Internal Server Error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, support@x10hosting.com and inform them of the time the error occurred, and...
  13. bioshock

    What is your prefered programming language?

    l love php, currently learning c though
  14. bioshock

    Problem on my Drupal site

    thanks for quick reply. i have uninstalled some modules and it seems the problem is gone thanks.:biggrin: by the way is there any way i can see total memory usage??
  15. bioshock

    Problem on my Drupal site

    Beforethe server move my site was fine now often i get error like this Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 135473 bytes) in /home/bioshock/public_html/includes/menu.inc on line 965
Top