26

Re: PLEASE HELP ASAP

I don't think you are going to get it installed correctly with out the shell access. I'm not sure but I don't see any were, that freebee allows shell access.

27

Re: PLEASE HELP ASAP

i dont even know what shell is, and on the setup guide it doesnt say i need "shell"
these are MCCODES

Thumbs up Thumbs down

28

Re: PLEASE HELP ASAP

You don't need shell access. All you need is to get a cron setup, and to do that you need cron access. Open up a support ticket requesting shell access, explain why you need it, and then wait.

Jeff.

Need support? Feel free to stop by the TeamSpeak 3 server, or contact me on MSN - kimojuno@freebeehosting.com smile.

29

Re: PLEASE HELP ASAP

support ticket link?

Thumbs up Thumbs down

30

Re: PLEASE HELP ASAP

You dont need shell access, we just need to enable cron job access to your account, which i have done.

Freebeehosting Administrator
dxwo@freebeehosting.com

31

Re: PLEASE HELP ASAP

cheers! which account did you enable that on?
i need it enabled on both my mastadon account and tassie12

Last edited by mastadon (2010-07-31 21:18:47)

Thumbs up Thumbs down

32

Re: PLEASE HELP ASAP

Why do you have 2 accounts? Per the Terms of Service found here: http://www.freebeehosting.com/tos.html .. you are only allowed 1 hosting account.

Freebeehosting Administrator
dxwo@freebeehosting.com

33

Re: PLEASE HELP ASAP

omg are you aerious?? O.o
sorry, can you delete my mastadon account? My other account is tassie12 and i need crons enabled on that account. also where in this code do i put my database username and password?

<?php
    $c = mysql_connect('localhost', 'root', 'p1kap1ka');
    mysql_select_db('lite2', $c);
    $mykey=256573440;
    ?>

Thumbs up Thumbs down

34

Re: PLEASE HELP ASAP

ok this is the account i want to keep.

Thumbs up Thumbs down

35

Re: PLEASE HELP ASAP

Replace Root with your username, p1kap1ka with your password and lite2 with your database name. .. also, you didnt need to register a new forum username, you can still use the mastadon one, just cant have 2 hosting accounts.

Freebeehosting Administrator
dxwo@freebeehosting.com

36

Re: PLEASE HELP ASAP

ok ive done this. ive statred creating my database tables just like the installer file syas so but still not working



SQL query:

CREATE TABLE `tassie12_db`.`users` (`userid` INT(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, `username` VARCHAR(255) NOT NULL, `userpass` VARCHAR(255) NOT NULL, `level` INT(11) NOT NULL DEFAULT '0', `exp` DECIMAL(11,4) NOT NULL DEFAULT '0.0000', `money` BIGINT(20) NOT NULL DEFAULT '0', `laston` INT(11) NOT NULL DEFAULT '0', `lastip` VARCHAR(255) NOT NULL, `energy` INT(11) NOT NULL DEFAULT '0', `will` INT(11) NOT NULL DEFAULT '0', `maxwill` INT(11) NOT NULL DEFAULT '0', `brave` INT(11) NOT NULL DEFAULT '0', `maxbrave` INT(11) NOT NULL DEFAULT '0', `maxenergy` INT(11) NOT NULL DEFAULT '0', `hp` INT(11) NOT NULL DEFAULT '0', `maxhp` INT(11) NOT NULL DEFAULT '0', `location` INT(11) NOT NULL DEFAULT '0', `fedjail` INT(11) NOT NULL DEFAULT '0', `user_level` INT(11) NOT NULL DEFAULT '1', `gender` ENUM(male,female) NOT NULL DEFAULT 'male', `daysold` INT(11) NOT NULL DEFAULT '0', `signedup` INT(11) NOT NULL DEFAULT '0', `email` VARCHAR(255) NOT NULL, `login_name` VARCHAR(255) NOT NULL, `display_pi[...]

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'male,female) NOT NULL DEFAULT 'male', `daysold` INT(11) NOT NULL DEFAULT '0', `s' at line 1


why???

Thumbs up Thumbs down