Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Fri Apr 19, 2024 8:31 pm
VoIP Billing solution


All times are UTC




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: SIGNUP CONFIRMATION does not work on ver1.2.1
PostPosted: Mon Jun 26, 2006 3:51 pm 
Offline

Joined: Wed Mar 15, 2006 8:46 am
Posts: 109
Hi,

SIGNUP CONFIRMATION does not work on ver1.2.1

Any ideas?

Thx


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 26, 2006 4:53 pm 
Offline

Joined: Sun Mar 12, 2006 2:49 pm
Posts: 954
Location: Barcelona
Can u give more info please !?

Rgds, Areski


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 27, 2006 8:45 am 
Offline

Joined: Fri Apr 28, 2006 5:11 am
Posts: 426
Hmm... Very strange for me too :?
every time i push button 'Create a new user' it want open link ../signup/signup_confirmation.php+N
for example:
in first time link was as
signup_confirmation.php2
next time
signup_confirmation.php3
signup_confirmation.php4
and so on.
very strange

i not expert in PHP, but i did try to finded in code this counter, but i didnt finded.
areski, we need your help


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 27, 2006 10:24 am 
Offline

Joined: Wed Mar 15, 2006 8:46 am
Posts: 109
The problem which I encountered is actual same as anest.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 27, 2006 11:41 am 
Offline

Joined: Sun Mar 12, 2006 2:49 pm
Posts: 954
Location: Barcelona
can you try out this patch ?
if this is ok I will do a realese as we have a big issue here.


Index: signup/signup_confirmation.php
===================================================================
--- signup/signup_confirmation.php (revision 577)
+++ signup/signup_confirmation.php (working copy)
@@ -144,8 +144,9 @@
Thank you <?php echo $list[0][1]; ?> <?php echo $list[0][2]; ?> for registering with us!<br>
A mail with your information has been sent to <b><?php echo $list[0][3]; ?></b><br></br>
<h3>
- Your cardnumber is <b><?php echo $list[0][0]; ?></b>.<br></br>
- Your password is <b><?php echo $list[0][4]; ?></b><br></br>
+ Your cardnumber is <b><font color="#00AA00"><?php echo $list[0][0]; ?></font></b><br></br>
+ Your card alias is <b><font color="#00AA00"><?php echo $list[0][6]; ?></font></b><br></br>
+ Your password is <b><font color="#00AA00"><?php echo $list[0][4]; ?></font></b><br></br>
</h3>

</div>
Index: signup/form_data/FG_var_index.inc
===================================================================
--- signup/form_data/FG_var_index.inc (revision 577)
+++ signup/form_data/FG_var_index.inc (working copy)
@@ -129,7 +129,7 @@
"size=30 maxlength=30",
"11",
gettext("Insert the lastname of the customers"),
- "" , "", "", "", "", "" , "NO", "");
+ "" , "", "", "", "", "" , "", "");

$HD_Form -> AddEditElement (gettext("FIRSTNAME"),
"firstname",
@@ -138,7 +138,7 @@
"size=30 maxlength=30",
"11",
gettext("Insert the firstname of the customers"),
- "" , "", "", "", "", "" , "NO", "");
+ "" , "", "", "", "", "" , "", "");


$HD_Form -> AddEditElement (gettext("EMAIL"),
@@ -148,7 +148,7 @@
"size=30 maxlength=30",
"1",
gettext("Insert the email"),
- "" , "", "", "", "", "" , "NO", "");
+ "" , "", "", "", "", "" , "", "");


$HD_Form -> AddEditElement (gettext("ADRESSE"),
@@ -158,7 +158,7 @@
"size=30 maxlength=30",
"0",
gettext("Insert the address of the customers"),
- "" , "", "", "", "", "" , "NO", "");
+ "" , "", "", "", "", "" , "", "");


$HD_Form -> AddEditElement (gettext("CITY"),
@@ -168,7 +168,7 @@
"size=30 maxlength=30",
"0",
gettext("Insert the city"),
- "" , "", "", "", "", "" , "NO", "");
+ "" , "", "", "", "", "" , "", "");


$HD_Form -> AddEditElement (gettext("STATE/PROVINCE"),
@@ -178,7 +178,7 @@
"size=30 maxlength=30",
"11",
gettext("Insert the state"),
- "" , "", "", "", "", "" , "NO", "");
+ "" , "", "", "", "", "" , "", "");


$HD_Form -> AddEditElement (gettext("COUNTRY"),
@@ -188,7 +188,7 @@
"size=30 maxlength=30",
"0",
gettext("Insert the country"),
- "" , "", "", "", "", "" , "NO", "");
+ "" , "", "", "", "", "" , "", "");


$HD_Form -> AddEditElement (gettext("ZIP/POSTAL CODE"),
@@ -198,7 +198,7 @@
"size=30 maxlength=30",
"0",
gettext("Insert the zipcode"),
- "" , "", "", "", "", "" , "NO", "");
+ "" , "", "", "", "", "" , "", "");


