Jump to content

sauravrawal

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by sauravrawal

  1. You can do that at your cpanel. Just look for the link that says Redirects.

     

    It should write something like this into your htaccess file:

     

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^hamroworld.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.hamroworld.com$
    RewriteRule ^mypage$ "http\:\/\/profile\.php\?profile\=mypage" [R=301,L]

    Thanks but i want to rewrite hamroworld.com/anyvariable

    to hamroword.com/profile.php?profile=anyvariable

     

    It is not only 'mypage'

    I waiting for your help again

  2. 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 !

  3. 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"); 
     
    
    
    
    
    ?>

     

     

  4. hi, you can use the following php scripts for your need:

    <?php
    if(isset($_POST['submit'])){
    /insert MYSQL INSERT command here in a particular database's table}
    else{
    //insert html form  here with method='post'
    }
    ?>

    And ,make a page that connects to mysql and extracts the table and echo the data and you are ready to view your comments on your website!

    This is just a example if you need real working page wait............i will be back soon..

  5. Hey ,I am not sure why his site will get a poor rank i suggest him because other site may possible make his site available in google or other search engine if you are unsure search "sauravrawal" on google which is top on google and will get www.softdrops.co.cc as a result but my current site is www.sauravrawals.co.cc which may not be on the list though accessed more than the old one.Got it!If u r still unsure visit both site !

  6. But going to this link and gainig about 7 points its easy,they say but look yourself:

     

    http://www.freedomainsbox.com/signup.php?rid=3cbf

     

    Completing offers is stupid. You could make $10 for a domain easily within a couple days on cashcrate. You don't have to complete the offers, you just have to fill out surveys. Click the link in my signature to sign up.

     

    Also, completing offers usually has you signing up for a subscription service that charges $2 a week or something like that.

    Hey moko ,there's no way of getting a free Top leveldomain,neither from cashcrate nor others.These things should be clear to whole world but you may get one registered having 400 posts on helionet as mentioned.All thing is that you have to pay something to get something .When you complete offers the site like cashcrate may earn about $100 and will provide you $1 in comp.Best of luck!

  7. you can do something like this also:

    <?php

    if(isset($_REQUEST['page'])){

    //use your own pages or you may echo dynamic content here as well

    if($_REQUEST['page']=="aboutus"}

    include("aboutus.html");

    }else{

    //you may use html here

     

     

    echo "<a href=\"index.php?page=aboutus\">Aboutus</a>";}

    ?>

     

     

    if this works or not,reply

     

    if(isset($_REQUEST['page'])){
    //use your own pages or you may echo dynamic content here as well
    if($_REQUEST['page']=="aboutus"}
    include("aboutus.html");
    }else{
    //you may use html here
    
    
    echo "<a href=\"index.php?page=aboutus\">Aboutus</a>";}

    #save this page as index.php or else with ext .php

×
×
  • Create New...