Jump to content


VlexoFree Notice

Interviews will be open every Friday starting at 12am PDT and lasting for 24 hours.

Fox3

Member Since 29 Apr 2010
Offline Last Active May 14 2010 08:25 PM
-----

Topics I've Started

Browser game

03 May 2010 - 07:52 AM

So, lets say I want to make a browser MMOG, like astro empires. What exactly would I need to run it?(I mean, server side)

Where are my nulls?

01 May 2010 - 03:57 PM

Why this shows no results:
$items = mysql_query('SELECT Name, Thumbnail, Link FROM Gallery WHERE "Parent ID" IS NULL ORDER BY `Folder` DESC, "Item ID" ASC LIMIT ' . ($page*(32-$parent)) . ', ' . (32-$parent));
But this shows results:
$items = mysql_query('SELECT Name, Thumbnail, Link FROM Gallery ORDER BY `Folder` DESC, "Item ID" ASC LIMIT ' . ($page*(32-$parent)) . ', ' . (32-$parent));
If there are records with null Parent ID?

Where is the cPanel?

30 April 2010 - 11:06 AM

Sorry if I missed something but, in what page is there a link to the cpanel? I went to this "Members" page. But it only shows my account, not my package account :(
Where can I find a link to login on my package account so that I can modify my site?

Mysql access

30 April 2010 - 02:52 AM

I'm trying to access mysql server.
I created this database called blog. And this user called fox3.
So to connect I tried:
server foxthree3.co.cc
user fox3
database blog
But it doesnt work, at least not with mysql ODBC :(
PS: I did put the password

Edit: Solved, sorry ^^'

Hai :D

29 April 2010 - 05:42 PM

Hey! I'm trying to get a web hosting space for a artist web site! Maybe I get it with some luck ^^
The bad part is that I'll have to code all that html >_< I hate html! <rage />