Search results

  1. G

    Problem with $_POST in PHP

    Hello, I faced a problem while trying to use the $_POST command in PHP. Whenever I am trying to receive a string which contains any of the characters ', ", \, the output character is accompanied by a \ character. <?php $mystring=$_POST["mystring"]; echo $mystring; ?> Input: He's known as...
  2. G

    Need help with "background-color" property in CSS

    I have created an HTML page ( http://sociallizze.in/debojyotighosh/projects/isn/test.html ) <!DOCTYPE html> <html> <head> <title>Indian Soccer Net</title> <meta /> <meta /> <link href="http://x10hosting.com/forums/images/favicon.png" rel="icon"/> <link...
  3. G

    Patch to overcome 4 players limit in NFS: MW over LAN

    I am searching for some sort of a patch to overcome the maximum limit of 4 players in a single game of Need For Speed: Most Wanted over LAN. Can someone help me? Thanks in advance.. :)
  4. G

    Activating addon domain for forum

    Hello, My main domain name is www.sociallizze.in. Yesterday, I created a forum named 'Digital Designers' at www.sociallizze.in/dd. Then I created an addon domain www.digitaldesigners.tk for the address www.sociallizze.in/dd. I was expecting that my forum's address would automatically become...
  5. G

    Can I upload PDFs of college question papers?

    Hello, I am a college student from India. I am thinking of creating a sort-of-social-network-website for my college. I also want to make it useful in more ways than one; one of them is being able to download previous years' question papers. My question is: can I upload the PDFs of the question...
  6. G

    Host website on ethical hacking

    Hello everyone, I want to create a website which provides information on ethical hacking and about books related to it. It will also explain everything one needs to know to successfully pass the CEH exam ( Certified Ethical Hacker ). Can someone please tell me where I can host such a site...
  7. G

    Website contents

    Hello, I have a question regarding the contents of my website hosted with you. I want to create a website which provides information on ethical hacking and books related to it. It will also explain everything one needs to know to successfully pass the CEH exam ( Certified Ethical Hacker ). Of...
  8. G

    Problem with "status updates"

    Hello, I have created a PHP code for status updates of members of my site. It's running perfectly in my computer (localhost; WAMP). But it's not working when I am uploading it in my x10hosting account. The code is as follows: <?php $pm_ops1 =...
  9. G

    Social networking site script/ software

    Hello, I am looking for a social networking site script that I can use to create a Facebook like website. The script should be Free and Open Source. I have used the following scripts: Buddypress - This was the best of the lot. With just a single problem; it is terribly SLOW!! Jcow - Not bad...
  10. G

    Problem with implementing forms in PHP while loop

    I am trying to create automatic delete buttons for every post in my site. For that, I am using the following line of code inside a while loop. It prints every post stored in the database along with a "Delete post" button. echo($getStat['statusUpdate']." (<font face='verdana' size=2px>...
  11. G

    Add friend script

    Hello everyone, I want to introduce the concept of "adding friends" in my website. But I am not sure about how to start. That is, how I should design the SQL table, algorithm, etc... Only "friends" will have certain privileges (like posting comments, receiving updates, etc). Please note that...
  12. G

    Custom Error 404 page

    Hello, I have created my custom error 404 page and have correctly uploaded it to my website. But whenever I visit some nonexistent page in my site, all I see is a page belonging to X10hosting and filled with their ads. :confused: What should I do to see my own error 404 page? My website's...
  13. G

    "Status updates"

    I am planning to introduce Facebook/ Orkut/ Twitter like "status update" feature to the members of my website. But I am not sure about where and how to store the data posted by the users (i.e., the contents of the "status"). Can someone please suggest a way? Note that I would also like to...
  14. G

    Cannot use FTP

    Everytime I try to login my FTP client (Filezilla), the following messages are displayed - Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Error: Could not connect to server Needless to say that the connection fails. By the...
  15. G

    Redirect domain-name.com to www.domain-name.com

    How shall I redirect my naked domain ( domain-name.com for instance ) to its www counterpart ( www.domain-name.com ) ? I used the redirect option in the cPanel, but I did not get the desired result. Instead I received an error stating that the source and destination were same (something like...
  16. G

    Create Textarea

    I want to create a text box having multiple number of rows which would accept multi-line input from a user. Apparently, the HTML tag <textarea> seems to be a likely solution. But there is a problem with it. The textbox created by using textarea has a sort of bug or something, due to which a...
  17. G

    Build a Chat option

    How can I create a chat system (like those of Facebook and Orkut) for my website? And what are the programming languages that I will need? I would also love to know about any related open source script. Any prod in the direction are welcome. P.S. My site is based on PHP.
  18. G

    "Default Web Page" and "69.175.120.122" in A record of DNS

    Whenever I am visiting my website (sociallizze.in), a white page turns up with the words "Default Web Page". I have been suffering from this issue for the past couple of hours. I also opened my DNS settings page and there I found an "A record" whose details are given below:: Name...
  19. G

    Query regarding site content

    Before starting my new website, I would like to get a few things clarified by you. I wish to provide links to download eBooks, software and tutorials for free in my site. These are related to: * Ethical Hacking * Programming * Love-making guides * Dating manuals Am I allowed to do this...
Top