Search results

  1. olliepop

    Social Networking

    Ok, this is the site me and my friends created. TribalCorp Network is not the permanent name, just the name for developing... like a test server. We are soon going to continue development of the site and use x10 to buy another hosting package for the site ;) (tribalcorp.net is our company...
  2. olliepop

    GoDaddy $1.19 Domains

    You guys are better.
  3. olliepop

    World of Warcraft

    Aren't they RP servers? I play Frostmane and Blackrock. PVP ftw.
  4. olliepop

    Dwarf Fortress [PC/Mac]

    Sounds sweet. But the website is ****. Please make it web 2.0 ty
  5. olliepop

    Sands of Power

    Sands of Power Sands of Power Create your capitol. Expand the village. Build an army. Conquer. Conquer, or be Conquered™ Sands of Power is a brand new BROWSER-BASED MMO Strategy game! Build up your town. Conquer new ones, with your military. Its like Travian and Tribal Wars... only...
  6. olliepop

    MySQL MASS insert

    Hi, how would i insert a file with a format like this: directly into the database? The table i need to insert this MASSIVE file into has four columns, represented by each number in the file. How would i do it without the painful INSERT INTO table_name (column1, column2, column3,...)...
  7. olliepop

    Credits

    Where do we use our credits? I can't find anywhere to use them now. I'm pretty sure we used to be able to use them on domain names etc.
  8. olliepop

    [!!] Gathering MMORPG programing team [!!]

    Hi, I have developed many PHP MySQL js games over the past year and now i am ready to create the mother of them all. This game will be freelanced, meaning no specific stroy-line. The game will be 2d, and will possibly be commercial (subscription fee's or premium currency) It will be...
  9. olliepop

    PHP - MySQL

    You were absolutely right! Does anybody know what i can do to rectify this problem? Or should i just do it the old fashioned way? if($_POST['1']=="" || $_POST['1']==NULL) { QUERY HERE } elseif(...) { ... } Oh god that will painful.
  10. olliepop

    PHP - MySQL

    Thanks! But unfortunately it didn't help.. I wonder if that, when you enter only a value to insert into a new row, but the table has more than columns than values you entered, it won't create.. For example: There are two columns, id and name. Then you enter only one value, 10, to insert into a...
  11. olliepop

    PHP - MySQL

    There are no errors, everything runs fine. The only problem is that when it comes to adding the information into the database the information isn't actually inserted. I can't seem to find out whats wrong.. its so weird! Ok, the .php file is http://www.olliepop.x10hosting.com/mmo/add_db.php...
  12. olliepop

    PHP - MySQL

    Hi, i am very experienced with PHP and MySQL. I am not a newb or anything, but with this script i seriously do not know what's wrong! Here is the entire page code, except for of course the mysql db name, username and password. Click here for the CODE of the page Please help me with this! I...
  13. olliepop

    Data Error.

    Your right, it is the file manager. To work around it i'm just going to use the v2 version [right click, new tab to open]. Is it possible to fix?
  14. olliepop

    Data Error.

    public_html, ill give it another try and see what happens. --- EDIT: Yeh, the folder exists but nothings in it anymore. ---
  15. olliepop

    Data Error.

    Hi, after uploading a .swf file and an .html file named Login.html and Login.swf, i went back into my file manager and it said Data Error. Instead of listing all the files and directories it just says "Data Error." Note that this is only for the public_html directory, everything else shows up...
  16. olliepop

    [Game Programming] Highlander

    Hi. I can help with programming, is it c++?
  17. olliepop

    Actionscript Help!

    Hey, i've been working on an MMORPG based in flash, and for some stupid reason this script which is meant to send POST data to a PHP webpage [for testing] isn't working! This is the code: on (click) { var login_Form = new LoadVars(); login_Form.Pass = txtPass.text; login_Form.User =...
Top