Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.218
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Help with recruitment form
Help with recruitment form

2 Replies / 850 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » Modules

View previous topic :: View next topic


darkrounge
Reputation: 0.8 Add RepSubtract Rep
Local time: 3:37 PM


Noob
Noob

0.01 posts per day
Medals: 0

Joined: Apr 11, 2009
Last Visit: 01 Apr 2010
Posts: 12
Points: 102 

Post Help with recruitment form Posted: Sat Apr 11, 2009 10:18 pm

I earlier uploaded a clan recruitment form.
Although there seems to be something wrong with it.
COuld you help me please.

When you submit the form... it comes up with "Doesn't exist" or something like that.
Help please.


Heres my module:

Code:
<?
include("header.php");
OpenTable();
?><head>
<title>Delta recruit</title>

<left>
     <style type="text/css">
<!--
a:link {
   text-decoration: none;
   color: #696969;
}
a:visited {
   text-decoration: none;
   color: #696969;
}
a:hover {
   text-decoration: none;
   color: #FFFFFF;
}
a:active {
   text-decoration: none;
   color: #696969;
}
.style31 {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FF0000;
}
.style32 {
   font-family: Arial, Helvetica, sans-serif;
   color: #FF0000;
}
.style33 {color: #FF0000}
.style34 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.style37 {
   font-family: "Courier New", Courier, mono;
   font-size: 24px;
   font-weight: bold;
}
-->
      </style>
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
            <p class="style31"><span class="style37">RECRUITMENT FORM</span><br>
              <br>
              <strong>Welcome soldier! you are intrested in joining our clan then please fill out<br>
            this application form
            and submit it, we will get back to you as soon as<br>
            possible and in the meantime you can
            check out the forums.<br>
            Contact me at darkrounge@msn.com.<br>
        Thank you. </strong> </p>
            <span class="style31"><left>
           </left><left></left><left></left><left></left><left></left><left></left><left></left></span><span class="style32"><left></left></span><span class="style33"><left></left><left></left></span><left><form action="apply.php" method="post" name="Application" class="style33">
              <div align="left>" class="style34">
      Real Name:
          <input name="RealName" type="text" value="" size="15">
      Gaming Name:
      <input name="GamerName" type="text" size="15">
      <br>
      Age:
      <input name="Age" type="text" size="2">
      <br>
      Location:
      <input name="Location" type="text" size="15">
      <br>
      Email Address:
      <input name="EmailAddress" type="text" size="30">
      Hours spent online:
      <input name="Hours" type="text" size="15">
      <br>
      <br>
      If you have been in a clan before, please list all of the<br>
      ones you were in and the reason why you left them:<br>
      <textarea name="Clans" cols="50" rows="3" textarea="textarea"></textarea>
      <br>
      <br>
      Will you be able to attend Ingame schedules?:
          <select name="Practices">
                        <option selected>------------------</option>
                            <option>Yes</option>
                            <option>I'll do my best to be there</option>       
                            <option>Maybe not</option>
                            <option>No</option>
          </select>
          <br>
          <br>
    Your favorite Ingame race?:
    <input name="Weapon" type="text" size="20">
    Your favorite Ingame weapon type?:
    <input name="Vehicle" type="text" size="20">
    <br>
    <br>
    <br>
    Please explain a little about yourself, when you are normally online,<br>
    when you can get a microphone (If you dont already have one) and anything<br>
    else you would like to inform us:<br>
    <textarea name="About" cols="50" rows="3" textarea="textarea"></textarea>
    <br>
    <br>
      Do you enjoy being around this clan?:
            <select name="Pay">
              <option selected>------------------</option>
              <option>Yes</option>
              <option>No</option>
            </select>
            <br>
            <br>
      And finally....<br>
      Where did you hear about our clan?:<br>
      <textarea name="Where" cols="50" rows="3" textarea="textarea"></textarea>
      <br>
      <br>
      <input name="Submit" type="submit" value="Submit Recruitment Form">
              </div>
           </form>
           <span class="style31">Powered by <a href="www.delta.guildomatic.com">www.delta-clan.tk</a><br>
           </span></left>
                <span class="style31">
</div>
</body>
</html>
<?
CloseTable();
include("footer.php");
?>
                </span>
 

 
View user's profileSend private message Reply with quote

DreAdeDcoRpSE
Reputation: 2572.3 Add RepSubtract Rep
votes: 28
Local time: 2:37 PM
Location: Back of your Mind
usa.gif

Site Admin
Site Admin

1.36 posts per day
Medals: 3 (View more...)
Super Dedicated User (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 25 May 2012
Posts: 2331
Points: 136107 

Post Re: Help with recruitment form Posted: Sun Apr 12, 2009 5:29 pm

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke · Clan Roster 2.0 ·  · Modern Warfare 3 Xtreme Theme

there is allot wrong with it. I like to point out a few obvious things I see.

1.) Your defining the module file all wrong.

Example: If I was making this for my Evo site. I would define it like this.
Code:
if (!defined('MODULE_FILE')) {
   die('You can\'t access this file directly...');
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
include("header.php");


I would not do it the way you did it.

Code:
<?PHP
include("header.php");
OpenTable();
?>


2.) I would put all that html for your recruitment form into a
Code:
$content .="HTML HERE";

Which also would be between the <?PHP and the ?>

3.) At the end, you did
Code:
<?
CloseTable();
include("footer.php");
?>


Which again, I would have not done that, You cont need to reopen the php, because all your HTML would be in the $content, you wouldn't need to close the php till the end.

Overall, I see you trying to make a recruitment for. why not use Tims module that he created which I have been using now for about 2 years and I love it and it does exactly what you are trying to do plus more.

http://www.clanthemes.com/downloaddetails-9-683-member-application-214.html
 

 
View user's profileSend private messageVisit poster's website Reply with quote

RELIC
Reputation: 553.2 Add RepSubtract Rep
votes: 2
Local time: 8:37 PM
Location: Louisville, Kentucky
usa.gif



0.18 posts per day
Medals: 0
Respected Member
Respected Member
Joined: Jan 29, 2007
Last Visit: 13 May 2012
Posts: 345
Points: 12397 

Post Help with recruitment form Posted: Mon Apr 13, 2009 12:10 am

Jeez, there's a blast from the past. I figured that Recruitment Form edition Module have long since made its way into the internet garbage can. Guess not.

Anyways, Dread is correct, this Membership Module he expounded on is a much better program and is easy to install and run.

I use it as well.
 

 
View user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN Messenger Reply with quote

Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » Modules


 
2 Replies / 850 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum