Jump to content

gs

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Posts posted by gs

  1. Hello everyone, Im currently selling a Small Online Text-Based MULTIPLAYER RPG GAME

    I have made it using PHP/MySql and it is currently being hosted on a free-website-host. I have just finished coding the begging part of the game, and I am running out of time to work on this website, so I am putting it up for sale, I am willing to sell the website at its current state.

     

    Things to Know:

     

    • It has been coded using PHP/MySql
    • Its hosted by a FREE WEB HOST
    • Pictures were not all made by me
    • There are currently NO ADS on it right now, but you can easily add them if you purchase the site.
    • It has not even been completly finished, but already has SOME players

     

    If you wish to buy, I will give you the following:

     

    Acess to the account on the free webhosting site (Contains all the files that the site runs of)

    Acess to all of the MySql Databases, also run on FREE MySql sites

     

    Here is the site at its current state: http://www.gobisland.co.nr

     

    The name is Gob-Island, and minor details like that can easily be changed.

     

    Features:

     

    Currency (Gob-Gold)

    Private Messaging

    Shop Items

    Games that can be played to earn Gob-Gold

    Some more stuff too.

     

    All runs of PHP/MySql and when you buy, you will gain access to all of the free webhosting accounts that hold files/mysql databases.

     

     

    ---------

    Payment Methods

    ---------

     

    1.) The prefered payment method is through PayPal, if you wish to purchase this site, please read thuorgh this post carefully so you understand everything, and then contact me at:

     

    ganswish@gmail.com

     

     

    Thanks

    (Email me if you need more info)

     

  2. Hi, I really need some help with this, Ive been trying to figure it out for such a long time!

     

    Ok, I want this to connect to the database, and then insert info into the table, which I already have created. Here is the exact script:

     

    <?php

     

    $username = $_COOKIE['ID_my_site'];

    $msg = $_POST['message'];

    $to = $_POST['to'];

     

     

    mysql_connect("freshsql.com","username","password")or die("SQL Error".mysql_error());;

    mysql_select_db("data1")or die("SQL Error".mysql_error());;

     

    $query="INSERT INTO messages(username,from,message) VALUES('$to',$username','$msg')";

    mysql_query($query)or die("SQL Error".mysql_error());

     

     

    ?>

     

    It keeps returning an error:

     

    "SQL ErrorYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''messages'(username,from,message) VALUES('gs',gs','gsaafd')' at line 1"

     

    Please help! I cannot figure this out, Thanks

    -GS

     

     

    EDIT:

    Use meaningful topic subject names and post in the correct forum.

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.