Jump to content
MakeWebGames

Recommended Posts

Guest Anonymous
Posted

Re: [Free] MySQL Control Panel

Now that's sensible -- There's times when logging in to my own phpMyAdmin console is a pain -- Good shout Isomerizer

Posted

Re: [Free] MySQL Control Panel

 

Now that's sensible -- There's times when logging in to my own phpMyAdmin console is a pain -- Good shout Isomerizer

Lol, thanks.

One of the main reasons i made this was because my database password is random letters etc. Very hard to remember, this way i can login without loading Plesk / Cpanel > phpmyadmin each time.

Also great for when I'm in college and wanna mess with the database. :P

Posted

Re: [Free] MySQL Control Panel

 

This does not work with lower than php 5 it does not load the tables it does but loads them blank.

Sure thats not true..

I'm on PHP 4, works fine for me..

Sure you have set

$databasename = 'prefix_database';

Correctly?

Posted

Re: [Free] MySQL Control Panel

Yes ISO, a tip of the hat to you for this...saves time and the few memory cells I have left when I am not at my local machine, and scratching my head for the random jumble of stuff I use for passwords :)

Also confirming it works on php 4 as well

Posted

Re: [Free] MySQL Control Panel

 

Can anyone convert it?

lol you should change your name if no one has done it for you when i get home if i rember i will do it

lol, i just had to think of a name and this was the first that popped into my head

Guest Anonymous
Posted

Re: [Free] MySQL Control Panel

 

Can anyone convert it?

ROFL - "c0der" bad choice of name -- 331 lines of very simple PHP - too easy

Posted

Re: [Free] MySQL Control Panel

 

Well i did this for now, not sure if it works

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

I get unexpected $end when i use this code, im on mccodes v1

Posted

Re: [Free] MySQL Control Panel

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Should work v1..

Nop

Still get unexpected $end

Here is the code i have :

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Also where do i enter the password and stuff?

Guest Anonymous
Posted

Re: [Free] MySQL Control Panel

I wouldn't bother looking at it...

You must learn to indent code properly - It makes debugging, analysis and gives people the ability to read (and hopefully understand) the code better.

If you are worried about the time it takes parse - don't. The slowest thing in the chain between the user and the game is not the PHP script or the web-server -- it's the user.

Posted

Re: [Free] MySQL Control Panel

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Should work v1..

Comes up with this when i use it:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Line 39 is:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

How do i sort this out?

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...