php database issue

kevster

Verified User
Joined
Jun 26, 2008
Messages
96
Hi everyone.

I have recently moved to a new server and transferred all the backup files and restored them.

Now when I am accessing my new sevrer and trying to login on specific websites its not posting the command or saying wrong username or password.

The website is here

http://94.23.243.176/~web/mediapanel/

I have checked the normal stuff in the settings like where the php bin is and that is all correct. I am unsure what the issue is but i had some troubles with ioncube yesterday.

Anyone have any ideas im on the latest ioncube.

Thanks,
Kevin.
 
Also may I add that on my phpMyAdmin on the new server only shows this on it

"The additional features for working with linked tables have been deactivated. To find out why click here."

When clicking there it shows the below

$cfg['Servers'][$i]['pmadb'] ... not OK [ Documentation ]
$cfg['Servers'][$i]['relation'] ... not OK [ Documentation ]
General relation features: Disabled

$cfg['Servers'][$i]['table_info'] ... not OK [ Documentation ]
Display Features: Disabled

$cfg['Servers'][$i]['table_coords'] ... not OK [ Documentation ]
$cfg['Servers'][$i]['pdf_pages'] ... not OK [ Documentation ]
Creation of PDFs: Disabled

$cfg['Servers'][$i]['column_info'] ... not OK [ Documentation ]
Displaying Column Comments: Disabled
Bookmarked SQL query: Disabled
Browser transformation: Disabled

$cfg['Servers'][$i]['history'] ... not OK [ Documentation ]
SQL history: Disabled

$cfg['Servers'][$i]['designer_coords'] ... not OK [ Documentation ]
Designer: Disabled
 
Just to update you all. I have also rerun the .phpMyAdmin.sh file.

I have also checked php.ini and made sure the mysql in there is linked properly.

I have now disabled magicquotes and rebooted the server and still the same :(

I have contacted directadmin regarding this but I am unsure whats happened here. If anyone is willing to supply some information that they think could help please do. If you would like to speak further regarding it please dont hesistate to reply or pm me.

Thanks everyone
 
Last edited:
I'm not sure why you expect DirectAdmin staff to help you with a webhosting issue; this doesn't look like a DirectAdmin problem to me.

While you don't specify what you used to move the sites, the problem may be that the software you're using wont work when you use an IP# to reach the site.

Jeff
 
All I had done was installed OS on the new server. installed direct admin and the backups i made i transferred and reinstalled. Now on that new server nothing will work. Although the DA version on the new server is more upto date than the old server.
 
When you installed the OS did you open the ports in the firewall? Many times by default the firewall blocks almost everything.
 
Ok I am having a hard time understanding what the problem is.

http://94.23.243.176/~web/mediapanel/

This page shows up. When I click Go it takes me to a standard login page. It also give me a link to retrieve a password and the link works as well.


http://94.23.243.176/~web/mediapanel...hp?page=signup

This page also shows up. When I click Register without filling in anything it complains about the username and password being too short.

So php is working. If you are still having trouble then you need to consult with the people who wrote the program to find out why its not working as you expect.
 
Its hard to describe this issue.

It isnt with that application itsself. Its something on the server or a bad DA install.

Even on www.digital-mp3s.com/media/

AND

www.digital-mp3s.com/forum/

That is 2 installs that could go ahead and it wont accept any input on them.

This is definetily a server side issue or a bad DA install. Its stressing not being able to find out what it is!
 
I do not see how you can possibly blame DA since DA is not even involved in what you are doing. You could completely shut down DA and you would still have the same results. If anything it is a permissions, apache, mysql problem.

Again you need to contact the software writers because they are the only ones who can tell you what to look for.
 
Its with any software. I have reinstalled apache etc..

Is there a way to uninstall direct admin and reinstall it without fully formatting server
 
You have only showed us one php script.

Why don't you write a simple php script to show us what you mean. You say its not accepting form input. Write a simple script that simply displays on the next page what was entered into the form.
 
I have shown you 2 scripts above. one on /media folder and one on /forum

However I will write a quick script to show whats been written itno text boxes.

Not be a moment.

Thanks for ur help btw
 
I am not familiar with any of those other scripts. That is why I suggested writing something really simple that you would not mind posting here.
 
Also I have tried the $_GET query and that works as thats not internal however POST is and it seems its failing
 
I think its a php error somewhere. I am not very skilled at php but I do know that it produces the same results on my server as yours.

I will do some more research.
 
I do not see in the script where its supposed to echo back what was entered into the form.
 
Again floyd thanks for your help. I am unsure why its happening. I have tried rebuilding php.

I think it could be a bad DA install.

But thenreinstalling DA without formatting the hd.

I dont know if we can do that
 
Back
Top