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 :
Automatic integration into any vBulletin style.
Fully customizable invitation template.
Import & invite contacts from Gmail and Yahoo services.
Import and invite manually entered contacts.
Import and invite contacts from manually entered contacts list.
Customizable invitation subject and email template under admin panel.
Allow/Disallow guest (not-logged in) users to use AdiInviter Pro system.
Auto formation of referral register link under invitation message.
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.
Here is an image of the directory. Ignore the root check in the box
at that directory level, create 1 folder named "tmp" and dont do any changes in config.php.
that will solve your issue.
Please remove that image. Do not expose your directory structure openly in public like that.
Warning: require_once(/forum/global.php) [function.require-once]: failed to open stream: No such file or directory in D:\Hosting\4687789\html\forum\adiinviter\adiinviter_global.php on line 2
Fatal error: require_once() [function.require]: Failed opening required '/forum/global.php' (include_path='.;C:\php5\pear') in D:\Hosting\4687789\html\forum\adiinviter\adiinviter_global.php on line 2
Warning: require_once(/forum/global.php) [function.require-once]: failed to open stream: No such file or directory in D:\Hosting\4687789\html\forum\adiinviter\adiinviter_global.php on line 2
Fatal error: require_once() [function.require]: Failed opening required '/forum/global.php' (include_path='.;C:\php5\pear') in D:\Hosting\4687789\html\forum\adiinviter\adiinviter_global.php on line 2
Read step #4 in installation document.
Open "\Upload\adiinviter\adiinviter_global.php"
Find :
PHP Code:
require_once("/home/user/public_html/forums/global.php"); //Write full path to global.php at your forum root
Specify full path to global.php at your forum root.
In case you dont know how to get correct path then do this :
Write below code in abc.php and upload it on your server :
That will give you root path. just enter further path to global.php next to it.
for e.g. if you get C:\root\xyz\abc\
then enter further path to global.php next to it
for e.g. forum\global.php likewise.
so your final path will be C:\root\xyz\abc\forum\global.php
Thanks for that file. That helped me get it working. I wouldn't think that I would need to have a drive letter in it but it turns out that I did. I'm use to a Linux server really. I have a Microsoft because I was learning some .Net
Thanks for that file. That helped me get it working. I wouldn't think that I would need to have a drive letter in it but it turns out that I did. I'm use to a Linux server really. I have a Microsoft because I was learning some .Net