Search results

  1. G

    Problem with "status updates"

    It worked. Thanks a lot! What does this mean? May I change the table's name to "status_table"? Thanks for the advice. But, unfortunately (for me), I am not familiar with MySQLi or PDO. :( ---------- Post added at 06:47 AM ---------- Previous post was at 06:43 AM ---------- By the way, I...
  2. G

    Add friend script

    I did not understand this part: What do you mean by "primary index on the combination"? Thanks for your inputs, by the way. ---------- Post added at 06:19 PM ---------- Previous post was at 06:17 PM ---------- I shall be using Ajax after having constructed a basic version of my website...
  3. G

    Free Premium Quality WordPress Themes

    I assume that your website is www.magetemplates.com. I wanted to know whether it's hosted in x10hosting. Feel free not to answer! ;) ---------- Post added at 06:12 PM ---------- Previous post was at 06:05 PM ---------- By the way, you've got a broken link in your footer. Replace <a...
  4. 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 =...
  5. G

    Add friend script

    No, I am not a novice. I have been coding in PHP for the past 8 months. And I am quite familiar with MySQL and interfacing with databases. Actually, I am trying to create a social networking site of my own from scratch; like Facebook or Twitter. And I wanted know about designing the friends...
  6. G

    Social Engine 4 installing problem

    Buddypress is terribly slow. Even without plugins. My own custom site, which was running in a separate directory in the same account, was much faster (read "normal speed").
  7. 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...
  8. G

    Problem with implementing forms in PHP while loop

    Yup, I missed the </form> part. It's now working. :) Pretty stupid of me! lol ---------- Post added at 04:12 AM ---------- Previous post was at 04:11 AM ---------- I am not using any software; I am developing my website from scratch. It gives me all the options/ controls I want...
  9. G

    elgg

    It's displaying an error 404 page.
  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

    "Status updates"

    Thanks for your help. I have successfully managed to enable status updates in my site. :)
  12. 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...
  13. G

    "Status updates"

    I am still waiting for a reply.... Anyone there?? Help is urgently required!! :(
  14. 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...
  15. G

    how to put links on right and left side of page

    Using CSS, create 2 columns in the left and right sections of your page (also known as left and right 'sidebars'). Put your links in those sidebars. Hope that helps. :)
  16. 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...
  17. 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...
  18. G

    PHP Login

    Sorry for interrupting, but will someone give me a brief info on this "PDO" thingy? What is it? And what it is used for..?
  19. 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...
Top