Pages: Previous123
Current Page: 3 of 3
Re: phpMyAdmin
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: December 05, 2010 07:30PM

cos it has short php tags <? ?>

left click wamp icon > php > php settings> short_open_tags


PS -wamp isnt a mail server , so it cant send mail

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: phpMyAdmin
Posted by: vettenut (---.dhcp.insightbb.com)
Date: December 05, 2010 07:59PM

It will not let me click on it and do anything. Why?

Options: ReplyQuote
Re: phpMyAdmin
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: December 05, 2010 08:02PM

what you mean? i was doing it on your pc yesterday..


left click the icon beside your clock for wamp > php> php settings> short_open_tags

then a tick should be beside it if you look again ..

this will allow the script to work..

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: phpMyAdmin
Posted by: vettenut (---.dhcp.insightbb.com)
Date: December 05, 2010 08:05PM

Or what should I do with the tags?

Options: ReplyQuote
Re: phpMyAdmin
Posted by: vettenut (---.dhcp.insightbb.com)
Date: December 05, 2010 08:18PM

Short open tag is checked. The result in viewing:

<?php

$email = $_GET['inpEmail'] ;

$message = $_GET['inpEmail1'] ;

//$filename = getcwd() . "/visitor-log.dat";

//if(($fhandle = fopen($filename,"a+"winking smiley) !== FALSE) {
//fwrite($fhandle,$email . "," . $message . "\r\n"winking smiley;
//} else {
//echo "File could not be written.";
//}
//fclose($fhandle);


mail( "messenger@.bbtel.com", "Form Submission", $message, "From: $email" );

mail( $email, "Thankyou", "From: XXXXX@XXXXXX.XXX" );

ECHO "<HTML>";

ECHO "<TITLE>Thank You</TITLE>";

ECHO "<HEAD>";

//<!ECHO "<meta http-equiv='refresh' content='3;url=http://[www.meadecountymessenger.com];;.
ECHO "<meta http-equiv='refresh' content='3;url=pages/front'/>";

ECHO "</HEAD>";

ECHO "<BODY>";

ECHO "<H1><em><i>Hello, we received your name & eMail address. You
will be redirected to our home page shortly.</i></em></H1>";

ECHO "</BODY>";

ECHO "</HTML>";

?>

---------------------------------------------------------------------------------

Is there something in the tag format I should change?

Options: ReplyQuote
Re: phpMyAdmin
Posted by: vettenut (---.dhcp.insightbb.com)
Date: December 05, 2010 10:39PM

I tried this instead of the old sendmail.php The URL for forwarding does not work, but I may be on the right track.

-----------------------------------------------------------------------------------------------

<!index.html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>sendmail</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

</head>

<body bgcolor="#FFFFFF" background="MCM-background.jpg"
text="#000000" link="#009934" vlink="#009934" alink="#0000FF">

<center><p class="style1"><img src="mcm_header2.gif" width="790" height="199"></p></center>
<?php

$email = $_GET['inpEmail'] ;

$message = $_GET['inpEmail1'] ;

//$filename = getcwd() . "/visitor-log.dat";

//if(($fhandle = fopen($filename,"a+"winking smiley) !== FALSE) {
//fwrite($fhandle,$email . "," . $message . "\r\n"winking smiley;
//} else {
//echo "File could not be written.";
//}
//fclose($fhandle);


mail( "messenger@.bbtel.com", "Form Submission", $message, "From: $email" );

mail( $email, "Thankyou", "From: editor@bbtel.com" );

ECHO "<HTML>";

ECHO "<TITLE>Thank You</TITLE>";

ECHO "<HEAD>";

//<!ECHO "<meta http-equiv='refresh' content='3;url=pages/front'/>";.
ECHO "<meta http-equiv='refresh' content='3;url=pages/front'/>";

ECHO "</HEAD>";

ECHO "<BODY>";

ECHO "<H1><em><i>Hello, we received your name & eMail address. You
will be redirected to our home page shortly.</i></em></H1>";

ECHO "</BODY>";

ECHO "</HTML>";

?>


</body>
</html>

Options: ReplyQuote
Re: phpMyAdmin
Posted by: vettenut (---.dhcp.insightbb.com)
Date: December 05, 2010 10:53PM

One othe anomoly. When I preview the new sendmail in www directory the echo statements show up as echo, echo, echo

Options: ReplyQuote
Re: phpMyAdmin
Posted by: rkar (---.com)
Date: December 15, 2010 07:34PM

The additional features for working with linked tables have been deactivated. To find out why click here.
Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user '.root'.

How To Fix my computer in php my admin error?
I Dun Know to fix this error
Urgently The Answer and thanks all

Options: ReplyQuote
Re: phpMyAdmin
Posted by: yfastud (Moderator)
Date: December 16, 2010 12:59AM

Most people dont use linked tables so just ignore it

