Jump to content

gostly

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

gostly's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Alright, i recently switched to a new server...the difference between them is my old server was using php 4, the new server is php 5...i had my php.ini setup to trans_sid = 1 and it would pass the SID through every page automatically like it's supposed to, now on my new server i set the php.ini the same way but it doesnt pass the SID through every page and infact it doesnt even recognize the SID as a function in itself (like echo SID; wont echo anything out)...anyways ive been trying different solutions but when it comes down to it i need every page to pass through with the SID...someone please help me out i really need this
  2. gostly

    RPG Map

    [!--quoteo(post=380428:date=Jun 5 2006, 08:16 PM:name=redarrow)--][div class=\'quotetop\']QUOTE(redarrow @ Jun 5 2006, 08:16 PM) [snapback]380428[/snapback][/div][div class=\'quotemain\'][!--quotec--] You need to make a grid in javascript then add the php for the images updates and daabase entrys ok. [/quote] Well can you refer me to somewhere that has some source for that...please
  3. gostly

    RPG Map

    im looking to make a map, one where you move a character around from one tile to another...i cant really think of how it works, www.phantasyrpg.com has exactly what im trying to do...i cant really figure out how they implemented it into their game, like the map is made up of multiple images, they have certain tiles that can be clicked on, others cant...the ones you click on are the path's where your character moves, the thing im wondering is how did they put their maps into a database, like everything has an x and y co-ordinate... i dont know, im just lost on this and hopefully someone will understand what im trying to get at, i had a game that i made and ran it for over 2 years, so im working on a new game and need a little help to make it more fun...
  4. [!--quoteo(post=345410:date=Feb 13 2006, 12:13 PM:name=fenway)--][div class=\'quotetop\']QUOTE(fenway @ Feb 13 2006, 12:13 PM) [snapback]345410[/snapback][/div][div class=\'quotemain\'][!--quotec--] Have you tried "FLUSH PRIVILEGES"? [/quote] what exactly happens when you flush privileges, i read about it, i think so anyways, but kind of afraid to use it...since i dont want to mess anything up because i have several databases but i only want to change the grant options on one...
  5. Ok so this is what i did, i logged into my linux server through ssh...and i used this command "safe_mysqld --skip-grant-tables &" so that it'll put aside all privileges...and i use phpmyadmin to look at privileges of databases...so i select the user for the database im wanting to change the host for...because what i am trying to do is set it so that it isnt "localhost" anymore and instead it'll be a set IP address...so i try to continue and i get "ERROR 1047 - Unknown command"...this is when phpmyadmin attempts to use the GRANT command...so i really dont understand why it says unknown command... So i searched everywhere and this problem seems to happen to people often and it's like no one has the answer to how to fix it...so im hoping that asking here someone will know and be able to help me out...please
×
×
  • 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.