$HD_Form -> AddEditElement (gettext("PHONENUMBER"),
@@ -208,7 +208,7 @@
"size=30 maxlength=30",
"7",
gettext("Insert the phone number of the customers"),
- "" , "", "", "", "", "" , "NO", "");
+ "" , "", "", "", "", "" , "", "");


$HD_Form -> AddEditElement (gettext("FAXNUMBER"),
@@ -218,7 +218,7 @@
"size=30 maxlength=30",
"",
gettext("Insert the fax number of the customers"),
- "" , "", "", "", "", "" , "NO", "");
+ "" , "", "", "", "", "" , "", "");


$HD_Form -> FieldEditElement ('username, useralias, uipass, credit, language, tariff, id_didgroup, id_campaign,'.
@@ -236,7 +236,7 @@
$begin_date = date("Y");
$begin_date_plus = date("Y")+10;
$end_date = date("-m-d H:i:s");
- $comp_date_plus = "$begin_date_plus.$end_date";
+ $comp_date_plus = $begin_date_plus.$end_date;
}

$mytariff = '';
@@ -299,7 +299,7 @@


//$HD_Form -> FG_GO_LINK_AFTER_ACTION_ADD = $_SERVER['PHP_SELF']."?atmenu=document&stitle=Document&wh=AC&id=";
-$HD_Form -> FG_GO_LINK_AFTER_ACTION_ADD = "signup_confirmation.php";
+$HD_Form -> FG_GO_LINK_AFTER_ACTION_ADD = "signup_confirmation.php?id=";
$HD_Form -> FG_GO_LINK_AFTER_ACTION_EDIT = $_SERVER['PHP_SELF']."?atmenu=document&stitle=Document&wh=AC&id=";
$HD_Form -> FG_GO_LINK_AFTER_ACTION_DELETE = $_SERVER['PHP_SELF']."?atmenu=document&stitle=Document&wh=AC&id=";


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 27, 2006 2:49 pm 
Offline

Joined: Wed Mar 15, 2006 8:46 am
Posts: 109
this patch works,

thanks


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 27, 2006 9:02 pm 
Offline

Joined: Fri Apr 28, 2006 5:11 am
Posts: 426
Database Backup.
Same problem:

Quote:
Not Found
The requested URL /admin/Public/A2B_entity_restore.php1 was not found on this server.


on next try it looking for file A2B_entity_restore.php2


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 27, 2006 10:07 pm 
Offline

Joined: Sun Mar 12, 2006 2:49 pm
Posts: 954
Location: Barcelona
:(

As it's the special Patching-day today, lets go on....
you can try this patch for the restore issue

Index: Public/form_data/FG_var_backup.inc
===================================================================
--- Public/form_data/FG_var_backup.inc (revision 577)
+++ Public/form_data/FG_var_backup.inc (working copy)
@@ -2,8 +2,6 @@

getpost_ifset(array('name','path','creationdate'));

-$plang='en';
-
$HD_Form = new FormHandler("cc_backup","Backup");

$HD_Form -> FG_DEBUG = 0;
@@ -98,7 +96,7 @@



-$HD_Form -> FG_GO_LINK_AFTER_ACTION_ADD = 'A2B_entity_restore.php';
+$HD_Form -> FG_GO_LINK_AFTER_ACTION_ADD = 'A2B_entity_restore.php?id';
$HD_Form -> FG_GO_LINK_AFTER_ACTION_EDIT = $_SERVER['PHP_SELF']."?atmenu=document&stitle=Document&wh=AC&id=";
$HD_Form -> FG_GO_LINK_AFTER_ACTION_DELETE = $_SERVER['PHP_SELF']."?atmenu=document&stitle=Document&wh=AC&id=";
?>


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 27, 2006 11:20 pm 
Offline

Joined: Fri Apr 28, 2006 5:11 am
Posts: 426
Code:
+$HD_Form -> FG_GO_LINK_AFTER_ACTION_ADD = 'A2B_entity_restore.php?id';

may be it should be like 'A2B_entity_restore.php?id='; ?

i just compare with first patch as example


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 28, 2006 7:30 pm 
Offline

Joined: Fri Apr 28, 2006 5:11 am
Posts: 426
i ask because im not a php expert. also im not programmer. so just want be sure how will correct. areski? anyone? answer please.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 28, 2006 10:19 pm 
Offline

Joined: Sun Mar 12, 2006 2:49 pm
Posts: 954
Location: Barcelona
the patch will work!
I will try to release 1.2.2 in the next days as we have many bugs here.
Rgds, Areski


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 28, 2006 10:38 pm 
Offline

Joined: Fri Apr 28, 2006 5:11 am
Posts: 426
thank you areski!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 
VoIP Billing solution


All times are UTC


Who is online

Users browsing this forum: No registered users and 16 guests


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group