Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Fri Mar 29, 2024 2:31 am
Voice Broadcast System


All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: How to send card alias in reply email.
PostPosted: Wed Jan 17, 2007 12:36 am 
Offline

Joined: Fri Dec 22, 2006 2:43 pm
Posts: 76
Location: London, UK
Can anyone tell me the variable to send the card alias in an email.

Just like how $card_gen is used to send the generated card number, what is the variable for getting the card alias?

Thanks in advance.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 17, 2007 1:39 am 
Offline

Joined: Mon May 29, 2006 7:07 pm
Posts: 287
Location: Denver
Thank you for registering with us

Your card number is $card_gen
Your login is $cardalias
Your password is $password


this goes into your email template.


Top
 Profile  
 
 Post subject: How to send card alias in reply email.
PostPosted: Wed Jan 17, 2007 2:13 am 
Offline

Joined: Fri Dec 22, 2006 2:43 pm
Posts: 76
Location: London, UK
Thanks for that mate.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 29, 2007 12:10 am 
Offline

Joined: Thu Aug 23, 2007 8:31 pm
Posts: 38
Location: Vancouver, BC, Canada
I tried $email but is doesn't work. :?

Like this:
Name: $email
Password: $password


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 30, 2007 2:53 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
Whatever is available here has been made available on purpose. For the moment, the exported variables are: $name, $username, $card_gen, $password, $cardalias and $loginkey

You can extend that list if you want but not without some PHP or SQL coding.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 01, 2007 12:09 am 
Offline

Joined: Fri Dec 15, 2006 8:01 pm
Posts: 72
Question:

how can I add the $cardalias to userinfo.php?

Joe L.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 21, 2008 5:54 pm 
Offline

Joined: Tue Aug 08, 2006 4:00 pm
Posts: 117
Location: Bitola,Macedonia
dynaguy wrote:
I tried $email but is doesn't work. :?

Like this:
Name: $email
Password: $password


Hi here is fix for $email :

Open file activate.php which is located in A2Billing_UI/signup
and go to line 85 and after this code which is located in 84 line

84 $messagetext = str_replace('$loginkey', "=$loginkey", $messagetext);

add this code :

$messagetext = str_replace('$email', $email, $messagetext);

and works :D


Attachments:
activate.zip [1.94 KiB]
Downloaded 520 times
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 
Hosted Voice Broadcast


All times are UTC


Who is online

Users browsing this forum: No registered users and 5 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