To setup Password, follow this
[blog.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: phpMyAdmin
Posted by: jpw1116 (---.buffalo.res.rr.com)
Date: August 19, 2011 12:13AM

Ironically, I am running into the identical dilemma as the OP, with everything except phpMyAdmin seemingly working.

Was the eventual answer ever revealed, or did it occur when you had control of his screen?

I'd be eager to know what it ended up being.

Also, since I'm in Win7 x64, it's not trivial to chance the hosts file. I have a feeling the answer didn't involve that.

Thanks for anything you can recall on this!

Options: ReplyQuote
Re: phpMyAdmin
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: August 19, 2011 12:45AM

it was simple.. he wasnt running the file thru localhost

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: phpMyAdmin
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: August 19, 2011 12:45AM

it was simple.. he wasnt running the file thru localhost

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: phpMyAdmin
Posted by: jpw1116 (---.ngn.onecommunications.net)
Date: August 19, 2011 02:12AM

Steven--

Ah, thank you for the quick response . . . but I have a feeling his solution was easier.

If I understand you correctly, phpMyAdmin through localhost would be

h++p://localhost/phpmyadmin <enter> -or- the menu option for phpMyAdmin

I must be missing something obvious to be getting the white screen consistently.

• My WampServer64 services are started;
• Invoking <h++p://localhost> <enter> produces the WS64 home page / server configuration;
• The Aestan Tray Menu icon shows the server is Online;
• <h++p://localhost/sqlitemanager/> fires up the SQLite Manager right away;
• Apache > Service > Test Port 80 shows it's used by Apache (not Skype!);
• MySQL > Service is started . . . etc., etc.

Still, even <h++p://127.1.1.0/phpmyadmin> produces nothing -- but that change away from using the value 'localhost' and using the numerical IP instead DID allow phpMyAdmin to run on another WAMP server that I installed in a different, temporary installation ("The Uniform Server"winking smiley.

I've turned off firewalls, cleared browser caches and deleted old sessions . . . just about everything I've seen online.

My hosts file, in Win7 64, DOES have the "127.0.0.1 localhost" value commented out. I have been unsuccessful in tweaking the file to put just that IP on an active line, but someone else I spoke to didn't think that mattered. Again, everything but PHPMyAdmin seems to be working from the WS64 menu.

That's it--any other tips would be super. Knowing that phpMyAdmin did in fact run on "The Uniform Server" should mean something. . . .

Thank you again.

-John



Edited 1 time(s). Last edit at 08/19/2011 07:05AM by jpw1116.

Options: ReplyQuote
Re: phpMyAdmin
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: August 19, 2011 07:14AM

I'll take a look at itb if you like using teamviewer?

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]



Edited 1 time(s). Last edit at 08/19/2011 02:39PM by stevenmartin99.

Options: ReplyQuote
Re: phpMyAdmin
Posted by: yfastud (Moderator)
Date: August 19, 2011 02:35PM

Quote

Invoking <h++p://localhost> <enter> produces the WS64 home page / server configuration;
You need to disable WS64/IIS
Make sure no other program conflict wamp such as Xampp, phpEasy, IIS, Skype, Zonealarm, firewall/antivirus, NOD32, Eset, any web and/or Remote Desktop related program, such as Teamviewer ...

IIS and Apache/Wamp are both web server and might conflict in some way, so you have to disable IIS in order for Wamp to work

Disable IIS in Vista/W7:

Control Panel, Uninstall Programs, Turn Widows Features On or Off, uncheck Internet Information Services

Disable IIS in XP:

Control Panel, Add/Remove Programs, Add/Remove Windows Components, uncheck Internet Information Services (IIS)

Restart computer, then restart Wamp

Also, in folder C:\WINDOWS\System32\drivers\etc, open file hosts and delete anything in this file and have only this line below and nothing else

127.0.0.1 localhost

If using Skype, go to Tools->Options->Advanced->Connection and uncheck the box "Use 80 and 443 as alternatives for incoming connections". Restart Skype after WAMP. Now you will be able to use both programs at the same time w/o problems.

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: phpMyAdmin
Posted by: jpw1116 (---.buffalo.res.rr.com)
Date: August 19, 2011 06:29PM

> Also, in folder C:\WINDOWS\System32\drivers\etc,
> open file hosts and delete anything in this file
> and have only this line below and nothing else
>
> 127.0.0.1 localhost

Well, it wasn't IIS or Skype or anything else I had already tried . . . just the fussy Hosts file as I feared it being. PHPMyAdmin now opens. (Thanks, yfa!)

Here's the thing: apparently the warning about the Hosts file being in use and not editable was NOT the fault of Win 7, just the Notepad++ editor I was using. Opening the file in plain old Notepad worked. Now, that runs contrary to all I had seen about needing special permissions and the like. Again, I presumed that Win 7 had a lock on it, and because it seemed to work while commented-out in that other WAMP installation, I guessed wrong.

The remaining question: Does having that solitary line in Hosts open it to DNS poisoning, or could that happen regardless of that line being enabled? I never bothered to delve into any of this before and can't say it's something I feel like researching--I just want to use WampServer64 as intended :-)

Thanks again.

Options: ReplyQuote
Re: phpMyAdmin
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: August 19, 2011 06:36PM

you need the line

127.0.0.1 localhost


in the hosts files for certain versions of phpmyadmin.

there is a lock on ithe file and the correct way to edit the file is to move the file to your dekstop.

edit it. and move it back


it has nothing to do with DNS

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Pages: Previous123
Current Page: 3 of 3


Sorry, only registered users may post in this forum.