version 1.4: Missing signup.php

It's not difficult to install myLounge Redirection, but sometimes it's quite tricky. Post your questions in here.

Moderator: Scooby

version 1.4: Missing signup.php

Postby newbie000 » Sat Jun 18, 2005 3:31 am

Zip file for Version 1.4 is missing

signup.php
member.php (has members.php) and
clients.php

in the zip file. where can I get these files ?
I guess I cannot test without them.
newbie000
Newbie
Newbie
 
Posts: 3
Joined: Sat Jun 18, 2005 3:27 am

Postby JGJacobs » Sat Jun 18, 2005 6:08 am

The files you are looking for are in ver1.2 only. member.php is members.php, signup.php is register.php.
HazardCell.com
Anything's Possible
JGJacobs
Enthusiast
Enthusiast
 
Posts: 78
Joined: Fri Apr 02, 2004 10:17 am
Location: Kajang, Malaysia, Asia

Want to view working version 1.4 somewhere

Postby newbie000 » Sat Jun 18, 2005 3:36 pm

JGJacobs wrote:The files you are looking for are in ver1.2 only. member.php is members.php, signup.php is register.php.


Thanks... All the examples I have seen are version 1.2 has anyone got a version 1.4 working example ?

All I see is a blank page like this example.

I looked at register.php around like 72

Code: Select all
// Only do so, when the checks before go ok. So, if $outputmsg is empty, we can check the available domains
   else {
   $tld_query = mysql_query("SELECT * FROM $domain_table ORDER BY domain ASC");
   $outputmsg = $text_16;
   while ($tlds = mysql_fetch_array($tld_query)) {   
      $checkname = "$domainname.$tlds[0]";
      $checkdom=mysql_num_rows(mysql_query("select * from $redir_table where host='$checkname'"));
//--- debug
echo '<br>checkdom='.$checkname.' results in '.$checkdom;
//--- debug
      if($checkdom!="0") {
         $outputmsg.="www.$checkname $text_21 [<a href="whois.php?do=check&domainname=$checkname">$text_7</a>]<br><br>";
      }
      else {
         $outputmsg.="<a href="register.php?do=register2&domainname=$domainname&ext=$tlds[0]"><b>www.$checkname</b></a> $text_22  <a href="register.php?do=register2&domainname=$domainname&ext=$tlds[0]">$text_23</a><br><br>";
      }
      $do ="main";
   }
   }
}



Note the above debug statement does not display any values ?!?
Is there any initialization I need to do - prior to usage ?
newbie000
Newbie
Newbie
 
Posts: 3
Joined: Sat Jun 18, 2005 3:27 am

Figured it out

Postby newbie000 » Sat Jun 18, 2005 3:57 pm

If you get a blank page then you missed a step in installation.

2. Add domains to your service (otherwise your users can't register)
3. Add categories (same as above)


Thanks for the script :lol:

Is there an explaination/advise on how to use categories and domains for redirection. I am new to this and have not used many to know what I can do with this script

Thanks in advance
newbie000
Newbie
Newbie
 
Posts: 3
Joined: Sat Jun 18, 2005 3:27 am


Return to Support

Who is online

Users browsing this forum: No registered users and 1 guest

cron