Jump to content
MakeWebGames

How to move your game?


Recommended Posts

Guest cablebox
Posted

Hi everyone! I was wondering. My webhost doesn't support crons, so I am willing to reset my game and change hosts. But how will I accomplish this?

How do I move my entire game over to another host? Can someone explain?

Thanks!

Posted

Simple

Download your public html folder with a an ftp like filezilla

then go to your sql database and Export it into a .txt or .rar type file

simply upload to files and import the txt document and bam :D

then just set your crons

Posted

exactly...............................

 

if you have your crons just make your own code and stick in config/cron jobs

if you dont have your cron files...........wth happened to them >,<

Guest cablebox
Posted

No, I have the cron files i dont have the cron codes. How do I make them?

And also, dont i need to change some of the config information too?

Posted

yea you would change the database username/password to the new one that you created.

config file the code can be anything

i'd say make something like

 

aldkfjasd;if(#($#JDS

then go to md5 encryptor or sha1 encryptor, encrypt it

Then slap that code into your cron file and cron_jobs :P

Guest cablebox
Posted

Ill pay someone 3 dollars to do it all for me :P

Lol, anyone interested?

Guest cablebox
Posted

Reek, if I got you to do it then it should be free, arn't you my partner :P

And why arn't you on MSN anymore!

Ya illegal...whatever that means, 5 bucks :P Pretty good for hosting...lol

Guest cablebox
Posted

No you arn't i dont see you on, do you see me on?

Immortal! lol, help!

Posted

CronJobs

 

lol 3.00 isnt worth me clicking the tab heheh :P

Are you a guru now? Money is Money Peasant...

Let me give you a hand

goto config.php and set/change

'code' => 'CODE HERE'

i would suggest maybe md5 encrypted password, you can encrypt into md5 here

You can use advanced unix cron jobs (personal preference) which then the codes are gotten from installer.php (if your using mc) they are as followed:

/5 * * * * curl [url]http://www.website.com/cron_fivemins.php?code=code[/url]
* * * * * curl [url]http://www.website.com/cron_minute.php?code=code[/url]
0 * * * * curl [url]http://www.website.com/cron_hour.php?code=code[/url]
0 0 * * * curl [url]http://www.website.com/cron_day.php?code=code[/url]

 

may also help

(personally im sickened that only MTG offered to do it for free)

Posted

Well I just had too give my two "cents"

 

There are ALOT of money grabbers around, I do take pride in charging people (Depending on the Job)..This take's two seconds, If you still need it or need general help at all, I'll be happy too help, Magictallguy is better but he's not around as much as me (Personal Reasons) And I do actually know quite a lot..

 

@Immortal; If you make $400 a month off you're game you should be able to afford $5 off MD right?

 

MSN;

[email protected].uk :)

Posted

What you are all failing to realize is i sent him step by step how too's in PM

For one if I had done it I wouldnt have "charged for it"

But offering 3.00 isnt going to sway me one way or the other.

God, you little children seriously need to grow up and step into the real world out from under the shelter of mommy and daddy paying all your bills.

Posted

Again, I tried to do it "for free"

The OP is on webhost000 and using the freehost bit, they do not have advanced crons and do not allow most crons

not to mention originally their "security" wouldnt let me on because my IP isnt the one that signed up originally ^_-

what's funny is the 5.00 that was offered could buy a 1 month subscribtion on bytehost that allows crons :p

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...