Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: the submit button doesn't give any result

  1. #1
    Join Date
    Mar 2012
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default the submit button doesn't give any result

    Something goes wrong:

    I created two types of forms but the submit button doesn't give any result.

    The reason of that creation located at: http://www.cypruspainters.net/resources.html



    Type 1.

    http://www.cypruspainters.net/resour...on/addurl.html

    Type 2.

    http://www.cypruspainters.net/resources/addurl.html

    Please help!
    Last edited by neroman; 03-19-2012 at 01:31 PM.

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Your question is unclear.
    Please provide more information, and be as specific as possible.
    • What do you want to accomplish?
    • What have you already tried?
    • What problems did you encounter?

    Also, please be sure that you have included all relevant code and/or a link to the page in question.

    The submit button seems to work just fine - it triggers the javascript validation, and it submits the form. (The processing page returns a 404 error, but that's not a problem with the submit button.)

    What, exactly, is your problem?

  3. #3
    Join Date
    Mar 2012
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by traq View Post
    Your question is unclear.
    Please provide more information, and be as specific as possible.
    • What do you want to accomplish?
    • What have you already tried?
    • What problems did you encounter?

    Also, please be sure that you have included all relevant code and/or a link to the page in question.

    The submit button seems to work just fine - it triggers the javascript validation, and it submits the form. (The processing page returns a 404 error, but that's not a problem with the submit button.)

    What, exactly, is your problem?
    Thanks for your reply:

    My website is related about painting. So I created a painter's website under: www.cypruspainters.net

    In order to increase my website ranking, I created a sub page through a list of categories under www.cypruspainters.net/resources.html in order to enable visitors to add their website to www.cypruspainters.net/resources.html page after sending their website's weblink to my email address. Then, after my approval I can include their website under the proper category in my list.

    As a result, the visitor by choosing the related category he will be able to submit his/her website as follows:

    For instance, the user/visitor must select the Accommodation link at: http://cypruspainters.net/resources.html

    Then the user/visitor must press: Submit your website at:
    http://www.cypruspainters.net/resour...mmodation.html

    And finally, the user/visitor must complete the form at http://www.cypruspainters.net/resour...on/addurl.html

    In my case, the problem is when the user reach the last step. When the user completes the form and completes all fields, then it gets an error at: http://www.cypruspainters.net/resour...e.php?a=addurl

    Questions/Problems:

    1. How could I resolve this error? What changes I should proceed in order to inform the user that: Suggested Website Submitted Successfully.


    2. Also, when the user does not fill one of those field, a message does not appear next to uncompleted form in order to warn the user that * This field is required.


    Here is the code under the accommodation category:

    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    <head>
    <meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
    <title>artsaddurl</title>
    <style type="text/css">
    .auto-style1 {
    	text-align: center;
    }
    .auto-style2 {
    	font-size: x-large;
    }
    </style>
    </head>
    
    <body>
    
    
    
     <h1 class="auto-style2" style="height: 0px">Submit URL</h1><div class="greenbox_bground">
    	 <table width="100%" style="height:13px;" border="0" cellspacing="0" cellpadding="0"><tr><td><script language="javascript" type="text/javascript" src="../javascript/captcha.js"></script>
    <script language="javascript" type="text/javascript">
    <!--
    function checkForm(form) {
    
    	var form = document.forms['form'];
    
    	if (form.name.value=='') {
    		alert('Please type in a link title!');
    		form.name.focus();
    		return false;
    	}
    	if (form.url.value=='') {
    		alert('Please type in a link url!');
    		form.url.focus();
    		return false;
    	}
    	if (form.reciprocalurl.value=='') {
    		alert('Please type in a reciprocal link url!');
    		form.reciprocalurl.focus();
    		return false;
    	}
    
    	form.action = 'resource.php?a=addurl';
    	form.submit();
    }
    // -->
    </script>
    
    <form name="form" id="form" method="post">
      <input type="hidden" name="mode" value="submit" />
      <p>
        <label>Category</label>
        <select name="resourcecategoryid">
          <option value="33" >Accommodation</option><option value="16" >Apartments 
    	  Resources</option><option value="15" >Arts</option>
          <option value="31" >Automotive</option><option value="12" >
    	  Business</option><option value="23" >Business Directories</option><option value="25" >
    	  Car hire</option><option value="40" >Car sales</option><option value="18" >
    	  Education and Training</option><option value="24" >holidays abroad</option><option value="10" >
    	  Home &amp; Garden</option><option value="19" >Hotels and Resorts</option><option value="28" >
    	  Internet Services</option><option value="30" >Other</option><option value="36" >
    	  Other 1</option><option value="21" >Real Estate</option><option value="37" >
    	  Real Estate 1</option><option value="22" >Services</option><option value="39" >
    	  Software</option><option value="27" >Sport and Recreation</option><option value="14" >
    	  Travel</option><option value="29" >Vacation Rentals</option><option value="32" >
    	  Villas</option><option value="13" >Web Design and Internet</option><option value="26" >
    	  Web Directories</option><option value="35" >Web Directories 1</option><option value="38" >
    	  Web Directories 2</option><option value="11" >Weddings</option>    </select>
      </p>
      <p>
        <label>Title</label>
        <input type="text" name="name" value="" size="40" />
      </p>
        <p>
        <label>Email</label>
        <input type="text" name="email" value="" size="40" />
      </p>
        <p>
        <label>Link(URL)</label>
        <input type="text" name="url" value="" size="40" />
      </p>
      <p>
        <label>Description </label>
        <textarea rows="3" cols="31" name="description" ></textarea>
      </p>
        <p>
          <label>Reciprocal URL</label>
          <input type="text" name="reciprocalurl" value="" size="40" />
        </p>
    	    <p>
    		<label></label><img src="http://www.cypruspainters.net/captcha/freecap.php" id="freecap" alt="" /><br />
    <label></label>If you can't read the confirmation code, <a onclick="this.blur();new_freecap();return false;" href="#">
    		click here</a>
    		</p>
    			    <p>
    		<label>Confirmation code</label><input type="text" name="word" />
    		</p>
    		<p>
          <label></label>
          <input type="button" class="button" value="Submit " onclick="checkForm();" style="width:100px; margin-left:178px;" />
        </p>
    </form>
    
    			Please use the following details to include us on your web site.<br/>
    <br/>
    <strong>Title: </strong>George Ashiotis is a self-taught artist.<br/>
    <strong>Description: </strong>George Ashiotis is a self-taught artist who paints mostly abstract pictures to show the way his mind interprets an event or happening in his life. There is always a story behind each painting.<br/>
    <strong>URL: </strong> http://www.cypruspainters.net<br/>
    </td></tr></table>
    
    
    
    <div class="auto-style1">
    	<!--content_layout-->    
        <td class="content_right">&nbsp;</td>
      
      <tr>
        <td valign="top" class="footer">&nbsp;</td>
        <td valign="top" class="sidebox_layout_fix">&nbsp;</td>
        <td valign="top" class="footer"><a href="/../../../../../../">home</a> | <a href="/recentnew.htm">recent</a> | <a href="/photo.htm">paintings</a> | <a href="/Links.htm">links</a> | <a href="/feedback2.htm">feedback</a> | <a href="/resources.html">resources</a> | <a href="/resources/addurl.html">add URL</a><br />Copyright © 2006 by Antonis Ashiotis. All rights reserved</a>.</td><td valign="top" class="footer"></div>
    
    
    
    
    
    </body>
    
    </html>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Last edited by jscheuer1; 03-19-2012 at 04:57 PM. Reason: Format

  4. #4
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by neroman View Post
    In my case, the problem is when the user reach the last step. When the user completes the form and completes all fields, then it gets an error at: http://www.cypruspainters.net/resour...e.php?a=addurl
    [ ... ]

    Also, when the user does not fill one of those field, a message does not appear next to uncompleted form in order to warn the user that * This field is required.
    these two issues have nothing to do with the submit button.

    1. There is no page at cypruspainters.net/resources/accommodation/resource.php. Maybe you made a typo in the URL?

    2. Your javascript only includes validation for the "name", "url", and "reciprocalurl" fields:
    Code:
    function checkForm(form) {
    
    	var form = document.forms['form'];
    
    	if (form.name.value=='') {
    		alert('Please type in a link title!');
    		form.name.focus();
    		return false;
    	}
    	if (form.url.value=='') {
    		alert('Please type in a link url!');
    		form.url.focus();
    		return false;
    	}
    	if (form.reciprocalurl.value=='') {
    		alert('Please type in a reciprocal link url!');
    		form.reciprocalurl.focus();
    		return false;
    	}
    
    	form.action = 'resource.php?a=addurl';
    	form.submit();
    }
    you'd need to add lines if you wanted to process the other fields or add other messages.

  5. #5
    Join Date
    Mar 2012
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Wink

    Quote Originally Posted by traq View Post
    these two issues have nothing to do with the submit button.

    1. There is no page at cypruspainters.net/resources/accommodation/resource.php. Maybe you made a typo in the URL?

    2. Your javascript only includes validation for the "name", "url", and "reciprocalurl" fields:
    Code:
    function checkForm(form) {
    
    	var form = document.forms['form'];
    
    	if (form.name.value=='') {
    		alert('Please type in a link title!');
    		form.name.focus();
    		return false;
    	}
    	if (form.url.value=='') {
    		alert('Please type in a link url!');
    		form.url.focus();
    		return false;
    	}
    	if (form.reciprocalurl.value=='') {
    		alert('Please type in a reciprocal link url!');
    		form.reciprocalurl.focus();
    		return false;
    	}
    
    	form.action = 'resource.php?a=addurl';
    	form.submit();
    }
    you'd need to add lines if you wanted to process the other fields or add other messages.




    Thanks man for your help!

    I am freshman on this but I fight for it in order to learn....


    I have created cypruspainters.net/resources/accommodation/resource.php and I also add more lines:


    HTML Code:
    	var form = document.forms['form'];
    
    	if (form.name.value=='') {
    		alert('Please type in a link title!');
    		form.name.focus();
    		return false;
    	}
    	if (form.email.value=='') {
    		alert('Please type in a link email!');
    		form.url.focus();
    		return false;
    	}
    	if (form.url.value=='') {
    		alert('Please type in a link url!');
    		form.url.focus();
    		return false;
    	}
    	if (form.description.value=='') {
    		alert('Please type in a description!');
    		form.reciprocalurl.focus();
    		return false;
    	}
    	if (form.reciprocalurl.value=='') {
    		alert('Please type in a reciprocal link url!');
    		form.reciprocalurl.focus();
    		return false;
    	}
    
    	form.action = 'resource.php?a=addurl';
    	form.submit();
    }
    But still something goes wrong:

    How can I set my email in order to receive feedback (users' input) for what they have written into the empty fields of the forms ?
    Last edited by neroman; 03-19-2012 at 10:39 PM.

  6. #6
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Well, as you pointed out, your form submits to the page cypruspainters.net/resources/accommodation/resource.php.

    As I pointed out, that page does not exist.

    There may be a typo in the URL, or you may have not uploaded it to the proper location. I would have no way of knowing. If you post the contents of that script, we can check to see if it is configured to send the form results to your email address.

  7. #7
    Join Date
    Mar 2012
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by traq View Post
    Well, as you pointed out, your form submits to the page cypruspainters.net/resources/accommodation/resource.php.

    As I pointed out, that page does not exist.

    There may be a typo in the URL, or you may have not uploaded it to the proper location. I would have no way of knowing. If you post the contents of that script, we can check to see if it is configured to send the form results to your email address.
    __________________
    -Adrian
    i design your custom anything * follow on facebook


    Hi and thanks for your time!

    It is a bit strange because I see my weblink page locally and remotely at: www.cypruspainters.net/resources/accommodation/resource.php

    Below is the weblink code:
    resource.php

    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    <head>
    <meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
    <title>accommodationresource</title>
    <style type="text/css">
    .auto-style1 {
    	text-align: center;
    }
    .auto-style2 {
    	font-size: x-large;
    }
    </style>
    </head>
    
    <body>
    
    
    
     <h1 class="auto-style2" style="height: 0px">Submit URL</h1><div class="greenbox_bground">
    	 <table width="100%" style="height:13px;" border="0" cellspacing="0" cellpadding="0"><tr><td><script language="javascript" type="text/javascript" src="../javascript/captcha.js"></script>
    <script language="javascript" type="text/javascript">
    <!--
    function checkForm(form) {
    
    	var form = document.forms['form'];
    
    	if (form.name.value=='') {
    		alert('Please type in a link title!');
    		form.name.focus();
    		return false;
    		
    		
    	}
    	if (form.email.value=='') {
    		alert('Please type in a link email!');
    		form.url.focus();
    		return false;
    		
    	
    		
    	}
    	if (form.url.value=='') {
    		alert('Please type in a link url!');
    		form.url.focus();
    		return false;
    		
    			
    	}
    	if (form.description.value=='') {
    		alert('Please type in a description!');
    		form.reciprocalurl.focus();
    		return false;
    		
    	}
    	if (form.reciprocalurl.value=='') {
    		alert('Please type in a reciprocal link url!');
    		form.reciprocalurl.focus();
    		return false;
    		
    	}
    
    	form.action = 'resource.php?a=addurl';
    	form.submit();
    }
    // -->
    </script>
    
    <form name="form" id="form" method="post">
      <input type="hidden" name="mode" value="submit" />
      <p>
        <label>Category</label>
        <select name="resourcecategoryid">
          <option value="33" >Accommodation</option><option value="16" >Apartments 
    	  Resources</option><option value="15" >Arts</option>
          <option value="31" >Automotive</option><option value="12" >
    	  Business</option><option value="23" >Business Directories</option><option value="25" >
    	  Car hire</option><option value="40" >Car sales</option><option value="18" >
    	  Education and Training</option><option value="24" >holidays abroad</option><option value="10" >
    	  Home &amp; Garden</option><option value="19" >Hotels and Resorts</option><option value="28" >
    	  Internet Services</option><option value="30" >Other</option><option value="36" >
    	  Other 1</option><option value="21" >Real Estate</option><option value="37" >
    	  Real Estate 1</option><option value="22" >Services</option><option value="39" >
    	  Software</option><option value="27" >Sport and Recreation</option><option value="14" >
    	  Travel</option><option value="29" >Vacation Rentals</option><option value="32" >
    	  Villas</option><option value="13" >Web Design and Internet</option><option value="26" >
    	  Web Directories</option><option value="35" >Web Directories 1</option><option value="38" >
    	  Web Directories 2</option><option value="11" >Weddings</option>    </select>
      </p>
      <p>
        <label>Title</label>
        <input type="text" name="name" value="" size="40" />
      </p>
        <p>
        <label>Email</label>
        <input type="text" name="email" value="" size="40" />
      </p>
        <p>
        <label>Link(URL)</label>
        <input type="text" name="url" value="" size="40" />
      </p>
      <p>
        <label>Description </label>
        <textarea rows="3" cols="31" name="description" ></textarea>
      </p>
        <p>
          <label>Reciprocal URL</label>
          <input type="text" name="reciprocalurl" value="" size="40" />
        </p>
    	    <p>
    
    
    		<label></label><img src="http://www.ideahomefinder.com/captcha/freecap.php" id="freecap" /><br />
    <label></label>If you can't read the confirmation code, <A onclick="this.blur();new_freecap();return false;" href="#">click here</A>
    		</p>
    			    <p>
    		<label>Confirmation code</label><input type="text" name="word">
    		</p>
    		<p>
          <label></label>
          <input type="button" class="button" value=" Submit " onClick="checkForm();">
        </p>
    </form>
    
    Please use the following details to include us on your web site.<br/>
    <br/>
    <strong>Title: </strong>George Ashiotis is a self-taught artist.<br/>
    <strong>Description: </strong>George Ashiotis is a self-taught artist who paints mostly abstract pictures to show the way his mind interprets an event or happening in his life. There is always a story behind each painting.<br/>
    <strong>URL: </strong> http://www.cypruspainters.net<br/>
    </td></tr></table>
    
    
    
    <div class="auto-style1">
    	<!--content_layout-->    
        <td class="content_right">&nbsp;</td>
      
      <tr>
        <td valign="top" class="footer">&nbsp;</td>
        <td valign="top" class="sidebox_layout_fix">&nbsp;</td>
        <td valign="top" class="footer"><a href="/../../../../../../">home</a> | <a href="/recentnew.htm">recent</a> | <a href="/photo.htm">paintings</a> | <a href="/Links.htm">links</a> | <a href="/feedback2.htm">feedback</a> | <a href="/resources.html">resources</a> | <a href="/resources/addurl.html">add URL</a><br />Copyright © 2006 by Antonis Ashiotis. All rights reserved</a>.</td><td valign="top" class="footer"></div>
    
    
    </body>
    
    </html>
    

    Here is a sub link page of the above code:

    http://cypruspainters.net/javascript/captcha.js

    captcha.js

    HTML Code:
    function new_freecap()
    {
    	// loads new freeCap image
    	if(document.getElementById)
    	{
    		// extract image name from image source (i.e. cut off ?randomness)
    		thesrc = document.getElementById("freecap").src;
    		thesrc = thesrc.substring(0,thesrc.lastIndexOf(".")+4);
    		// add ?(random) to prevent browser/isp caching
    		document.getElementById("freecap").src = thesrc+"?"+Math.round(Math.random()*100000);
    	} else {
    		alert("Sorry, cannot autoreload freeCap image\nSubmit the form and a new freeCap will be loaded");
    	}
    }

    By the way http://captchas.net free CAPTCHA service does not work under at: http://www.cypruspainters.net/captcha/freecap.php

    For this reason, temporary I forced to use another path with the same code from an affiliated website in order to linked to CAPTCHA freecap service.


    The CAPTCHA freecap service works fine at the affiliated website as follow:

    http://www.ideahomefinder.com/resour...odation/addurl

    and http://www.ideahomefinder.com/resource.php?a=addurl

    BUT NOT on my website at:

    http://www.cypruspainters.net/resour...on/addurl.html and http://www.cypruspainters.net/resour...e.php?a=addurl
    Last edited by neroman; 03-20-2012 at 05:13 PM.

  8. #8
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    You shouldn't post your API key in public.

    ...........................................

    Earlier, every time I followed that link, I got an "Error 404" response, which means that the URL did not point at an actual file.

    Today, I am offered a download link for the PHP file.

    This would indicate that your web host is not set up to run php - it's just an unrecognized file type, so the server offers a download prompt. This may be the reason your captcha script doesn't work either. Have you ever had a php script run successfully on your site? Talk to your web host to see if they support PHP. If they don't, you'd need to find a new host.


    Beyond that, your resource.php file contains no php code. As you posted above, it's all html and javascript - there is nothing at all that can receive and process the form submission. Did you write this yourself, or did you download it or follow an example from somewhere? Do you have a script somewhere that actually handles the form submission?
    Last edited by traq; 03-20-2012 at 03:16 PM.

  9. #9
    Join Date
    Mar 2012
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Angry

    Quote Originally Posted by traq View Post
    You shouldn't post your API key in public.

    ...........................................

    Earlier, every time I followed that link, I got an "Error 404" response, which means that the URL did not point at an actual file.

    Today, I am offered a download link for the PHP file.

    This would indicate that your web host is not set up to run php - it's just an unrecognized file type, so the server offers a download prompt. This may be the reason your captcha script doesn't work either. Have you ever had a php script run successfully on your site? Talk to your web host to see if they support PHP. If they don't, you'd need to find a new host.


    Beyond that, your resource.php file contains no php code. As you posted above, it's all html and javascript - there is nothing at all that can receive and process the form submission. Did you write this yourself, or did you download it or follow an example from somewhere? Do you have a script somewhere that actually handles the form submission?


    I tried to pm you the API Key but the forum didn't let me

    I copied some code from: http://www.opensource.org/licenses/mit-license.php


    At my website's index.htm at: http://www.cypruspainters.net/index.htm , I put inside the <head> the following script:
    <script type="text/javascript" src="javascript/jquery.js,swfobject.js,infieldlabel.js,validationEngine.js,labelify.js,colorbox.js,date.js,datepicker.js,aviaslider.js,javascript.js" language="javascript"></script>

    But I think this is useless for the index.htm webpage (I put it in order to check this later on)

    I have already put the same script inside the <head> at: http://www.cypruspainters.net/resour...mmodation.html

    The same script as follow: <script type="text/javascript" src="/javascript/jquery.js,swfobject.js,infieldlabel.js,validationEngine.js,labelify.js,colorbox.js,date.js,datepicker.js,aviaslider.js,javascript.js" language="javascript"></script>, it leads to javascript folder at: http://www.cypruspainters.net/javasc...,javascript.js

    I couldn't post the code which leads to this script because: The text that you have entered is too long (154550 characters). Please shorten it to 10000 characters long.

    I will ask my hosting provider if they support PHP because also my website's feedback page at: http://www.cypruspainters.net/feedback2.htm doesn't work successfully as before!

    A brief information has been found at my provider's page: https://www.misk.com/essentials/hosting.aspx


    What Type of Files Can I Upload?:

    Misk.com's Hosting supports all static content. This includes html files, all types of images, javascript, flash, zip, pdf, and anything else you can think of! There are NO restrictions on the type of files you can upload. You won't find a better service for hosting static content.

    For dynamic scripting languages such as PHP, ASP, JSP, or ColdFusion, you'll need to find a hosting service that specializes in the specific language you're looking for. You can still take advantage of the superior dns, email, and other features included with our Domain Essentials plan by using our Custom DNS service to point your domain name to your other host. Using our service this way allows you to take advantage of our enterprise level features as well as leaving you in full control even if your web host is having issues.


    Also take a look at some of the Mail Forms from my provider (if that's help) at:
    http://www.cypruspainters.net/MiskMa...ilForm0001.jpg

    http://www.cypruspainters.net/MiskMa...ilForm0002.jpg

    http://www.cypruspainters.net/MiskMa...ilForm0003.jpg

    Thanks
    Last edited by neroman; 03-20-2012 at 07:38 PM.

  10. #10
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by neroman View Post
    Misk.com's Hosting supports all static content [...] For dynamic scripting languages such as PHP, ASP, JSP, or ColdFusion, you'll need to find a hosting service that specializes in the specific language you're looking for.
    ...meaning, "not us."
    I'd suggest finding a new host. PHP support is nearly universal nowadays - you should be able to find a more-than-decent PHP host for under $10/ month.


    As for your scripts, files, and API key: no, I don't need to see them. Once you have a host that supports PHP you can try them again, and then we can see if there are any problems that need to be solved.

  11. The Following User Says Thank You to traq For This Useful Post:

    neroman (03-20-2012)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •