The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTMl form help-phpnuke-email problem-not recieved, HTMl form help-phpnuke-email problem-not recieved
tim967
post Feb 19 2008, 09:49 AM
Post #1





Group: Members
Posts: 2
Joined: 19-February 08
Member No.: 5,002



hi i made a website on phpnuke platinum 7.6 i think is the version and im making an application form. this is on the apply.php and it won't actually send the email, i have tried multiple email accounts but it still doesn't work. it is hosted at www.assclan.masked-gamers.co.uk and its the recruitment form. any ideas how to fix it?

/ ********************************************************************************
*************************/
/* ClanKit - Please Read! */
/* */
/* Fill in the appropriate areas to your customisation. */
/* E.g. You must change your_email_address@email.com to your own one. */
/* IMPORTANT: DO NOT EDIT THE $App line unless you know what you are doing, o */
/* you can read the instruction manual included with your ClanKit package. */
/ ********************************************************************************
***************************/
<?
$EmailTo = "rockbottom_71@hotmail.com";
$Subject = "{A§§} Membership Application from $FirstName\n";
$Name = "$FirstName\n";
$App = "RealName: $RealName\n GamerName: $GamerName\n Age: $Age\n Location: $Location\n EmailAddress: $EmailAddress\n Hours spent online per week: $Hours\n Other Clans: $Clans\n Will you be able to attend practices? $Practices\n Your favorite weapon?: $Weapon\n Your favorite vehicle: $Vehicle\n About yourself: $About\n Would you help pay for a server?: $Pay\n Where did you hear about {A§§}?: $Where\n $WhyJoin\n IP Address: $REMOTE_ADDR";
@mail($EmailTo,$Subject,$App,"From: $EmailAddress\n");
?>
<html>
<body bgcolor="#000000">
<center>
<font face="Arial"><font color="white"><b>Thank you for your time<br><A href="index.php">Click Here</a> to return to our homepage...<b></font>
</body>
</html>


User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Brian Chandler
post Feb 19 2008, 12:27 PM
Post #2


Jocular coder
********

Group: Members
Posts: 2,460
Joined: 31-August 06
Member No.: 43



No idea. But you haven't shown us a PHP script that _might_ send a mail - I imagine this is all done by the place that hosts this gaming service, and you need to ask them.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Feb 19 2008, 12:58 PM
Post #3


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Since this is a PHP question, I've moved the topic to an appropriate forum.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
tim967
post Feb 20 2008, 07:39 AM
Post #4





Group: Members
Posts: 2
Joined: 19-February 08
Member No.: 5,002



doesn't matter, my friend fixed it, but if you wouldn't mind could you take a look at this,

www.assclan.masked-gamers.co.uk

when you go on profile it won't let us add signatures, the signature writing has gone and so has the button. please help

Also when you register and click members on the forum this is displayed

Could not query users

DEBUG MODE

SQL Error : 1054 Unknown column 'custom1' in 'field list'

SELECT username, user_id, user_viewemail, user_posts, user_regdate, user_from, user_website, user_email, user_icq, user_aim, user_yim, user_msnm, user_avatar, user_avatar_type, user_allowavatar, custom1, custom2, custom3, custom4, custom5, custom6, custom7, custom8, custom9, custom10, custom11, custom12, custom13, custom14, custom15, custom16, custom17, custom18, custom19, custom20, custom21, custom22, custom23, custom24, user_show_custom1, user_show_custom2, user_show_custom3, user_show_custom4, user_show_custom5, user_show_custom6, user_show_custom7, user_show_custom8, user_show_custom9, user_show_custom10, user_show_custom11, user_show_custom12, user_show_custom13, user_show_custom14, user_show_custom15, user_show_custom16, user_show_custom17, user_show_custom18, user_show_custom19, user_show_custom20, user_show_custom21, user_show_custom22, user_show_custom23, user_show_custom24 FROM nuke_users WHERE user_id <> 1 ORDER BY user_id ASC LIMIT 0, 50

Line : 413
File : index.php
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Brian Chandler
post Feb 20 2008, 08:27 AM
Post #5


Jocular coder
********

Group: Members
Posts: 2,460
Joined: 31-August 06
Member No.: 43



QUOTE(tim967 @ Feb 20 2008, 09:39 PM) *

doesn't matter, my friend fixed it, but if you wouldn't mind could you take a look at this,

www.assclan.masked-gamers.co.uk

when you go on profile it won't let us add signatures, the signature writing has gone and so has the button. please help


How could we help? There are some programming problems on this site - it sounds as though you need to hire a programmer to sort it out, unless you can get the people who supplied the original software to help.


QUOTE


Also when you register and click members on the forum this is displayed

Could not query users

Right, another programming problem
QUOTE

DEBUG MODE

SQL Error : 1054 Unknown column 'custom1' in 'field list'

SELECT username, user_id, user_viewemail, user_posts, user_regdate, user_from, user_website, user_email, user_icq, user_aim, user_yim, user_msnm, user_avatar, user_avatar_type, user_allowavatar, custom1, custom2, custom3, custom4, custom5, custom6, custom7, custom8, custom9, custom10, custom11, custom12, custom13, custom14, custom15, custom16, custom17, custom18, custom19, custom20, custom21, custom22, custom23, custom24, user_show_custom1, user_show_custom2, user_show_custom3, user_show_custom4, user_show_custom5, user_show_custom6, user_show_custom7, user_show_custom8, user_show_custom9, user_show_custom10, user_show_custom11, user_show_custom12, user_show_custom13, user_show_custom14, user_show_custom15, user_show_custom16, user_show_custom17, user_show_custom18, user_show_custom19, user_show_custom20, user_show_custom21, user_show_custom22, user_show_custom23, user_show_custom24 FROM nuke_users WHERE user_id <> 1 ORDER BY user_id ASC LIMIT 0, 50

Line : 413
File : index.php


Ditto. The SQL error makes sense - the query references a field (custom1) that doesn't exist.

Please understand that no-one can just look at the pages that don't work and give you a magic potion to make them work.

Have you tried looking for phpnuke help?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 10:31 AM