-
Posts
129 -
Joined
-
Last visited
Everything posted by vbcoach
-
PHP help needed. Webpage php script works for all teams except team "0"
vbcoach replied to vbcoach's topic in PHP Coding Help
Yes that worked perfectly, thanks so much! -
PHP help needed. Webpage php script works for all teams except team "0"
vbcoach replied to vbcoach's topic in PHP Coding Help
Yeah I saw that - fixed that myself - still getting the same error Will try again... Nope! That didn't work. No error but still sends me back to home page. -
PHP help needed. Webpage php script works for all teams except team "0"
vbcoach replied to vbcoach's topic in PHP Coding Help
Outstanding! As you can tell, I am not a coder. I implemented your changes, but I am now getting this error: Parse error: syntax error, unexpected ';' in \\WDP\DFS\30\1\9\6\3007726691\user\sites\5346834.site\www\ap\viewTeam.php on line 6 -
PHP help needed. Webpage php script works for all teams except team "0"
vbcoach replied to vbcoach's topic in PHP Coding Help
Hello gizmola. Unfortunately we use a dedicated host at Network Solutions, so I don't have access to error reporting files and items like that. I use an MS SQL server on a windows platform running HTML & PHP. So I am quite limited on what I can do. Again everything was working this way for more than a dozen years and with no changes in the code, this just started acting up in late March of this year. Since it was a minor annoyance and affected only my team, I could make the changes on the back end in the database manually, but was curious why the heck this was happening in the first place. <?php require_once('seabass.php'); if(!$_GET['t']) { header('Location: http://www.baltimorebeach.com'); } $id = $_GET['t']; $name = "admin"; //connect to DB and run queries require_once('../database.php'); $query = "SELECT * FROM player WHERE team = $id"; $players = mssqlquery($query); /*if(mssqlrowsaffectedX($players) != 1) { mssqlclose(); header('Location: http://www.baltimorebeach.com'); } */ $t_query = "SELECT t.*, l.* FROM team as t, league as l WHERE t.league = l.l_id AND t.t_id = $id"; $t_info = mssqlquery($t_query); $team = mssqlfetchassoc($t_info); $c_query = "SELECT * FROM captain WHERE c_id = $team[captain]"; $c_info = mssqlquery($c_query); $cpt = mssqlfetchassoc($c_info); //print_r($team); //die(); //-------------------- ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Baltimore Beach Control Panel</title> <link rel="stylesheet" href="../cp/cpanel.css" type="text/css"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); //--> </script></head> <body> <table width="922" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="images/BBV_AP_top.jpg" width="922" height="200"></td> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td width="14%" class="menu"><div align="center"><a href="index.php">Admin Home</a> </div></td> <td width="17%" class="menu"><div align="center"><a href="viewLeague.php">View Spring League</a></div></td> <td width="16%" class="menu"><div align="center"><a href="viewCapt.php">View Captains</a> </div></td> <td width="19%" class="menu"><div align="center"><a href="viewSummerLeague.php">View Summer League </a></div></td> <td width="22%" class="menu"><div align="center"><a href="viewKahunaTournament.php">View Kahuna Tournament </a></div></td> <td width="8%" class="menu"><div align="center"></div></td> <td width="3%" class="menu"><div align="center"></div></td> <td width="1%" class="menu"><div align="center"></div></td> </tr> </table></td> </tr> <tr> <td><table width="923" border="0" cellspacing="1" cellpadding="1"> <tr> <td width="33%" align="left" valign="top"><br> <table width="100%" border="0" cellpadding="2" cellspacing="0" class="grey2px"> <tr> <td colspan="2" class="dk_greyTxt"><h3><strong>Captain's Information</strong></h3></td> </tr> <tr> <td width="41%" class="dk_greyTxt"><strong>Name</strong></td> <td width="59%"><?php echo $cpt['firstname'].' '.$cpt['lastname']; ?> </td> </tr> <tr> <td class="dk_greyTxt"><strong>Address</strong></td> <td><?php echo $cpt['address']; ?><br> <?php echo "$cpt[city], $cpt[state] $cpt[zip]"; ?> </td> </tr> <tr> <td class="dk_greyTxt"><strong>Phone</strong></td> <td><?php echo $cpt['phone'] ?></td> </tr> <tr> <td class="dk_greyTxt"><strong>E-mail</strong></td> <td><a href="mailto:<?php echo $cpt['email'] ?>"><?php echo $cpt['email'] ?></a></td> </tr> <tr> <td class="dk_greyTxt"><strong>Shirt Size</strong></td> <td><?php echo $cpt['shirtsize'] ?></td> </tr> <tr> <td class="dk_greyTxt"><strong>Shirt Ordered</strong></td> <td><?php if($cpt['tsordered'] != '') { echo "Yes in Order {$cpt['tsordered']}"; } else { echo 'No'; } ?></td> </tr> <tr> <td class="dk_greyTxt"> </td> <td><form action="editCpt.php" method="post" name="cptform" id="cptform"> <input type="hidden" value="<?php echo $cpt['c_id'] ?>" name="cpt"> <input type="hidden" value="<?php echo $team['t_id'] ?>" name="team"> <input name="Submit" type="Submit" class="button" value="Edit Captain"> </form></td> </tr> </table> <br></td> <td width="64%" rowspan="2" align="left" valign="top"><br> <table width="100%" cellpadding="1" cellspacing="0" class="grey2px"> <tr class="dk_greyTxt"> <td colspan="7"><h3><strong>Player's Information</strong></h3></td> </tr> <tr class="dk_greyTxt"> <td width="18%" valign="bottom"><strong>Name</strong></td> <td width="21%" valign="bottom"><strong>E-mail</strong></td> <td width="21%" valign="bottom"><strong>Shirt Size</strong></td> <td width="8%" align="center" valign="bottom"><strong>Fee<br> Paid</strong></td> <td width="9%" align="center" valign="bottom"><strong>Shirt<br> Ordered </strong></td> <td width="7%"> </td> <td width="16%"> </td> </tr> <?php $i=0; while($row = mssqlfetchassoc($players)) { ?> <tr <?php if($i%2 == 0) echo "class='altbg'";?> > <td><?php echo $row['name'] ?></td> <td><?php echo $row['email'] ?></td> <td align="center"><?php echo $row['pshirt'] ?></td> <td align="center"><?php if($row['feepaid'] == 'y') { echo "<img src='images/check.gif' />"; } else { echo 'No'; } ?></td> <td align="center"><?php if($row['ptsordered'] != '') { echo "<img src='images/check.gif' /> {$row['ptsordered']}"; } else { echo 'No'; } ?></td> <td> <?php if($row['ptsordered'] == '') { ?> <form name="player<?= $row['p_id'] ?>" action="editPlayer.php" method="get"> <input type="hidden" name="p" value="<?= $row['p_id'] ?>"> <input name="Submit" type="submit" class="button" value="Edit"> </form> <?php } ?> </td> <td><form name="del_player<?= $row['p_id'] ?>" action="remPlayer.php" method="post" onSubmit="return(confirm('Are you sure you want to delete <?= $row['name']?>?\n\nThis cannot be reversed'))"> <input type="hidden" name="p" value="<?= $row['p_id'] ?>"> <input type="hidden" name="t" value="<?= $id ?>"> <input name="Submit" type="submit" class="button" value="Remove"> </form></td> </tr> <?php $i++; } ?> <tr><td colspan="7"> </td></tr> <tr bgcolor="FFCB00"><td colspan="7" align="right"><a href="addPlayer.php?t=<?= $id ?>"><strong> Add Player</strong></a></td> </tr> </table></td> </tr> <tr> <td align="left" valign="top"><br> <table width="100%" border="0" cellpadding="2" cellspacing="0" class="grey2px"> <tr> <td colspan="2" class="dk_greyTxt"><h3>Team Information </h3></td> </tr> <tr> <td width="27%" class="dk_greyTxt"><strong>Name</strong></td> <td width="73%"><?php echo $team['teamname']; ?> (<a href="editTeam.php?t=<?= $team['t_id'] ?>">edit team</a>)</td> </tr> <tr> <td class="dk_greyTxt"><strong>League</strong></td> <td><?php echo "$team[night] $team[type] $team[size]s"; ?></td> </tr> <tr> <td class="dk_greyTxt"><strong>Division</strong></td> <td><?php echo $team['division'] ?></td> </tr> <tr> <td class="dk_greyTxt"><strong>Registration Date </strong></td> <td> <?php //ho $team['reg_start'] $date = date_create($team['reg_start']); echo date_format($date, 'M j Y, g:i a'); ?> </td> </tr> <?php if($cpt['feepaid'] == 'n') { ?> <tr> <td class="dk_greyTxt"> </td> <td><form name="payfee" action="setTeamPaid.php" method="post"> <input type="hidden" value="<?php echo $cpt['c_id'] ?>" name="cpt"> <input type="hidden" value="<?php echo $team['t_id'] ?>" name="id"> <br> <strong>Fee Payment Info:</strong><br> <textarea name="feememo" rows="4" id="feememo"></textarea> <br> <input name="Submit" type="Submit" class="button" value="Team Fee Paid"> </form></td> </tr> <?php } else { ?> <tr> <td class="dk_greyTxt"><strong>Registration Completed </strong></td> <td><?php //echo $team['reg_done'] $date = date_create($team['reg_done']); echo date_format($date, 'M j Y, g:i a'); ?> </td> </tr> <?php } ?> <?php mssqlclose(); ?> <tr> <td align="left" class="dk_greyTxt"><strong>Returning Team</strong></td> <td align="left"> <?php if($cpt['returningteam'] > '0' && $cpt['returningteam']!='no') echo "Yes"; else echo "No"; ?> <input type="radio" name="radio" id="Spring" value="Spring" <?php if($cpt['returningteam'] == '1') echo "checked"; ?>> <label for="Spring">Returning Team</label></td> </tr> <tr> <td align="left" class="dk_greyTxt"><strong>Returning Team Name</strong></td> <td align="left"><?php echo $cpt['rteamname'] ?></td> </tr> <tr> <td align="left" class="dk_greyTxt"><strong>Locked in </strong></td> <td align="left"><?php if($team['locked']) echo "Yes"; else echo "No"; ?> </tr> <tr> <td align="left" class="dk_greyTxt"><strong>Promo Code </strong></td> <td align="left"><?php echo $team['promocode'] ?> </tr> <tr> <td class="dk_greyTxt"><strong>Record </strong></td> <td> </td> </tr> <tr> <td class="dk_greyTxt"> </td> <td><form action="removeTeam.php" method="post" name="deleteform" id="deleteform" onSubmit="return(confirm('Are you sure you want to delete this team?\n\nThis cannot be reversed'))"> <input type="hidden" value="<?php echo $cpt['c_id'] ?>" name="cpt"> <input type="hidden" value="<?php echo $team['t_id'] ?>" name="id"> <input name="Submit" type="Submit" class="button" value="Remove Team"> <br> <font size="2">IP: <?php echo $team['ip']; ?></font></form></td> </tr> </table></td> </tr> </table></td> </tr> </table> <br> </body> </html> -
PHP help needed. Webpage php script works for all teams except team "0"
vbcoach replied to vbcoach's topic in PHP Coding Help
Hi all. I'm not getting any errors. My page just reverts to my home page. Now this .php?t=0 has been working for more than a dozen years without fail. My PHP version is: PHP Version 7.0.33 There have been no changes to this page in years. Not sure why this fails the past few months. -
Hello all. I have a bit of a strange situation that I'm scratching my head about. I have a Sports website and I have a simple script on this website that has been working for dozens of years, which recently has decided not to work properly - for only team "0". When I run this webpage using this PHP script https://www.baltimorebeach.com/ap/viewTeam.php?t=2 this page works (as does all the other team pages) and this page does not https://www.baltimorebeach.com/ap/viewTeam.php?t=0 and I can't figure out why it is suddenly not working. It works with every other team except for team "0" which is my team. Anyone have any thoughts on this? Thanks for your assistance.
-
This was one of the most thoughtful, well written responses I have ever had on this forum in all the years that I have been on here. You are spot-on in regards to my skill set, but I have had to learn everything on my own. Thank you for your thoughtful (and not demeaning) response.
-
For anyone who might be reading this using the Network Solutions Shared Hosting platform, the ultimate fix was the mail server security was changed last November and required SSL/TLS now, even though they did not update their own documentation. Even their own technicians were not aware of this. The ultimate fix was upgrading PHPMailer to v6.6.0 and changing the port to 587 with TLS (on localhost)
-
So PHP 7.4 threw too many errors on my site, so I dropped down to PHP 7.0 Took care of other issues, but now on the test PHPMail script getting this error - I think it has something to do with the headers not being recognized? Warning: mail(): SMTP server response: 553 5.0.0 <custserv@networksolutions.com... Unbalanced '<' 500 5.5.1 Command unrecognized: "Content-Type:text/html>" in \\WDP\DFS\30\1\9\6\3007726691\user\sites\xxxxxx.site\www\mailer.php on line 19 FAILED TO SEND! Any thoughts? Anyone?
-
Also, what I would like to do now since I have upgraded the PHP to v7.4 is to try the newer PHPMailer v5.6 or v6.x - but I am running a Windows website on NetSol shared hosting platform, so I do not have backend or command-line access like I do on a linux system. When I look at the PHPMailer code, I do not see files from the documentation like the PHPautoloader.php for example, nor do I see a folder called vendor anywhere? IU am kind of stumped at this point and really need some help with this ASAP! Thanks...
-
Well what I did was to upgrade php from v5.6 to v7.4 and now nothing works, except for better error messages. <html> <head> <title>PHP Form Mail Test Script</title> </head> <body> <h3>PHP Form Mail Test Script</h3> <?PHP error_reporting(E_ALL); $email = $_REQUEST['email']; $body = $_REQUEST['body']; $subject = $_REQUEST['subject']; $from = $_REQUEST['from']; $sendusing = $_REQUEST['sendusing']; $usehtml = $_REQUEST['usehtml']; if ($sendusing == "mail") { $header = "From: " . $from . "\n"; if ($usehtml == "yes") $header .= "Content-Type:text/html\n"; else $header .= "Content-Type:text/plain\n"; if (mail($email, $subject, $body, $header)) echo "SUCCESS... Email sent using Mail() function";else echo "FAILED TO SEND!"; echo "<br>" . date('l dS \of F Y h:i:s A') . "<br><br>"; } else if ($sendusing == "pear") { if (mail_this($email, $subject, $body, $from)) echo "SUCCESS... Email sent to using PEAR module";else echo "FAILED TO SEND!"; echo "<br>" . date('l dS \of F Y h:i:s A') . "<br><br>"; } else { $email = "Type Email Address"; $body = "FormMail Test"; $subject = "Test Email"; $from = "custserv@networksolutions.com"; $sendusing = "mail"; } ?> <table><form method="post" action="" name="sendmailtest"> <tr><td>TO:</td><td><input value="<?PHP echo $email;?>" name="email" size="35"></td></tr> <tr><td>FROM:</td><td><input value="<?PHP echo $from;?>" name="from" size="35"></td></tr> <tr><td>Subject:</td><td><input value="<?PHP echo $subject;?>" name="subject" size="35"></td></tr> <tr><td colspan=2>Body:<br><textarea cols="45" rows="3" name="body"><?PHP echo $body;?></textarea></tr> <tr><td>Send Using:</td> <td><input name='sendusing' value='mail' type='radio'<?PHP if ($sendusing == "mail") echo " checked='checked'";?>><b>Mail() Function</b><br> <input name='sendusing' value='pear' type='radio'<?PHP if ($sendusing == "pear") echo " checked='checked'";?>><b>PEAR Module</b></td></tr> <tr><td>Use HTML <input name="usehtml" value="yes" type="checkbox"<?PHP if ($usehtml == "yes") echo " checked='checked'";?>></td> <td align=right><input name="submit" value="Send Email" type="submit"></td></tr> </form></table> <?PHP function mail_this($email, $subject, $body, $from) { include('Mail.php'); $headers['From'] = $from; $headers['To'] = $email; $headers['Subject'] = $subject; if ($usehtml == "yes") $headers['Content-type'] = "text/html"; else $headers['Content-type'] = "text/plain"; $params["host"] = "localhost"; $params["port"] = "25"; $params["auth"] = false; $params["username"] = "username"; $params["password"] = "password"; // Create the mail object using the Mail::factory method $mail_object =& Mail::factory('smtp', $params); $mail_object->send($email, $headers, $body); if (PEAR::isError($mail_object)) { return false; } else { return true; } } ?> </body> <!-- ####################################################### ## ## ## NOTE: This is a Network Solutions Test Script. ## ## Any modifications to this script are not the ## ## responsibility of Network Solutions as this script## ## was generated only to ensure that your service is ## ## functioning properly. ## ## ## ####################################################### --> </html> Anyone else care to take a stab at this? Thanks for trying Ginerjm
-
Anyone else care to take a stab at this? Thanks for trying Ginerjm
-
Wow! We are just not on the same page here! The NS script is only a "test script" to verify that the PHP Mail() service is working. It send out a test email given the options you enter. If I "UNCHECK" the send using HTML box, the test script sends out a 'test' email properly and returns a message saying the email was sent successfully. If I "CHECK" the use HTML box, I still get the same message that the email was sent successfully, but no email is received. NetSol is obvioulsy blocking HTML emails from being sent somehow. I just can't figure out what they did on the backend to block HTML emails.
-
Let's take the confusion out of this, shall we? For years and years and years, I have been using the PHPMail script on github. Been working sending html emails for 7-8 years now without issue. It stopped sending last November. Something changed at NetSol and I don't know what it might be? Some security issue most likely? Network Solutions placed a test php mail script in my root folder years ago for testing. It was created by NetSol for NetSol accounts for testing purposes. That test script has various small options like using PHP Mail() or PEAR module, and also has a checkbox to enable sending as HTML. This script verified that PHPMail() is working. With HTML unchecked, the test email sends just fine, and I receive a message stating that the email has been sent successfully. With the HTML box checked? Same response, message sent successfully, but no HTML email is ever received. Hope this clears things up? What have I done? Remember, nothing in the original PHPMail script (or website) has been changed at all regarding the PHPMail module. In the TEST script, I tried auth-true and entered the un & pw, and still no HTML mail is ever received. This is why I came here. Why is HTML mail suddenly being blocked?
-
I was saying that I was using two scripts. It's the Network Solution test-email.php script that has the HTML checkbox option. The PHPMail script I use to send the team receipt page emails already has HTML enabled. The script returns a message that the email is being sent as usual, but nothing is received via email.
-
Yes, the isHTML(true) is part of the PHPMail script and my test-mail script. Only difference is that the test script has a checkbox to enable sending of mail using HTML. That's when it stops sending.
-
Added the error reporting, no errors - says the HTML email was sent, but it never arrives.
-
Yes for the past two days I have contacted numerous people over at Network Solutions, and all they want to do is send me over to their paid support a.k.a. "MyTime Support". My code hasn't changed a bit, but I am sure Network Solutions did some upgrades they didn't tell me about.
-
As you may already know, I do not have rights to edit the php.ini code as it is on a shared hosting site, but I will try your suggestion to add these two lines of code and see how the site reacts to it. I am using the pretty much standard PHPMail script. This script has served me well for the past 7-8 years or so and was working quite fine, actually. That is up until November of last year. The script still works, but only without HTML. Don't know if NetSol suddenly requires SMTP Auth now or what? Let me see what happens with your suggested changes...
-
Hello all. Need assistance on something I think should be a simple fix . I am using a PHP Mailer app on my website hosting, which is Network Solutions, I know, shame on me. Very recently Network Solutions stopped sending my HTML-encoded emails for some unknown odd reason. Using their PHP mail testing application, those emails with non-HTML are working and sending just fine, but as soon as I try to send one with HTML(isHTML=True) encoding, it never sends, but I also don't get an error. The program tells me the email was sent successfully. Can anyone help me out here?
-
Thank you ginerjm, I will give that a try. Much appreciated. I inherited this mess. Thanks for your help.
-
I've dealt with you before. You're very good at accusing - not very good at helping. Why are you still here? Found someone at another site who was very helpful.
-
Anyone else able to help?
-
I am reading the replies. You are writing to me code that I am unfamiliar with. When you ask me to place this information in my code to see if it works, that's what I do. If something is missing from your example, it doesn't help me fix the issue, or learn the how and why you did it this way. So very humbly, what is missing here?
-
Oh, I might add that what I am looking for overall here is that if the team captain select a tshirt at the time of registration, I would like it to be "SELECTED" and displayed here. If the field is blank, then I would like for all the tshirt options be be available to be chosen. Hope that helps?