Jump to content

Developing a social networking website called hamroworld...


Recommended Posts

well,i am doing it with mysql.I have almost developed it but how do i get people who will be the member?Can all the helionet members join it .And also i have completed this portions:

 

1.Messaging System

2.Friends

3.Profiles with personal urls

4.Comments like in myspace

5.Polls where you can create your own polls

etc..

 

I choosed hamroworld.com for my website's domain .Is it cool well its means ourworld with hamro referring our.

 

Isn't it a cool name

 

SO,hamroworld.com

 

And plz i want to use remote mysql that connects with database here in sauravrawals.co.cc which is hosted here

 

when i tried to connect here this message....

 

 

 

 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'xxxxxx'@'h34-157-86-74.sl-alpha.reverse.dnshostname.net' (using password: NO) in /home/hamrow/public_html/test2.php on line 11

 

 

here is my code

<?php

function connect_db() {
 global $link;
 
$host = 'sauravrawals.co.cc';  
$user = 'rawal_rawal';
$pass = 'rawal';
$dbname = 'rawal_xsite; 
 
  $link = mysql_connect($host, $username, $password)
    or die ("Could not connect to database");
 return $link; 
}
 
?>
<?php if (!isset($link))
 
connect_db();

@mysql_select_db ($dbname)
    or die ("Could not select database"); 
 




?>

 

 

Link to comment
Share on other sites

  • 4 weeks later...
well,i am doing it with mysql.I have almost developed it but how do i get people who will be the member?Can all the helionet members join it .And also i have completed this portions:

 

1.Messaging System

2.Friends

3.Profiles with personal urls

4.Comments like in myspace

5.Polls where you can create your own polls

etc..

 

I choosed hamroworld.com for my website's domain .Is it cool well its means ourworld with hamro referring our.

 

Isn't it a cool name

 

SO,hamroworld.com

 

And plz i want to use remote mysql that connects with database here in sauravrawals.co.cc which is hosted here

 

when i tried to connect here this message....

 

 

 

 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'xxxxxx'@'h34-157-86-74.sl-alpha.reverse.dnshostname.net' (using password: NO) in /home/hamrow/public_html/test2.php on line 11

 

 

here is my code

<?php

function connect_db() {
 global $link;
 
$host = 'sauravrawals.co.cc';  
$user = 'rawal_rawal';
$pass = 'rawal';
$dbname = 'rawal_xsite; 
 
  $link = mysql_connect($host, $username, $password)
    or die ("Could not connect to database");
 return $link; 
}
 
?>
<?php if (!isset($link))
 
connect_db();

@mysql_select_db ($dbname)
    or die ("Could not select database"); 
 




?>

 

hello, i'm not a pro , just a novice in programming things, but i think the problem is that your DB request was refused is that the information you put are wrong, may be, if the database is hosted on helionet, you had to put your helio host connection information.

 

i just took a look at your site, its looks great, but one thing, you didn't have to put online unless it is completly functionnal !!!.

 

if you need advices on communication and advertising, just contact me ,

 

R.A

Link to comment
Share on other sites

Your connection details may be wrong.

 

Also, I think your site has a iframe attack on it. Avast found it.

 

 

I really want to know what sort of iframe attack is that??????????.Plz help me here ,i am not a good web designer.

And this site is just for testing and i still have to work a lot on this project.You may consider this site to be 5% complete.

 

 

well,i am doing it with mysql.I have almost developed it but how do i get people who will be the member?Can all the helionet members join it .And also i have completed this portions:

 

1.Messaging System

2.Friends

3.Profiles with personal urls

4.Comments like in myspace

5.Polls where you can create your own polls

etc..

 

I choosed hamroworld.com for my website's domain .Is it cool well its means ourworld with hamro referring our.

 

Isn't it a cool name

 

SO,hamroworld.com

 

And plz i want to use remote mysql that connects with database here in sauravrawals.co.cc which is hosted here

 

when i tried to connect here this message....

 

 

 

 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'xxxxxx'@'h34-157-86-74.sl-alpha.reverse.dnshostname.net' (using password: NO) in /home/hamrow/public_html/test2.php on line 11

 

 

here is my code

<?php

function connect_db() {
 global $link;
 
$host = 'sauravrawals.co.cc';  
$user = 'rawal_rawal';
$pass = 'rawal';
$dbname = 'rawal_xsite; 
 
  $link = mysql_connect($host, $username, $password)
    or die ("Could not connect to database");
 return $link; 
}
 
?>
<?php if (!isset($link))
 
connect_db();

@mysql_select_db ($dbname)
    or die ("Could not select database"); 
 




?>

 

hello, i'm not a pro , just a novice in programming things, but i think the problem is that your DB request was refused is that the information you put are wrong, may be, if the database is hosted on helionet, you had to put your helio host connection information.

 

i just took a look at your site, its looks great, but one thing, you didn't have to put online unless it is completly functionnal !!!.

 

if you need advices on communication and advertising, just contact me ,

 

R.A

 

 

I know this site should not be online before complete development.

I don't know how this design is great because i am going to replace this as it is a poor and old design.I also want to know how i can get the traffic enough to run a social site?????

 

Anyway thanks !

Link to comment
Share on other sites

  • 4 weeks later...

First of, you should look over security. If that is indeed you password many malicious users may put your world upsides down.

 

I will not worry of an iFrame vuln. I am sure your site is full of XSS/CSRF vulnerabilities.

Disable the sing up form until everything is proofread and checked for vulns/errors.

 

You got 16 Errors and 17 warning with the w3c validator. Your result with more details.

 

[bleeped!] it, sorry for necro :(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...