The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
AdiInviter Contacts Importer / Inviter : Brings Massive Real Traffic To Your Website Details »» | |||||||||||||||||||||||||||||||||
AdiInviter Contacts Importer / Inviter : Brings Massive Real Traffic To Your Website
Developer Last Online: Nov 2015
AdiInviter Pro v1.1 Premium | Live Demo What is AdiInviter Pro? : AdiInviter Pro allows your website visitors to import their contacts from various email providers and social network websites. Your website visitors can send personalized email invitations to all their friends referring/asking them to join your website. AdiInviter Pro v0.7 Lite Edition Features :
Premium Version : AdiInviter Pro v1.1 | Live Demo Installation : Refer to Installation file at : Instructions/Installation Document.html under downloaded zip . Support : Yes! In this topic or contact us here to get quick support. Note : Kindly avoid premium version discussions in this topic. If you have any comment/suggestion/request about premium version of the product then kindly drop us a line at our official website. We are more than glad to answer your queries. Download Now
Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
JohorBahru |
Comments |
#102
|
||||
|
||||
Quote:
No need to apologize. it was a request. |
#103
|
|||
|
|||
Nice thinking behind the mod ... I saw all the discussion pages of this mod and think that it still needs to be more sorted out in terms of coding to ensure reliability ... Will install it only when many people have had a smooth, trouble free installation ...
Also, there have been a lot of requests for adding more services to the free version ... Personal advise, if you want to sell something, atleast offer enough so that people will use the free version and be tempted to buy the paid version ... I guess you could add Facebook to the free version easily as Facebook Connect is already available for vB. You won't be losing out much ... Also add Hotmail as a lot of people have said they won't even try it if hotmail isn't available in the free version ... I know you worked hard to make this, but it's going to be tough to sell it without reeling in some free users first ... Also nominated for Mod of the month and sent you a friend request on Facebook ... |
#104
|
||||
|
||||
Quote:
I will think about adding Facebook and Hotmail in free version. However those 2 require hell lotza maintainance to keep it up to date. Also the code we are supplying for free version is totally different from what we are supplying in full versions. Thank you very much |
#105
|
|||
|
|||
when i import gmail contact ... a error had come .. ?
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/friendzm/public_html/forum/scripts/gmail.php on line 25 Fatal error: Call to undefined function: iconv() in /home/friendzm/public_html/forum/scripts/gmail.php on line 71 how to solve it ? |
#106
|
|||
|
|||
yahoo import the contacts but .. error on head ..
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/friendzm/public_html/forum/scripts/yahoo.php on line 23 Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/friendzm/public_html/forum/scripts/yahoo.php on line 23 Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/friendzm/public_html/forum/scripts/yahoo.php on line 23 Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/friendzm/public_html/forum/scripts/yahoo.php on line 23 .. 4 times came . .. solve it plz |
#107
|
||||
|
||||
Quote:
Quote:
Try this : 1. Open ../scripts/gmail.php 2. Find : (Line 26) Code:
curl_setopt($ch, CURLOPT_HEADERFUNCTION, 'read_header'); Code:
curl_setopt($ch, CURLOPT_HEADER, 0); 3. Open ../scripts/yahoo.php 4. Find : (Line 23) Code:
curl_setopt($ch,CURLOPT_FOLLOWLOCATION,$follow); Code:
curl_setopt($ch, CURLOPT_HEADER, 0); |
#108
|
|||
|
|||
As with all ( or most ) shared website hosting plans, ours limits our email sending to a limited 200 per hour, would you incorporate a sending limit that can specify a list in the back end then limit the sending amount to whatever an hour
( a number we specify by possibly using the cron ) so, once someone has submitted a load of email addresses, the addresses go into a que and are sent via the set amount of allowed per hour ? I would be more inclined to purchase the gold version if I were able to control the sending limit like that, otherwise I am risking my hosting. |
#109
|
||||
|
||||
Quote:
|
#110
|
||||
|
||||
I installed the new version, yahoo is working good but gmail isn't. The error i am getting in gmail inviter is:
Quote:
|
#111
|
||||
|
||||
Quote:
About this function on php.net : Quote:
Code:
<?php $exists_iconv_get_encoding = function_exists('iconv_get_encoding'); $exists_iconv = function_exists('iconv'); if ($exists_iconv_get_encoding == TRUE) { echo "iconv_get_encoding is declared<br>"; } else { echo "iconv_get_encoding is not declared<br>"; } if ($exists_iconv == TRUE) { echo "iconv is declared<br>"; } else { echo "iconv is not declared<br>"; } $test_string = "this is an ascii-only test string"; echo "test_string is: $test_string<br>"; $encoding = iconv_get_encoding($test_string); echo "encoding is: $encoding<br>"; $result = iconv($encoding,'UTF-8',$test_string); echo "result is: $result<br>"; ?> Code:
<?php var_dump(get_extension_funcs("iconv")); ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|