| Author |  Topic  | 
              
                | wiiFree ASP Hosts Moderator
 
      
 
                Denmark2632 Posts
 | 
                    
                      |  Posted - 22 July 2003 :  03:04:18   
 |  
                      | So tinem - did you get it to work then ? |  
                      |  |  | 
              
                | madukoNew Member
 
  
 
                USA58 Posts
 | 
                    
                      |  Posted - 23 July 2003 :  08:54:28     
 |  
                      | Could this code be the cause of the registration passing to a doubled URL? 
 It's like: default.aspdefault.asp
 
 www.tulsanow.org/forum
 
 |  
                      | 
 
  Places2ride.com
 
 |  
                      |  |  | 
              
                | tomasalsbroAverage Member
 
    
 
                Sweden818 Posts
 | 
                    
                      |  Posted - 19 August 2003 :  11:33:32     
 |  
                      | Hi, 
 I have problems similar to what you been discussed here.
 
 My site is
 http://www.whiplash.pp.se/forum
 I cant find the text about the policys in http://www.whiplash.pp.se/forum/policy.asp
 
 I have made text files of config, policy, login and register.
 
 Could anyone help me please?
 
 Cheers
 Tomas
 |  
                      | !-Keep distance in traffic-!
 www.whiplashinfo.se
 |  
                      |  |  | 
              
                | tomasalsbroAverage Member
 
    
 
                Sweden818 Posts
 | 
                    
                      |  Posted - 20 August 2003 :  00:31:31     
 |  
                      | !-- Bump --!  |  
                      | !-Keep distance in traffic-!
 www.whiplashinfo.se
 |  
                      |  |  | 
              
                | guessmeBanned User
 
   
 
                393 Posts | 
                    
                      |  Posted - 01 September 2003 :  23:53:48     
 |  
                      | The code for the inc_func_common.asp file, does it need to go in a specific place or can it go anywhere in the script. |  
                      | 
  |  
                      | Edited by - guessme on 01 September 2003  23:57:47
 |  
                      |  |  | 
              
                | DavioDevelopment Team Member
 
      
 
                Jamaica12217 Posts
 | 
                    
                      |  Posted - 02 September 2003 :  00:40:42   
 |  
                      | Anywhere. Just don't put it in the middle of another function.  |  
                      | Support Snitz Forums
 
 |  
                      |  |  | 
              
                | guessmeBanned User
 
   
 
                393 Posts | 
                    
                      |  Posted - 02 September 2003 :  04:00:46     
 |  
                      | Thanks |  
                      | 
  |  
                      |  |  | 
              
                | NetzStarting Member
 
 
 
                Denmark25 Posts
 | 
                    
                      |  Posted - 10 September 2003 :  11:50:51     
 |  
                      | Great stuff..... But after reading all the posts here - I am more upside down that up!  And all eager to fix this little prob that also showed up for me...
 I sit here all dressed up and very confused
  
 Would a kind soul please post all the corrected files here in a "Cut and past for dummies" style - Thanks
 
 
 |  
                      | A wise man don't know everything. But he knows who to ask :)
 
 
 Be the best you can be
 
 
 http://www.Bizworld.dk - Work From Home - The Smart way
 Stay Healthy: http://www.herbalcenter.dk
 |  
                      |  |  | 
              
                | DoughnutStarting Member
 
 
 
                United Kingdom40 Posts
 | 
                    
                      |  Posted - 28 September 2003 :  05:10:42     
 |  
                      | Hi GauravBhabu, 
 Forgive me if I'm being a bit dim here but I'm not a coder at all.
 
 I get loads of emails telling me that on registration they are clicking the "Agree" button and they are being looped back round to the same place.... would this code help me in this situation?
 
 Thanks, Robin.
 |  
                      |  |  | 
              
                | PeeWee.IncSenior Member
 
     
 
                United Kingdom1893 Posts
 | 
                    
                      |  Posted - 28 September 2003 :  07:19:53     
 |  
                      | Thats what the code is for, Doughnut  |  
                      | De Priofundus Calmo Ad Te Damine
 |  
                      |  |  | 
              
                | DoughnutStarting Member
 
 
 
                United Kingdom40 Posts
 | 
                    
                      |  Posted - 28 September 2003 :  16:42:37     
 |  
                      | thank you I'll give it a go later  |  
                      |  |  | 
              
                | DoughnutStarting Member
 
 
 
                United Kingdom40 Posts
 | 
                    
                      |  Posted - 29 September 2003 :  06:24:14     
 |  
                      | Alright there, 
 I don't know of I have this right but GauravBhabu says to make the code look like this:
 
 "                        <form action=""register.asp?mode=Register"" id=""form1"" method=""post"" name=""form1"">" & vbNewLine & _
 "                        <input name=""Refer"" type=""hidden"" value=""" & GetReferer() & """>" & vbNewLine & _
 "                        <input name=""REFERER_PATH"" type=""hidden"" value=""" & strScriptName & """>" & vbNewLine & _
 "                        <input name=""Submit"" type=""Submit"" value=""" & fLang(strLangPolicy00130) & """>" & vbNewLine & _
 "                        </form>" & vbNewLine & _
 
 If I do that my agree button is no longer visible!
 Shouldn't the line below still be in there somewhere or have I got something else wonky?
 
 "                        <input name=""Submit"" type=""Submit"" value=""Agree"">" & vbNewLine & _
 
 Thanks, Robin.
 |  
                      | Edited by - Doughnut on 29 September 2003  06:25:36
 |  
                      |  |  | 
              
                | redbrad0Advanced Member
 
      
 
                USA3725 Posts
 | 
                    
                      |  Posted - 29 September 2003 :  10:34:52     
 |  
                      | Robin, Just replace... 
 " <input name=""Submit"" type=""Submit"" value=""" & fLang(strLangPolicy00130) & """>" & vbNewLine & _
 
 with your line. The fLang(strLangPolicy00130) is just for using the language forums which it looks like you wouldnt need anyway.
 |  
                      | Brad
 Oklahoma City Online Entertainment Guide
 Oklahoma Event Tickets
 |  
                      |  |  | 
              
                | DoughnutStarting Member
 
 
 
                United Kingdom40 Posts
 | 
                    
                      |  Posted - 29 September 2003 :  11:32:03     
 |  
                      | Thanks... 
 Seems to have done the trick so far anyway
  |  
                      |  |  | 
              
                | btekcanJunior Member
 
   
 
                Turkey112 Posts
 | 
                    
                      |  Posted - 08 October 2003 :  04:37:16     
 |  
                      | Thanks GauravBhabu 
 This code very good working my forum...
 
 
 Cheers
 
 |  
                      |  |  | 
              
                
                |  Topic  |  |