PDA

View Full Version : Add-On Releases - Contact's Inviter MSN/Yahoo/Gmail & MORE


Pages : [1] 2

lebanon
04-26-2007, 10:00 PM
I just finished this for my website and had it tested, every thing seems working fine
except the basic design i made, hopefully someone would redesign it and submit it :)

What is this ?
Like major websites, they grew using Invite systems , and prompting their users to send invites to their own contact lists.
This is a vbulletin clone, made as much simply as possible, to do its job
I am not a designer, that will explain the simple tables and designs used.

REQUIREMENTS : PLEASE PAY ATTENTION
You need PHP COMPILED WITH CURL WITH SSL FOR THIS TO WORK and can open remote urls.
The script works fine on many major hosts and custom configurations but the requirements cannot be bypassed.

Demo can be "viewed" on http://www.tchatting.com/forum/inviter.php
However, you need to be registered to test it and will send invites to my own forum.

Features :
Group Permissions , you can specify permissions for every group to be allowed to send invites or not.

Imports contacts from hotmail, live, yahoo, mail, lycosmail , indiatimes, rediffmail and aol
I have tested those mail successfully ( thanks for those who provided their mails to test upon as i didnt have time to register on all these sites )

Installation :
Import 1 xml file
Upload the rest to corresponding folders
EDIT postage.php BEFORE uploading
You will need to modify
$subject = "you are invited to join us!";

$from = "NOTSPAM@YOURDOMAIN";
and optionally $message variable to suit your own liking

I will try to support this as much as i can, to better help you please confirm with your host if curl with ssl is compiled at your host before asking.
If your running on Major Host companies, mention their name perhaps other members could help too or i might know of.

Thats it for now ! Be Kind , Click INSTALL !
If you appreciate this kindly reserve the copyright text, or contact me about branding free options.

As its the first release of this addon, provide feedback to help improve this product.
I will try to support it as much as i can but be aware that occasionally these mail providers change their structure, so there is no guarantees on working time.


Here is a demo on my test board http://www.dotleb.org/upload/inviter.php
This demo will NOT SEND MAIL OUT ! , it will import you contacts but will not send even if you click send ! ( we dont want inviting to a test board do we ! )

April 29th : Updated the zip file, for missing line in myhotmail.php resulting in not showing the send button for old hotmail style inboxes.

April 30th : Luky (https://vborg.vbsupport.ru/member.php?u=167012)added another redesigned template here (https://vborg.vbsupport.ru/showthread.php?t=146088)

In progress : Check invites against database to avoid inviting current users by Zia's suggestion (https://vborg.vbsupport.ru/showpost.php?p=1238041&postcount=76)

May 3rd :
Two changes were made
a-) Moved all files with proper changes to folder /inviter/ in forum root ( this is due to the fact that even though most hosts do not require chmod but seems some are still having this problem, especially when writing yahoo temporary files, also this cleans up a little on your forum root .
b-) Added a check array on emails against db,
This will check emails that are being sent against your own database, thus if someone is inviting a person who already exist as a member, will not receive the invite email !
Technical details : The line
$comma_separated = implode(",", $my_array); // you can change the , to another separator if you want
You can also use the variable $comma_separated to print a warning in the invite_code2 template , for example

The following list of emails did not receive your invitation because they are already members <center> $comma_separated <center>

Also note, that I did choose not to add the emails being invited to database because that is more like stealing user's contact list emails!

UPGRADE INSTRUCTIONS
Delete all prior 11 php files on the forum root, and upload the new folder structure as
inviter.php and postage.php to forum root, and the folder as /inviter/
No other changes are necessary !
If you want to keep your folder structure and just obtain the DB Check feature, just replace the postage.php file !



Godaddy Hosting and Wild West resold hosting Note :
You will find pages loading and returning no result, that is because ythey use a curl proxy, for every file in the hack find
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
and replace with

curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128");

This will enable the hack to work on their hosting setup !

MAY 30TH :

First sorry for not supporting this as much as earlier i did but due to the busy incidents at lebanon and my actual job in a local newspaper department there was no time for personal hobbies .
This update, with a special Thanks to The Bish who volunteered his ftp access to fix the Yahoo import error .
The script itself had no problems, but due to different servers configurations the problems he faced could also be yours .
Download and update your script with May-30 Project zip file ONLY IF all other scripts are working EXCEPT myyahoo.php !
Extra NOTES to avoid myyahoo.php errors :
chmod folder inviter 777
chmod *.php files (inside the /invite/ folder ) 755 ( ie: myyahoo.php mygmail.php etc )
chmod *.txt files (inside the /invite/ folder ) 777

Another issue was noted when using VBSEO script is to EXCLUDE inviter.php & postage.php from vbseo config administration page ( you should know how to when using vbseo )

These steps has resolved the errors caused by yahoo importer when other importers worked but not yahoo !

zhabbo
04-27-2007, 11:10 AM
Thanks installed
It all seems to be working fine currently

nexialys
04-27-2007, 11:18 AM
no download hit and one install... strange...

some screenshot please... so we understand the goal !!

lebanon
04-27-2007, 11:23 AM
i forgot my demo is unaccessible, ill post the demo on another link

zhabbo
04-27-2007, 11:30 AM
Ooops sorry, pressed it now

abramelin
04-27-2007, 01:16 PM
how can i knof that if my dedicated server supports curl with ssl is compiled ? can i see these in phpinfo?

kartik786
04-27-2007, 01:57 PM
does it work with vb 3.6.4 ?

lebanon
04-27-2007, 02:03 PM
yes these are viewable , just scroll down to CURL section and see if it has SSL, such as OpenSSL

Kartik , yes it should work on all previous versions that support installer,

akulion
04-27-2007, 02:11 PM
hi lebanon
i tried registering on ur forum to see the deom
but it seems somethings messed up on ur site
i havent gotten an email for confirmation yet
and furthermore the registration message looks like this on ur site...

Thank you for registering, $username. An email has been dispatched to $email with details on how to activate your account. Click here to return to where you were previously.

You will receive an email in your inbox. You MUST follow the link in that email before you can post on these forums. Until you do that, you will be told that you do not have permission to post.

Attention HOTMAIL, AOL , YAHOO, or any other free service please check your junk folder for activation email ! Also to make sure you recieve future emails please click on NOT JUNK MAIL in your email message !


its not supposed to show $username and $email but it is on ur site

so i suspect the emails are not getting sent
can u check? my username there should be aku

abramelin
04-27-2007, 02:11 PM
there is no curl section in my phpinfo but there is openssl so ?

akulion
04-27-2007, 02:13 PM
abramelin its likely to work with CURL

the thing u should be worried about is when it uses fopen

akulion
04-27-2007, 02:29 PM
everything seems to be working
but when i invite people i get this


Unable to add cookies, header already sent.
File: /home/.cash/akulion/path-to-peace.com/community/postage.php
Line: 6


any ideas?

abramelin
04-27-2007, 02:40 PM
Warning: fopen(/home/hebele/public_html/gmailcookie.txt) [function.fopen]: failed to open stream: Permission denied in /mygmail.php on line 26

Warning: fclose(): supplied argument is not a valid stream resource in /mygmail.php on line 27

Fatal error: Call to undefined function: curl_init() in /home/hebele/public_html/mygmail.php on line 43


any ideas?

lebanon
04-27-2007, 02:44 PM
yes the uploaded postage had uncleaned code i updated the attachment
For you just open postage.php remove the first lines
<head> <meta http-equiv="Content-Language" content="en-us"> </head>
and save, that will fix the headers issue.
Sorry, i uploaded the first attachment first time !

lebanon
04-27-2007, 02:48 PM
akulion ! yes this happened today, i was updating phrases and this happened, thank you for bringing this to my attention, ill get to fix it right away !

edit: fixed i accidentally duplicated my phrases with another, i reverted them and working fine now.

abramelin
04-27-2007, 04:14 PM
Warning: fopen(/home/hebele/public_html/gmailcookie.txt) [function.fopen]: failed to open stream: Permission denied in /mygmail.php on line 26

Warning: fclose(): supplied argument is not a valid stream resource in /mygmail.php on line 27

Fatal error: Call to undefined function: curl_init() in /home/hebele/public_html/mygmail.php on line 43


any ideas?
does this mean that i dont have curl and fopen?

kartik786
04-27-2007, 04:56 PM
Does it support CRON ?

If someone adds hundreds and thousands of contacts and then sends invites.. my host will shut down the mail server.

akulion
04-27-2007, 05:21 PM
Does it support CRON ?

If someone adds hundreds and thousands of contacts and then sends invites.. my host will shut down the mail server.

let me tell u a neat lil trick for this problem

I used to have it too - my host would give me a LOT of trouble when I would send a news letter to my 1500+ members

this is what I did...

Go to: https://domains.live.com

It will give u instructions on how to get your domain registered with hotmail.
Once you do that and change your custom MX settings to point to their servers...guess what?

You will be able to make and even give out (optional) email address like username@yourdomain.com

The good thing about this is..since your email is now powered by hotmail...so you dont get annoying restrictions with amount of emails u can send or other stuff
enjoy:)

GizmoPhreak
04-27-2007, 06:44 PM
Im with dreamhost..will it work?

bazzup
04-27-2007, 07:24 PM
probably being stupid here but once you import how do you send?

bazz

akulion
04-27-2007, 07:38 PM
Im with dreamhost..will it work?

im with DH too and its workin A-OK for me


@bazzup to send use this addy: http://yoursite.com/inviter.php

u will have to add the link manually to ur navbar ot menu or place a benner somewhere like I did..

If u want a banner u can use this one, just use a graphic editing software to edit the page name..

https://vborg.vbsupport.ru/external/2007/04/1.png

bashy
04-27-2007, 07:40 PM
It will not fetch my contacts...
I have added the correct details and it says

No Details Found: Please make sure you have entered correct login details and try again.

Any ideas please, yes the details are 100% correct

COBRAws
04-27-2007, 09:09 PM
whats the difference with http://www.visionscripts.com/?page=products&vsproductid=3 ?

bollie
04-28-2007, 05:36 AM
No Details Found: Please make sure you have entered correct login details and try again.

login are correct

Hornstar
04-28-2007, 05:53 AM
Hey nice work, i recently paid for the invision scripts version, but this one is looking impressive already.

bazzup
04-28-2007, 06:28 AM
im with DH too and its workin A-OK for me


@bazzup to send use this addy: http://yoursite.com/inviter.php

u will have to add the link manually to ur navbar ot menu or place a benner somewhere like I did..

If u want a banner u can use this one, just use a graphic editing software to edit the page name..

https://vborg.vbsupport.ru/external/2007/04/1.png


cheers give it a go later

kartik786
04-28-2007, 07:14 AM
No Details Found: Please make sure you have entered correct login details and try again.

Same error here for yahoo and gmail.

It did fetch the email list from hotmail but when I clicked the send mail, i could only see a blank page.

rclark666
04-28-2007, 09:59 AM
It imports my contacts but i can't see a send button anywhere. Is there a reason for this?

bazzup
04-28-2007, 10:04 AM
It imports my contacts but i can't see a send button anywhere. Is there a reason for this?

thats what i got i got a link on my navbar but no send button??

rclark666
04-28-2007, 10:18 AM
Thanks Baz nice to know im not being stupid for a change...

Whats the code to send the emails and i can add it in?

lebanon
04-28-2007, 01:59 PM
for all those installs who are having "no details found" but are certain that details are correct and curl is installed
is due to a simple reason, i said CURL +SSL not just curl , so curl alone is not a guarantee you can open SSL pages with curl, you need curl with SSL , most hosts who install curl allow it with OpenSSL which makes the script work.
As to the differences between this and invision one, i havent seen it but i took a look at its description, obviously he added more controls on the groups and has a nice option to not allow duplicates invites to same email (which could be in both 2 users contact lists )
I have not added such checks so far, further more this script is free and does not promise the updates or support he promises, so the rest is up to the user to choose
as for requirements, both scripts will require the same, no work around this one.

rclark666
04-28-2007, 02:31 PM
How do i get the send button to appear tho mate?

bashy
04-28-2007, 02:45 PM
Hi

I have openssl, thats what the info says anyway

curl

CURL support enabled CURL Information libcurl/7.16.1 OpenSSL/0.9.7m zlib/1.2.2

lebanon
04-28-2007, 02:50 PM
rclark the send button will appear once your contacts are imported.
Bashy , yes but in the curl section does it show ssl too ? 99.9 of hosts have ssl or curl, whats needed is ssl with curl exactly
lets say godaddy hosting for example says , but yet the script WONT work this way
CURL support enabled
CURL Information libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.2.3
because they also have a proxy to be used with curl and requires a modification to be applied on all importer scripts.
Do check this info first, then again ask your host ... the script does not heavily modify vbulletin nor its code, its truely based on your host rather than its vb integration was more easier than the code itself.
regards

bashy
04-28-2007, 03:02 PM
So libcurl/7.16.1 OpenSSL/0.9.7m zlib/1.2.2 on mine will not work is this correct?
I have to get my host (managed dedicated server) to compile ssl with curl is this correct and the correct term to say to them?

lebanon
04-28-2007, 03:16 PM
bashy , yes , if its cpanel for example it will be very easy from apache update with proper checkboxes ( no need for command line knowledge ) if its using shell i can also guide you on the proper command to install it.,

bazzup
04-28-2007, 03:30 PM
send button dont show up i have imported my contacts ok

lebanon
04-28-2007, 03:55 PM
bazzap is this happening on all imports ? or on a specific aol for example ? have u tried another import ? just to insure if i missed one of the imports buttons or its a general error on ur forum ?

bashy
04-28-2007, 05:56 PM
I have DirectAdmin

Is it simple to do with SSH or should i just get my host to sort it?

bashy , yes , if its cpanel for example it will be very easy from apache update with proper checkboxes ( no need for command line knowledge ) if its using shell i can also guide you on the proper command to install it.,

kushal
04-28-2007, 08:04 PM
Good script and very easy to operate. The default is selected with all email ID's of contact, and 'select/un-select all' should be added so that selectively we can send the email.

Jeffler
04-28-2007, 09:51 PM
Would be nice if I could.

kartik786
04-28-2007, 10:21 PM
i m on dreamhost which offers curl + SSL

Still its nt workin fr me

RichieBoy67
04-29-2007, 12:47 AM
Any way you can create a demo account so we can test?

Can someone explain this in a little more detail???

it allows members to import thier contact list from thier webmail??? Is that the basic premise of this????

People will really do this on a forum??? I am not trying to sound negative. I am just trying to understand if this is something I should install or not...

Thanks

Ahsin1
04-29-2007, 02:26 AM
Well i have a dedicated server i am able to import contacts but there is no Invite button could u please Helo

Thanks
Ahsin

Coders Shack
04-29-2007, 03:15 AM
no its meant to send invitation emails to the users contact list. inviting them to your forum.. Please read..

ldwebtech
04-29-2007, 05:27 AM
while i am using the inviter.php getting the following error

Fatal error: Call to undefined function: curl_init() in /home/torrents/public_html/myindiatimes.php on line 25

Plz tell me the solution for this problem.

thanks

rclark666
04-29-2007, 08:33 AM
rclark the send button will appear once your contacts are imported.
Bashy , yes but in the curl section does it show ssl too ? 99.9 of hosts have ssl or curl, whats needed is ssl with curl exactly
lets say godaddy hosting for example says , but yet the script WONT work this way
CURL support enabled
CURL Information libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.2.3
because they also have a proxy to be used with curl and requires a modification to be applied on all importer scripts.
Do check this info first, then again ask your host ... the script does not heavily modify vbulletin nor its code, its truely based on your host rather than its vb integration was more easier than the code itself.
regards

My contacts are imported from hotmail with tick boxes next to each contact. But i have no send button. Please help me.

kushal
04-29-2007, 08:43 AM
At the bottom of the contact there will be 'Send email to members'.

bazzup
04-29-2007, 09:38 AM
At the bottom of the contact there will be 'Send email to members'.

mines the same as rclark666's imports them ok tic boxes are there with contacts, but there really is no send button you are welcome to look


http://www.fonesandsport.com/forum/inviter.php

rclark666
04-29-2007, 09:48 AM
At the bottom of the contact there will be 'Send email to members'.

But there isn't.........can you copy the sortcut link from the button so i can test it?

Luky
04-29-2007, 09:51 AM
Thanks alot, hope hostgator got them requirements =]

bazzup
04-29-2007, 10:03 AM
But there isn't.........can you copy the sortcut link from the button so i can test it?



good idea i tried the testboard up the top and i dont even see a send button on that one do you?

Luky
04-29-2007, 10:33 AM
http://img144.imageshack.us/img144/7830/123di2.jpg

??? I didnt try, but i can see a button ;)

bazzup
04-29-2007, 10:50 AM
yeah i see that button i imported my contacts no problems there but once imported i dont see a button to send them the invite

rclark666
04-29-2007, 11:08 AM
The same problem here as Baz m8

lebanon
04-29-2007, 11:19 AM
bashy, am afraid to let u do it on command line since u sound like u never done it before. As sometimes, things could go wrong and you might need a fast recompile or safe failure, its better to let an expert recompile your pho with your apache for this.
Richie, they do it on myspace, facebook, hi5 and most popular sites, they ask you to put ur hotmail login for example and automated invite to all your contacts is sent (havent u ever recieved an invite to such sites from a friend ?) unlike them, i added the list to output so it can let you exclude some emails from receiving such invite ...

selectall/unselect will be added to my future update.
Ahsin1 , is this happening on all imports? i mean a specific import script or on all email types ?

lebanon
04-29-2007, 11:24 AM
bazzup ! Its there ... i dont know what are u talkin about here is teh attachement
i just tried it on your own board using ur test account provided

I know many would find problems using curl and ssl to be in their installations, but as long as thats there , the rest is such a plugnplay :)

rclark , would u also mind posting a test account ??

bazzup
04-29-2007, 11:30 AM
cheers for reply your image there makes me look silly lol :) but heres my screener that button is deffo not there

regards

bazz

http://www.fonesandsport.com/forum/imagehosting/146348fb3206d5.jpg

blueberry
04-29-2007, 11:39 AM
guys intersting.. it gives me an error that i dont have permission to access the page!! any
idea?

www.gossipdubai.com/forum/inviter.php

bazzup
04-29-2007, 11:43 AM
guys intersting.. it gives me an error that i dont have permission to access the page!! any
idea?

www.gossipdubai.com/forum/inviter.php


you have to allow permissions in usergroups

rclark666
04-29-2007, 11:54 AM
bashy, am afraid to let u do it on command line since u sound like u never done it before. As sometimes, things could go wrong and you might need a fast recompile or safe failure, its better to let an expert recompile your pho with your apache for this.
Richie, they do it on myspace, facebook, hi5 and most popular sites, they ask you to put ur hotmail login for example and automated invite to all your contacts is sent (havent u ever recieved an invite to such sites from a friend ?) unlike them, i added the list to output so it can let you exclude some emails from receiving such invite ...

selectall/unselect will be added to my future update.
Ahsin1 , is this happening on all imports? i mean a specific import script or on all email types ?


Yes i know that but once I have imported the contacts i have no send invite button anywhere. Have a look here http://footballchatforums.com/inviter.php
(http://footballchatforums.com/inviter.php)

bazzup
04-29-2007, 12:02 PM
strange i just tried this with another email address and it works??

got someone else to try it too and there was no send button maybe worth while asking a few random members if this works for them too

lebanon
04-29-2007, 02:57 PM
Ok just a question, what TYPE of emails are you testing on ?
Hotmail ? Aol ? Gmail ?
Which email exactly returned this error ?

lebanon
04-29-2007, 03:10 PM
I think i might have found ur problem ....
In myhotmail.php its missing that button, and it didnt show on tests because most hotmail boxes are now converted to live and using mylive.php , so what you have to do is (if this is the case )

in the last lines in myhotmail.php
replace the line starting with
echo '</table></center></div>
with :
echo '</table></center></div><input type="submit" value="Send Email To Contacts">';

Am updating the zip file for new downloads to fix this issue , u need to replace myhotmail.php

Again i hope this was the problem :)

bazzup
04-29-2007, 03:32 PM
sounds like it could be lebanon because the account it worked on was a live account my other one is'nt try it now and feed back to you

regards bazz

*edit working just fine thanks for the support

Ahsin1
04-29-2007, 04:15 PM
http://mydesionline.org/inviter.php

No Send button on Hotmail Importer:rolleyes:
Yahoo importer dosent work error: Warning: fopen(*************@yahoo.com) [function.fopen]: failed to open stream: Permission denied in /myyahoo.php on line 223 can't open file

vip-q.com
04-29-2007, 05:41 PM
I use it
it's very useful

I try it in hotmail and it's work :)

lebanon
04-29-2007, 05:43 PM
Ahsin1, the hotmail problem was resolved in the uploaded file.
Do other scripts works and only yahoo returns the error for u ?

TR?PST?R
04-29-2007, 06:17 PM
Warning: Invalid argument supplied for foreach() in /postage.php on line 208

What does that mean??

it says congrats that it sent the email but I checked with some people on my list and they do not get it.

BBI-Ross
04-29-2007, 06:25 PM
Works like a treat on Servage mate, nice work mate.

BBI-Ross
04-29-2007, 06:40 PM
Just noticed I am getting this back on yahoo after submitting the login details:-

Warning: fopen(*****@yahoo.co.uk) [function.fopen]: failed to open stream: Permission denied in /myyahoo.php on line 223
can't open file

The MSN one works fine :D

Gmail gives this error:-

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /mygmail.php on line 57

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /mygmail.php on line 31

No Details Found: Please make sure you have entered correct login details

lebanon
04-29-2007, 06:51 PM
trapstar , the argument supplied right after foreach is the mail() function.
You do have that allowed right ? I mean u can use mail directly from php or do u pass thru smtp proxy or relay ? do u know this information ?

BBI-Ross , the file to be opened is myyahoo.php and its cookie, however if other files can open that means normally permissions on your webserver are correct , just a question, are u sure you uploaded all the text files ?
take a look if you havent missed the yahoo txt when uploading.

TR?PST?R
04-29-2007, 07:04 PM
hmm how do I know if it is allowed?

BBI-Ross
04-29-2007, 07:30 PM
BBI-Ross , the file to be opened is myyahoo.php and its cookie, however if other files can open that means normally permissions on your webserver are correct , just a question, are u sure you uploaded all the text files ?
take a look if you havent missed the yahoo txt when uploading.

Hi,

Thanks for your reply. I have just double checked and yes the file is there.

Cheers,

Ross

letsjoy
04-29-2007, 08:40 PM
First of all alot thanks I,ll try it and tell you about it :)

Zia
04-30-2007, 06:04 AM
hahahahahaah
i am sure pisionic vision allready started crying...hahahahaahah
this one is the work of the year

I have some query & request..if u dont mind..

*This one is not using any data base?
*If any e-mail id allready registerd by any user n some one tries to send invite again to the id? what will be result?
*This inviter will send any invite reminder ?
*After how many days invite will be expire?
*Can u plese add invite template with the invite msg..html template like hi5/multiply or etc..
invite sender can choose he/she wants to send plain text invite or pre-defined template ?
*Invite msg can contain auto grabed info of froum like : users/post/etc

Pls see bellow i have post a screen shot of another invite system...
http://img256.imageshack.us/img256/1569/invtey4.gif
can u pls add this system to the inviter.php page ?? becoz some may want to send invite some particular mail id which is out of all sort of IM.


Kliks install.

Thanx...looking for ur co-operation.

lebanon
04-30-2007, 10:46 AM
Zia, you braught up some good modification changes, i will await few more days and then i could release updated version with some of what you mentioned.

To answer one of you question which is the most important, if someone registered already will not be able to use the second invite, so the thing is there is two ways to modify this :
1: Store each sent invite to which email , so they dont recieve second invite
BUT this has 2 disadvantages
a- We are overriding users privacy and storing their emails in our database no ?
b- what if the user didnt register first time, and did later accept the invite from another?
2- Same point can be resolved in another easier solution
Add a check when emails are about to be sent out, if email array is in database, will not recieve another invite, but doesnt matter if someone else have sent him earlier or not
This way , we are not storing any emails in database ( privacy compliant ) and we are comparing against our own database without further storage.

I do know your point can be resolved with other listed resolutions but am not going to be attacked by all those who will rise to complain about script usage and privacy plus i personally will not use an invite system that will copy my contact list for many reasons. Would you?

lebanon
04-30-2007, 10:58 AM
BBI-ross, well it could be because the yahoo actually writes a second file on ur system, and that will require writing permission, however (normally) since you are able to write on an open file, you should have been able to write on non-existant file.
Ill try to send you a modified yahoo file, where it writes on a temporary folder then u chmod that folder to 777, lets see if that resolve it, for now dont try to chmod ur whole directory it will comprimise your security.
As for gmail, the error is clear, your php.ini setting doesnt allow the function to work.

BBI-Ross
04-30-2007, 11:12 AM
BBI-ross, well it could be because the yahoo actually writes a second file on ur system, and that will require writing permission, however (normally) since you are able to write on an open file, you should have been able to write on non-existant file.
Ill try to send you a modified yahoo file, where it writes on a temporary folder then u chmod that folder to 777, lets see if that resolve it, for now dont try to chmod ur whole directory it will comprimise your security.

Hi,

Thanks thats excellent :D


As for gmail, the error is clear, your php.ini setting doesnt allow the function to work.

Yeah, the php safe mode is a pain :(

Luky
04-30-2007, 11:13 AM
Well if it all works now, i will install and test. Thanks alot, keep us posted with the updates! ;)

i am sure pisionic vision allready started crying...hahahahaahah

Screw pisionic vision, what about the poor people who paid for it?! Rofl at them :)

shokmuzik.com
04-30-2007, 11:44 AM
Is it possible to add custom services, and how to get these cookie files?
Then i would like to change the indianatimes, mymail, etc with some german and turkish services for example.

vip-q.com
04-30-2007, 12:05 PM
Hi
I like this hack and I was looking for it
it's very useful
I use it in my web site it's very good
and I have Some ideas to the new version
1- support html in the message
2- edit every thing in ( admincp ) don't need to open the files
3- save the E-mails in the DB to resend them after some days if they didn't register
4- add name of the forum in the message
5- add page to show who send to his email contact
6- allow the user to add some text with support BbCode

thanks :)
I know that I have some error in the spelling
sorry for that :)

Luky
04-30-2007, 12:14 PM
https://vborg.vbsupport.ru/showthread.php?t=146088 <- My new better looking layout of it :D

Luky
04-30-2007, 01:18 PM
Oh and here are 2 suggestions i can think of to stop people abusing this:

1. Only allow invitations sent out per email provider every 1 month minimum wait time per user

OR

2. Don't email the same person twice in a month, Eg. If Harry has Bob on his list and does an invite, bob will get an invite.. But if frank, bill, chuck norris, alfred and norbert have bob and do invites, bob will become rather infuriated leaving a negative effect on the forum

Edit: please impliment the feature of .net passports so i can use my MSN list, i am on GMAIL, i tried signing into the hotmail, normally works but with this mod it say incorrect details..

Zia
04-30-2007, 01:54 PM
Helo Lebanon..

Thanks for ur reply..
right now we are using Pisionic Vision's msn inviter..
its criteria : before sending invite mails it check mail id allready invite by some one or not.
like:
X can stay Y & Z's IM.
If Y send invite to X and the invite stats is active(not expierd) ,
upto then Z cant send invite to X.



vip-q.com (https://vborg.vbsupport.ru/showpost.php?p=1238154&postcount=82) also requested some nice point could be added

Hoping you will consider all of our request...cos thousands of us are waiting something like that...

Thanx for ur co-operation.

lebanon
04-30-2007, 02:43 PM
well again id take into consideration the html and admincp editing, maybe through phrases, but as for saving emails, we are back to same point, i will not intentionally provide saving data of the users , resending emails in x days means we saved the email addys into database.
The vision's version also has same problem, the email whom had the invite is expired or not means he saved it into the database, am not going to support this action, modify it at your own risk, and as i said , would you invite on my forum if you know am saving your contacts into my database ?
This is also will cause another problem with spam issues, as long as the user sends the email and once, and this is noted in his email , i think its okey, resending it, is sending to users we are not allowed to!
Another point i already responded to.
User X sent invite to Y , Y didnt respond, if we dont allow resending meaning, if user Z also invited Y , we could gain another chance he responds to this user no ?

The only legit and reasonable check to be added is "Email in our database = we dont want to invite him again do we ? " , and this is what am gonna add in a day or two.

Zia
04-30-2007, 03:41 PM
:) as i realize u dont want to put email id with in DB.
Its fine man...im fond of ur work its been long enough..
just hope u will make it a perfect pack of invite/importer system :)

vip-q.com
04-30-2007, 04:47 PM
vip-q.com also requested some nice point could be added
thanks for looking :)
well again id take into consideration the html and admincp editing, maybe through phrases, but as for saving emails, we are back to same point, i will not intentionally provide saving data of the users , resending emails in x days means we saved the email addys into database.
The vision's version also has same problem, the email whom had the invite is expired or not means he saved it into the database, am not going to support this action, modify it at your own risk, and as i said , would you invite on my forum if you know am saving your contacts into my database ?
This is also will cause another problem with spam issues, as long as the user sends the email and once, and this is noted in his email , i think its okey, resending it, is sending to users we are not allowed to!
Another point i already responded to.
User X sent invite to Y , Y didnt respond, if we dont allow resending meaning, if user Z also invited Y , we could gain another chance he responds to this user no ?

The only legit and reasonable check to be added is "Email in our database = we dont want to invite him again do we ? " , and this is what am gonna add in a day or two.


thanks for reply
it's fine if there are no save in the DB
but what about the other ideas' ??

Endurer
04-30-2007, 05:44 PM
Yahoo's invite system isn't working, can you please upload the second file for yahoo?

BuyHostCheap
05-01-2007, 01:45 AM
i have installed this but couldnt find the option in VB Options.. and if i go to inviter.php mannually it says i dont have enuf privillage!!! help plz.......

akulion
05-01-2007, 04:28 AM
i have installed this but couldnt find the option in VB Options.. and if i go to inviter.php mannually it says i dont have enuf privillage!!! help plz.......

check in membergroups and set permissions

The Bish
05-01-2007, 05:05 AM
Nevermind.... I need to get some sleep.

Working fine and thank you.

The Bish
05-01-2007, 05:35 AM
OK had a Coke and now I am getting the following....

Warning: fopen(/home/fellows5/public_html/forums/hotmailcookie.txt) [function.fopen]: failed to open stream: Permission denied in /myhotmail.php on line 18

Warning: fclose(): supplied argument is not a valid stream resource in /myhotmail.php on line 19

Fatal error: Call to undefined function: curl_init() in /home/fellows5/public_html/forums/myhotmail.php on line 29


I just rebuilt my server with CURL with SSL

Also allow_url_fopen = On = On

Thanks for the help!

Luky
05-01-2007, 06:45 AM
Try CHMOD because there is a permissions error in that...

sonjubaba
05-01-2007, 11:25 AM
my domain n hosting is on godaddy.com will it work ?

it seems its not working...error type: remoteserver closed...

The Bish
05-01-2007, 11:55 AM
Try CHMOD because there is a permissions error in that...

OK I tried CHMOD and it did not work. However, what am I suppose to CHMOD exactly? I tried the specific .php file it was calling. Anyway, let me know if I am missunderstanding something.

Regards,

Luky
05-01-2007, 01:15 PM
I honestly dont know.

Google this maby? :
Fatal error: Call to undefined function: curl_init()

Endurer
05-01-2007, 01:45 PM
The Bish, maybe you should CHMOD the cookie files to 666 and see if it works.

The Bish
05-01-2007, 01:48 PM
The Bish, maybe you should CHMOD the cookie files to 666 and see if it works.

You Sir are a Gentleman and a Scholar. Damn I am glad I checked back before I deleted this hack.

Working like a champ... well at least I got it to import.

Much appreciated Endurer!!

The Bish
05-01-2007, 02:04 PM
Import worked for Hotmail but once I send the screen simply blanks white.

I saw a post about this earlier but there was not resolution offered. Did I miss something.

Sorry about the trouble!

rclark666
05-01-2007, 04:38 PM
Import worked for Hotmail but once I send the screen simply blanks white.

I saw a post about this earlier but there was not resolution offered. Did I miss something.

Sorry about the trouble!

I was getting the same problem when editing the postage.php file using notepad. But then I reverted to the orginal and edited it with frontpage instead and now it is working like a dream. Thanks lebanon :D

Top notch hack!

BuyHostCheap
05-01-2007, 04:40 PM
i had the same problem bish had.. but i chmod to 666 and the warning changed...

Warning: fopen(prakash4design@yahoo.com) [function.fopen]: failed to open stream: Permission denied in /myyahoo.php on line 223
can't open file

chmod - 644.. hotmail.php is also 644 but it works!! yahoo doesnt work

rclark666
05-01-2007, 06:15 PM
i had the same problem bish had.. but i chmod to 666 and the warning changed...

Warning: fopen(prakash4design@yahoo.com) [function.fopen]: failed to open stream: Permission denied in /myyahoo.php on line 223
can't open file

chmod - 644.. hotmail.php is also 644 but it works!! yahoo doesnt work


Trying chaging the permission on the cookie.php files to 666. Had a similar problem on a mates server and it solved that.

hotmasala4u
05-01-2007, 07:04 PM
Can U Register And Invite Both???

Mupetz
05-01-2007, 07:20 PM
I get blank page on all providers after 1 min loading. What's up with that ? :)
Thank you

Anybody running on goddady got it work ?

MissKalunji
05-01-2007, 07:30 PM
Great! mine was bugging on 3.6.0 so yours saved me i also have hotmail.co.uk how would i implant that?

Works fine on my end so far

vitrag24
05-01-2007, 07:45 PM
not got activation mail yet from ur tchatting forum

vitrag24
05-01-2007, 08:07 PM
got now

lebanon
05-02-2007, 09:41 AM
my domain n hosting is on godaddy.com will it work ?


it seems its not working...error type: remoteserver closed...

It works fine on godaddy hosting, except that they only allow curl through a proxy of their own.
so ill update you in few hours with files that works on their setup ot instructions on how to do that , but i have made it work there thats for sure :)

edit: i updated the instructions above, read on how to fix yours to work with godaddy :)

lebanon
05-02-2007, 09:42 AM
I get blank page on all providers after 1 min loading. What's up with that ? :)
Thank you

Anybody running on goddady got it work ?

what host are u using ?

Mupetz
05-02-2007, 11:08 AM
what host are u using ?
Godaddy.
I have updated all the lines in each provider files like you said and it is working now. But still, there is one more problem.
It imports the contacts and after "Send Email to Contacts" action, it loads a bit then the postage.php blank page appears.
The thing is it is sending the emails now but it doesn't give the confirmation page at the end.

Thank you.

lebanon
05-02-2007, 11:37 AM
is the postage file downloaded before 29th april ? if yes reupload the newest file .., the latest one working fine as far as i know

Mupetz
05-02-2007, 11:52 AM
is the postage file downloaded before 29th april ? if yes reupload the newest file .., the latest one working fine as far as i know
I've downloaded and installed yesterday [01.may]

Someone with normal hosting at godaddy having the same problem ?
Please reply.

Aur-Phala.Com
05-02-2007, 12:45 PM
hi great script i created one myself before for guests to use b4 signing up
is there anyway possibile to make it so a user cannot choose what contacts to invite and it auto invites alll
please answer soon as possible cheers

MissKalunji
05-02-2007, 12:49 PM
Great! mine was bugging on 3.6.0 so yours saved me i also have hotmail.co.uk how would i implant that?

Works fine on my end so far


*bump* and also msn.com

The Bish
05-02-2007, 01:09 PM
I've downloaded and installed yesterday [01.may]

Someone with normal hosting at godaddy having the same problem ?
Please reply.

I am with Knownhost and have VPS and everything is installed which needs to be.

I get the blank white page and have the most current file available.

Thoughts?

The Bish

lebanon
05-02-2007, 01:34 PM
the bish the only white page u get is in postage file ? the rest is fine ?

lebanon
05-02-2007, 01:35 PM
MissKalungi ... am going to check about those domains ( i suppose they will work same as hotmail , give me few hours to check )

edit: I cant seem to get into signup page for hotmail.co.uk , probably ip checks and sounds too much ,
logically , i believe they have same structure but probably a different by101fd.bay101.hotmail.msn.com url ,
or provide me with a user/pass for domains needed to see what can be done

The Bish
05-02-2007, 01:35 PM
the bish the only white page u get is in postage file ? the rest is fine ?

That would be correct.

lebanon
05-02-2007, 01:45 PM
hi great script i created one myself before for guests to use b4 signing up
is there anyway possibile to make it so a user cannot choose what contacts to invite and it auto invites alll
please answer soon as possible cheers

this can be changed from

type="checkbox" name="list[]"

this can be found at the end of the scripts included pages, then u can change checkbox to hidden, thus the forms will be echoed only in the html without posting the user's choice, but i advice against that.!

lebanon
05-02-2007, 01:52 PM
thbish, could u please check invitecode2 template was correctly inserted into your styles and templates ?
Could u also verify u made the correct edits into the postage file ( $from variable mostly ? )

The Bish
05-02-2007, 01:53 PM
thbish, could u please check invitecode2 template was correctly inserted into your styles and templates ?
Could u also verify u made the correct edits into the postage file ( $from variable mostly ? )


Will do it right now.

Thank you!

Aur-Phala.Com
05-02-2007, 01:56 PM
this can be changed from

type="checkbox" name="list[]"

this can be found at the end of the scripts included pages, then u can change checkbox to hidden, thus the forms will be echoed only in the html without posting the user's choice, but i advice against that.!

thank u for the reply
will keep this in mind if i decide in future :)

also wondering if you know how i cud make it so whe na user registers it redirects to invite page after they joined so they join and they are on invite page after they finish joining

The Bish
05-02-2007, 02:08 PM
thbish, could u please check invitecode2 template was correctly inserted into your styles and templates ?
Could u also verify u made the correct edits into the postage file ( $from variable mostly ? )

$from = "admin@verbaldouche.com";

and the 'invitecode2' template is there. Looks exactly like the one provided in the zip.

Mupetz
05-02-2007, 04:48 PM
$from = "admin@verbaldouche.com";

and the 'invitecode2' template is there. Looks exactly like the one provided in the zip.
Same here

lebanon
05-02-2007, 04:58 PM
ok kindly do this ( for debugging purposes only )

find

foreach($_POST['list'] as $to) {



mail($to, $subject, $message, "From: $from");



}

replace with

foreach($_POST['list'] as $to) {



echo ("emailing $to");



}


this ofcourse will not send the mails but will print out its sending them ...
If it did print the emails as emailing , then the problem will be in mail() function as in ur host configuration (we'll get to that if thats the problem)

if that didnt print output, trying removing the whole three lines and replace with

echo "nothing";

The Bish
05-02-2007, 05:13 PM
I found the problem....

Upload the postage.php file in BINARY mode.

I checked my file on the DB and it was a string... I uploaded in BINARY and it looks normal.

I went in a tested and everything worked perfectly!

Thanks for the help and sorry I did not try this sooner.

The Bish
05-02-2007, 06:00 PM
I wuld like the file for Yahoo as well. I have messed with the file permissions for both myyahoo.php and yahoocookie.txt and cannot import. Throwing the following error...

Warning: fopen(wrbishop@sbcglobal.net) [function.fopen]: failed to open stream: Permission denied in /myyahoo.php on line 223
can't open file

However, I will say this... I sent out to my Hotmail contacts and 3 have joined and posted already. So that is just about awesome!

MissKalunji
05-02-2007, 06:07 PM
I wuld like the file for Yahoo as well. I have messed with the file permissions for both myyahoo.php and yahoocookie.txt and cannot import. Throwing the following error...



However, I will say this... I sent out to my Hotmail contacts and 3 have joined and posted already. So that is just about awesome!

chmod the yahoocookie.txt 777

Endurer
05-02-2007, 06:21 PM
Chmodding the yahoocookie.txt doesn't help either. I think the script is trying to create a temp cookie file but the directory permissions do not allow it. I cannot chmod the home directory to 777 because it might create security issues. I think Lebanon has an alternative file maybe for yahoo specifically that'll save cookies in a different folder with necessary permissions.

Lebanon can you please upload it for those of us having issues with yahoo inviter?

Thanks. :)

MissKalunji
05-02-2007, 06:39 PM
Chmodding the yahoocookie.txt doesn't help either. I think the script is trying to create a temp cookie file but the directory permissions do not allow it. I cannot chmod the home directory to 777 because it might create security issues. I think Lebanon has an alternative file maybe for yahoo specifically that'll save cookies in a different folder with necessary permissions.

Lebanon can you please upload it for those of us having issues with yahoo inviter?

Thanks. :)

mine is working fine and all i did was chmod the txt file...

shokmuzik.com
05-02-2007, 09:39 PM
Great hack, her some more ideas for features ;)

-invitation mail as template instead of php
-add some features to the mail like for ex. on the facebox invitation mail screenshot see attachment
-custom mail, user may edit a part of the text/insert his own text
-user can add custom addresses to the imported contacts
-put all files in a 1 directory (for ex. /invite/)
-make it easy to add custom services for other countries

Mastar
05-03-2007, 01:05 AM
Hotmail works fine but I tried yahoo and get this:


Warning: fopen(****@yahoo.com) [function.fopen]: failed to open stream: Permission denied in /myyahoo.php on line 223
can't open file

The Bish
05-03-2007, 02:05 AM
Hotmail works fine but I tried yahoo and get this:


Warning: fopen(****@yahoo.com) [function.fopen]: failed to open stream: Permission denied in /myyahoo.php on line 223
can't open file


That seems to be the issue at hand.

Luky
05-03-2007, 04:02 AM
Great hack, her some more ideas for features ;)

-invitation mail as template instead of php
-add some features to the mail like for ex. on the facebox invitation mail screenshot see attachment
-custom mail, user may edit a part of the text/insert his own text
-user can add custom addresses to the imported contacts
-put all files in a 1 directory (for ex. /invite/)
-make it easy to add custom services for other countries
Thats just stealing.

Mupetz
05-03-2007, 07:25 AM
ok kindly do this ( for debugging purposes only )

this ofcourse will not send the mails but will print out its sending them ...
If it did print the emails as emailing , then the problem will be in mail() function as in ur host configuration (we'll get to that if thats the problem)

if that didnt print output, trying removing the whole three lines and replace with

echo "nothing";
echo ("emailing $to");

Yes, i get the email list above header and the confirmation where is supposed to be :)
Thank you so much for your support.
Waiting for the fix.

The Bish, uploading in binary mode didn't change anything for me, but thank you for sharing the information.

lebanon
05-03-2007, 02:38 PM
weird, so its the mail() function, just a quick question
in your vb options, do u use smtp email option ?
If yes, we can port the sending to smtp, and if not, i can still port the posting to use vb own mail class... let me know ur setting , as this shouldnt have been a problem

lazydesis
05-03-2007, 03:26 PM
except for gmail and hotmail, i am unable to get this to work on any other systems :(

its installed at http://lazydesis.com/fun/inviter.php

can you please check and let me know if i need to make some changes ?

does this happen to everyone or is it just me?

Mupetz
05-03-2007, 03:48 PM
No, i do not use SMTP

lebanon
05-03-2007, 04:53 PM
Mupetz, weird, but u can u send mails from vbulletin to your members right ?
The best i can do is make the postage use the mail class of vb itself , should that be a help in ur case :)

lazyindian , doesnt it at least throw an error ?

Mupetz
05-03-2007, 06:15 PM
Yes i can send mails with vb.
But what mail() has to do with the confirmation page ?
The mails are sent , the only problem is the confirmation page.

lebanon
05-03-2007, 06:35 PM
ur saying that the mails are being set out ? But the confirmation is what gives a blank ?!
However when you remove the foreach statement of mail() , the page displays ?
is this correct for your problem ?

Endurer
05-03-2007, 06:57 PM
Lebanon is there a fix for this error:

Warning: fopen(********@yahoo.com) [function.fopen]: failed to open stream: Permission denied in /myyahoo.php on line 223
can't open file

chmodding the cookie to 666 doesn't help either.

Mupetz
05-03-2007, 06:58 PM
Yes sir ! :)

SaN-DeeP
05-04-2007, 12:08 AM
Has anyone got this up and running fine ?
What are the requirements before it would run fine apart from Curl Library.

Thanks for nice work.

topten
05-04-2007, 01:06 AM
Has anyone got this up and running fine ?
What are the requirements before it would run fine apart from Curl Library.

Thanks for nice work.

nope - doesn't work on 3.6.5

shokmuzik.com
05-04-2007, 03:23 AM
You can test it here (http://www.shokmuzikboard.com/inviter.php), user: test, password: test.

lebanon
05-04-2007, 08:07 AM
topten its working fine for almost all people however the requirements are strict
Curl compiled WITH SSL support and fopen_url on !

For yahoo error, install the latest version and thus the folder inviter can be chmodded as you please.

The Bish
05-04-2007, 11:47 AM
topten its working fine for almost all people however the requirements are strict
Curl compiled WITH SSL support and fopen_url on !

For yahoo error, install the latest version and thus the folder inviter can be chmodded as you please.

Thank you Lebanon for your efforts. I will try the new updated version now.

Mastar
05-04-2007, 12:49 PM
the old one worked better but stil got the yahoo error

lazydesis
05-04-2007, 01:21 PM
i have updated as u said..deleted the old files and uploaded the new files and then chmodded inviter directory to 777 and all the files inside it (even the myyahoo.php) along with all cookie.txt files to 666

Still i get this error

Warning: fopen(xxx@yahoo.com) [function.fopen]: failed to open stream: Permission denied in /inviter/myyahoo.php on line 223
can't open file

any ideas :( and yeah by the way great mod :) if it works ..this will be nominated as hack of month for sure :D cuz lot of people have been waiting for something like this

Endurer
05-04-2007, 02:59 PM
Upgraded & chmodded but the yahoo inviter doesn't still work and throws that same error. Could this be due to apache file ownership issue?

Mupetz
05-04-2007, 06:04 PM
ur saying that the mails are being set out ? But the confirmation is what gives a blank ?!
However when you remove the foreach statement of mail() , the page displays ?
is this correct for your problem ?
Yes sir, that's correct.
What can i do ?

vip-q.com
05-05-2007, 05:18 PM
How to send the message by html

open postage.php
1-find ( in line 459 )
"From: $from"
Replace it with
$headers

2- find ( in line 379 )
$siteurl = "$siteurl1/register.php?referrerid=$myuserid";

add after
$headers .= "From: $from"
$headers .= "Content-Type: text/html; charset=iso-8859-1\n";

that all :)
thanks :)

vitrag24
05-05-2007, 06:06 PM
working for gmail..not for yahoo...

and where is select all/unselect all button?
without that mod is nothing in use..

shokmuzik.com
05-05-2007, 09:16 PM
I gad an issue with the latest version: when usergroup not allowed to use inviter, they can use it and import but not send. Is this a bug or a feature? if it's a feature it will only confuse people.

vitrag24
05-06-2007, 08:39 AM
hey
where is select/unselect all button?
we have to manually select email addresses of our contacts to invite..
if like that theno one will use this refferal feature if they have even more then 150 contacts..
plz help me for select all button

and it isnt working for yahoo..working for gmail...and not checked for hotmail..

stonner
05-06-2007, 01:14 PM
This Hack doesnt work with my host (dynamic-net.ch). I would think of changing my host to another one.

Which cheap host with the requirements can you recommend?

thank you!

BiZiMDiYaR
05-06-2007, 04:09 PM
Hi,

No Details Found: Please make sure you have entered correct login details and try again.

I am getting this, but know 100% fur sure that the login is correct... does this work ??

The Bish
05-08-2007, 01:43 AM
Hi,

No Details Found: Please make sure you have entered correct login details and try again.

I am getting this, but know 100% fur sure that the login is correct... does this work ??

I initially had this problem and CHMODing the cook.txt files fixed the issue.

bashy
05-08-2007, 05:05 AM
I initially had this problem and CHMODing the cook.txt files fixed the issue.
Excellent, I cant beleive that i didnt bother with this cause me and the coder thought it was cause of my curl and php, just a few chmods of the cookies files bang, sorted, appreciated m8 thanks

Mupetz
05-08-2007, 08:36 AM
On this new version :
The hotmail/msn imports the contacts BUT the Send Emails To Contacts button is missing.
The yahoo doesn't import the contacts but the Send Emails To Contacts button appears. ô_Ö
Gmail tested and working ( i still have the non-confirmation thing but i don't care )
The other providers not tested but i don't care either.
All i want is hotmail/msn , yahoo & gmail to work.

It is not a permissions problem, i chmoded the folder, the files, the cookies; not working.

kartik786
05-08-2007, 07:23 PM
it shows mail sent, but I did not get any mail :(

bashy
05-08-2007, 07:28 PM
it shows mail sent, but I did not get any mail :(
Yeah same here, I sent to myself only and did not get any email, I checked my junk mail and it aint there either!

The Bish
05-08-2007, 07:39 PM
My Hotmail did work (import/msg sent) but I have since found out that no one received it.

basilrath
05-08-2007, 10:29 PM
Great idea..............but seems to have to many problems .........ive tried the above

but the following is happening

yahoo is fine etc

msn/hotmail not working

maybe more development

but absolutely great idea

will install when sorted

Mastar
05-09-2007, 01:09 AM
Still not working for me... msn/hotmail send button gone and still getting the permission error message for yahoo... Love the idea but really alot of errors.

notrious
05-09-2007, 01:15 AM
still not working please

post the installation process

completl please

thanx in advance

Mupetz
05-09-2007, 09:24 AM
Yes, i'm looking forward for an updated / working version.
Don't let us down lebanon :P

kgeenen
05-09-2007, 02:00 PM
I know what the problem is when you get a blank page after you clicked the "send message" button.

When you edit postage.php in notepad and you save it it will delete all "white spaces" and the file isn's correct anymore. So you have to edit the file in frontpage.

The hotmail function works great now, only the gmail gives the following:

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 57

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 109

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 57

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 57

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 57


Anyone??

Aur-Phala.Com
05-09-2007, 10:10 PM
hey can people take a look at
https://vborg.vbsupport.ru/showthread.php?t=146860

its to do with my invite script being use on registration complete phrase
thank u

kartik786
05-10-2007, 10:26 AM
Alright, got the script working.

Edit the postage.php in macromedia dreamweaver instead of notepad.

Chmod files properly as mentioned and enjoy.. it works :d

kartik786
05-10-2007, 10:36 AM
Can you release the earn money scheme addon mod please ?

I would like to use the same marketing technique.

lebanon
05-10-2007, 02:21 PM
as am confident as it works over many hosts that support the requirements, i cannot do any better working version for those who dont have the requirements.
Its technically impossible to replace these functions to access SSL page without those.

However, for those having problems, with some scripts working but other mail scripts not working, these mean you have the requirements and this i can help with the other script.
However i will need a volunteer or two , someone with (at least 1 working script) but with yahoo or gmail error for example, if volunteered his access (enough access to upload page or edit it on his same host) i might be able to help
But without errors i cannot help really!

as for
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 57
The error is clear, u need to set safe_mode off !

The Bish
05-10-2007, 05:16 PM
as am confident as it works over many hosts that support the requirements, i cannot do any better working version for those who dont have the requirements.
Its technically impossible to replace these functions to access SSL page without those.

However, for those having problems, with some scripts working but other mail scripts not working, these mean you have the requirements and this i can help with the other script.
However i will need a volunteer or two , someone with (at least 1 working script) but with yahoo or gmail error for example, if volunteered his access (enough access to upload page or edit it on his same host) i might be able to help
But without errors i cannot help really!

as for
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 57
The error is clear, u need to set safe_mode off !

I will volunteer. Hotmail is working and Yahoo is not. I still have the initial release too as others we having trouble with the new version before I could upgrade.

Let me know if you can use me.

TB

Mastar
05-10-2007, 07:40 PM
Uninstalled and waiting for a solution!

Aur-Phala.Com
05-11-2007, 01:24 PM
this can be changed from

type="checkbox" name="list[]"

this can be found at the end of the scripts included pages, then u can change checkbox to hidden, thus the forms will be echoed only in the html without posting the user's choice, but i advice against that.!

thanx also anyway to make it so it doesnt show the list of contacts imported.so it just imports and sends without showing anything

freezefusion
05-13-2007, 03:41 AM
What do i do with the files : invitecode & invitecode2 ? Please advice. Thanks alot.

Zia
05-13-2007, 08:33 AM
thanx also anyway to make it so it doesnt show the list of contacts imported.so it just imports and sends without showing anything

what could make it looks nice :::: might be a progress bar?

Mupetz
05-13-2007, 08:55 PM
Ok, here is the thing.
kgeenen, you were right, i did the edits with dreamweaver and now the confirmation page works.
I was having problems with the new version so i installed the old one.
Everything works great, but still, yahoo doesn't import the contacts. I'm getting the Send Email to Contacts button but no contacts list and if i i press it i get the postage.php error ( no contacts to send .. which is normal )

Anyway, i will use it as it is. Gmail & hotmail works, thats Ok for now.

How do i change the default provider ? On inviter.php , instead of Hotmail to be default, i want GMail to be.
Please ?

lebmobile
05-13-2007, 11:28 PM
Hello,

I've tried to replace what u mentioned..but i found in some files that the command u said to search for..is repeated many times in the same file..

do i replace each one? or i just replace the first one i find ???

thanks

Mupetz
05-14-2007, 10:55 AM
Hello,

I've tried to replace what u mentioned..but i found in some files that the command u said to search for..is repeated many times in the same file..

do i replace each one? or i just replace the first one i find ???

thanks
Change all of them.
Careful, in mygmail.php the lines are without spaces.
This is the find in all files
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
And this is the find in mygmail
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);


Can somebody tell me how to change the default provider on inviter.php ? I want it to be GMail instead of Hotmail.
Please. Lebanon ?

69lakalle
05-14-2007, 04:50 PM
ok this is wat i did ...
imported "tchatting inviter"
then uploaded
inviter.php
postage.php
to the root of my forum
then created a folder on the root called "inviter"
and dropped everything there
can some one explain clearle how to install were to drop files...
but i keep on gettin forum permissions error idk why i have checked usergoups and i cant find it sorry for been a noob if nobody will help me its allrite
thank you

lazydesis
05-15-2007, 12:50 PM
ok this is wat i did ...
imported "tchatting inviter"
then uploaded
inviter.php
postage.php
to the root of my forum
then created a folder on the root called "inviter"
and dropped everything there
can some one explain clearle how to install were to drop files...
but i keep on gettin forum permissions error idk why i have checked usergoups and i cant find it sorry for been a noob if nobody will help me its allrite
thank you

As far as i know you shud be chmodding all cookie files to 666 and the inviter folder to 777

I am not an expert so somebody might wanna confirm :D

Medina
05-16-2007, 10:55 AM
how to add a live domain, such as

login.live.nl

but how to get the 'funny' codes behind of it :P

Endurer
05-17-2007, 12:51 PM
Yahoo inviter still doesn't work.

amjadakmal
05-27-2007, 05:36 PM
Please help me with this error:

Fatal error: Call to undefined function: curl_init() in /home/postpaid/public_html/inviter/myhotmail.php on line 52

CP,
05-30-2007, 11:44 AM
will this work on 3.5.4?

lebanon
05-30-2007, 03:48 PM
sorry for not supporting this as much as i should , but i have been busy a lot in my actual job here ( in a newspaper ).
Anyway, amjadakmal , you do need Curl to be installed by your host for this to work.
CP, the functions for VB should work fine, however the essentials for this hack are the requirements in the description.

I have uploaded a new fixed version with instructions for Yahoo related errors. regards

Mupetz
05-31-2007, 06:55 PM
The new version doesn't work either.

I'll stick to the first version. All works, no Yahoo!

The Bish
05-31-2007, 07:20 PM
Works for me!

vitrag24
06-04-2007, 07:33 PM
is it working then i'll install...reply plz
i have vb 3.6.4

Deska
06-05-2007, 08:45 AM
I got these errors when try GMail:
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 57

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31

Any idea how to fix it?
Thank you....

Luky
06-05-2007, 12:49 PM
I got these errors when try GMail:
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 57

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31

Any idea how to fix it?
Thank you....
Turn off safe mode.

lazydesis
06-05-2007, 05:39 PM
I got these errors when try GMail:
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 57

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /inviter/mygmail.php on line 31
Any idea how to fix it?
Thank you....

i got the same in gmail .. yahoo and hotmail work great :)

any ideas? By the way, safe mode is turned off already

http://lazydesis.com/info.php

you can see here

and http://lazydesis.com/fun/inviter.php <-- try using gmail and you will get error

ChordsNstringS
06-05-2007, 05:58 PM
it shows mail sent, but I did not get any mail

thenewuser
06-05-2007, 06:12 PM
okay, I give up, so I'll ask here..

How do I invite someone using this? I installed it, I registered on the test forum... I can't find a link anywhere...

thanks

thenewuser
06-05-2007, 06:54 PM
/forums/inviter.php?

nm

Jibba Jabbas
06-05-2007, 07:22 PM
It's saying login details are wrong? I've tried many times and im pretty sure they aren't wrong but it's still saying they are.

Please help!

thenewuser
06-05-2007, 07:31 PM
Hrm, this did not work for me, I clicked on send and all the fields reset, I'm assuming it tried to work? No one got the email...

does the link need to be in https?

Anyone else had this problem and no how to fix?

Deska
06-06-2007, 09:47 AM
Turn off safe mode.

Already off but still no luck.. :(

Luky
06-06-2007, 10:28 AM
Ask your host if you have "PHP COMPILED WITH CURL WITH SSL FOR THIS TO WORK and can open remote urls"

lebanon
06-06-2007, 10:41 AM
I believe the gmail will need an update in the next few days, but as for the rest, i repeat there is no override or an alternative for the requirements.
Knowing that we will need to browse into email pages which are accessed through ssl, we will need curl and we will need it compiled with ssl !
If none of the emails work, then obviously you did not meet the requirements, however, when some work and some doesnt there we can discuss it.

As for gmail error for curl setopt follow when open_base is set, there is a work around i will implement it within the next update of gmail .

thenewuser
06-06-2007, 02:58 PM
Ask your host if you have "PHP COMPILED WITH CURL WITH SSL FOR THIS TO WORK and can open remote urls"

was this to me?

They said:

"Yes, our PHP is compiled with Curl + SSL support in both versions 4 and 5. The allow_url_fopen setting is enabled."

Luky
06-06-2007, 03:09 PM
To anyone who cannot get it to work :P

thenewuser
06-06-2007, 03:20 PM
To anyone who cannot get it to work :P


Thanks for the help, I appreciate it. My MSN mail was shut off, maybe that's why it wasn't working... I'll report back in a few min!

thenewuser
06-06-2007, 03:24 PM
It worked perfectly!1!! WOOOOOOO!

Woo. ;)

lazydesis
06-06-2007, 03:49 PM
I believe the gmail will need an update in the next few days, but as for the rest, i repeat there is no override or an alternative for the requirements.
Knowing that we will need to browse into email pages which are accessed through ssl, we will need curl and we will need it compiled with ssl !
If none of the emails work, then obviously you did not meet the requirements, however, when some work and some doesnt there we can discuss it.

As for gmail error for curl setopt follow when open_base is set, there is a work around i will implement it within the next update of gmail .

waiting for ittttt :D

thanx a lot for the great support :) u are awesome ... having a full time job and giving such awesome support

Jibba Jabbas
06-06-2007, 09:53 PM
Ok im getting "No Details Found: Please make sure you have entered correct login details and try again."

Used 4 different email addresses and repeatedly put in the password, it's not that im putting it in wrong.

Heres some info off my phpinfo file:

allow_url_fopen Local value:On Master value:On

CURL Information libcurl/7.14.0 OpenSSL/0.9.8 zlib/1.2.3

Is there anything wrong there? Or do i need to check anything else?

(Btw im trying it on hotmail)

Jibba Jabbas
06-11-2007, 08:08 PM
bump

0tolerance
06-13-2007, 03:47 AM
Hello.
i know my current hosting meets the requirements for it..
but when i installed it and set it all up... after importing contacts from hotmal... it has them all up with the check box... but no send button appears to confirm the emails..

and when using Gmail i get an error... but not alot of people use gmail.

CraiovaOnLine
06-16-2007, 07:01 PM
oky instaled the thing...badabim badabam aint workin

keep gettin this
Parse error: syntax error, unexpected T_STRING in /home/evanzari/public_html/forum/postage.php on line 18

line 18: error_reporting(E_ALL & ~E_NOTICE);

imported the product
uploaded the files
modified the file... (i modified the file after uploadin it...but shouldn't be a problem...right?)

CraiovaOnLine
06-16-2007, 07:39 PM
nvrmind
forgot a ; :D

alessai
06-17-2007, 04:22 PM
had some problems :D becuse i tried to send an email to an existing member<< !!stuiped

okey okey its amazing ? رهيب ؟ عجيب؟
i dunno how to say thanx its the best hack i tried.....

but i want to suggest somthing the sender mail... i prefer to be the member mail

i mean if i imported the list form sai1122@hotmail.com when he send the invites for his friends the sender be sai1122@hotmail.com

lebmobile
06-17-2007, 07:05 PM
please can someone give me the files edited???? I didnt know how to edit them

quickly plz

LICryptkeeper
06-18-2007, 03:50 PM
Hi, just went through the thread, didnt see the answers I was looking for so I figured I'd post them before installing this hack (which I have been waiting for for over a year, thanks ;))

1) will the user be able to add custom text into the email body?
2) can we set it up so that it does not get sent from "myemail@mysite.com" but rathar the inviter's email?
3) will it have the refferal in the link to the forum? if te user clicks it in the email and gets sent to my site and registers, will the inviter be credited?

abhimation
06-18-2007, 06:50 PM
It doesnt seem to be working with me. Says wrong username or password.

Is it that CURL thing is missing on my servers ? How do i check it ?

Or is it some other reason ?

Its a great MOD. Please help !

alessai
06-18-2007, 09:30 PM
Hi, just went through the thread, didnt see the answers I was looking for so I figured I'd post them before installing this hack (which I have been waiting for for over a year, thanks ;))

1) will the user be able to add custom text into the email body?
2) can we set it up so that it does not get sent from "myemail@mysite.com" but rathar the inviter's email?
3) will it have the refferal in the link to the forum? if te user clicks it in the email and gets sent to my site and registers, will the inviter be credited?

3 : yes it does
2 : i didnt try to put the email member code as the mail sender
1: nope you cant hope next edition we can

0tolerance
06-19-2007, 03:28 AM
It doesnt seem to be working with me. Says wrong username or password.

Is it that CURL thing is missing on my servers ? How do i check it ?

Or is it some other reason ?

Its a great MOD. Please help !

upload this and save it as a .php file and run it, it will tell you if your hosting runs the requirements.

<?php

if(!function_exists('curl_init'))
{
exit('CURL Library is not installed.');
}

$agent = "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)";
$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, "https://www.paypal.com");
curl_setopt($ch, CURLOPT_USERAGENT, $agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);

$result = curl_exec($ch);

if(!strlen($result))
{
exit('CURL is installed, but not working correctly with SSL pages. Error Message: <strong>' . curl_error($ch) . '</strong>');
}
else
{
echo ('Congratulations! CURL w/ SSL seems to be working fine.');
curl_close($ch);
}

?>

On another note, has does any one get the problem where they import the hotmail contacts and there is no send button to finalise the invitations?
i would mucho appreciate a PM with some help.

abhimation
06-19-2007, 07:02 AM
Thnx Otolerence...
I got the following msg - Congratulations! CURL w/ SSL seems to be working fine.

Then whats the problem ? Why i am getting the message when i click "Import my Contacts" -

No Details Found: Please make sure you have entered correct login details and try again.

Help Please !

Kaasie
06-19-2007, 07:33 AM
oooooooooh me likey, thank you very much

alessai
06-19-2007, 10:19 AM
problems:

some of the members Send Email button doesnt appear whats the problem? it works with me

alessai
06-20-2007, 10:06 AM
hello

it seems some of my friend have a problem and the following message appear could you please tell me what is the problem:

Fatal error: Call to undefined function: curl_init() in /home/al7aran/public_html/inviter/myhotmail.php on line 29

vitrag24
06-20-2007, 06:58 PM
still this hack isnt working?

LICryptkeeper
06-20-2007, 07:28 PM
3 : yes it does
2 : i didnt try to put the email member code as the mail sender
1: nope you cant hope next edition we can

I changed $from = "myemail@mysite.com" to $from = $sendersemail;

I was unable to test it, as my server does not have sll enabled with curl.

Basit
06-20-2007, 08:02 PM
Doesn't work for me... getting following error message:



Warning: fopen(/home/hallagul/public_html/urdu/inviter/hotmailcookie.txt) [function.fopen]: failed to open stream: Permission denied in /inviter/myhotmail.php on line 18

Warning: fclose(): supplied argument is not a valid stream resource in /inviter/myhotmail.php on line 19

Warning: fopen(/home/hallagul/public_html/urdu/inviter/livecookie.txt) [function.fopen]: failed to open stream: Permission denied in /inviter/mylive.php on line 19

Warning: fclose(): supplied argument is not a valid stream resource in /inviter/mylive.php on line 20

No Details Found: Please make sure you have entered correct login details and try again.



Following is status of Curl thingy.


CURL support enabled
CURL Information libcurl/7.15.3 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6


Your help is much appreciated.

Regards,

LICryptkeeper
06-20-2007, 08:06 PM
download the may 03'd one, not the 30th.

alessai
06-20-2007, 11:17 PM
I changed $from = "myemail@mysite.com" to $from = $sendersemail;

I was unable to test it, as my server does not have sll enabled with curl.

tworked i tried it today :)

alessai
06-20-2007, 11:18 PM
Doesn't work for me... getting following error message:



Warning: fopen(/home/hallagul/public_html/urdu/inviter/hotmailcookie.txt) [function.fopen]: failed to open stream: Permission denied in /inviter/myhotmail.php on line 18

Warning: fclose(): supplied argument is not a valid stream resource in /inviter/myhotmail.php on line 19

Warning: fopen(/home/hallagul/public_html/urdu/inviter/livecookie.txt) [function.fopen]: failed to open stream: Permission denied in /inviter/mylive.php on line 19

Warning: fclose(): supplied argument is not a valid stream resource in /inviter/mylive.php on line 20

No Details Found: Please make sure you have entered correct login details and try again.



Following is status of Curl thingy.


CURL support enabled
CURL Information libcurl/7.15.3 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6


Your help is much appreciated.

Regards,

are sure u have the right permissions?

butty
06-21-2007, 03:12 AM
hello, can anyone tell me if this has the option to pull and send the invites to the new users msn contact list as they are registering for the forum?

maybe on the next page after the sign up process? it would probably gain more invitees being brought in as most people just fill in whats needed. if not they may never stumble across the invite page and then maybe when they do they may not be bothered to send the invites out?

LewisAinslie
06-21-2007, 08:57 AM
Ye that would be good

soletrader
06-21-2007, 09:32 AM
Everything is working besides my template. All I get is this: http://www.traderslaboratory.com/forums/inviter.php

My navbar is messed up along with some other stuff.

Any help will be appreciated. Thanks

Basit
06-22-2007, 08:54 AM
Thanks for the help, it was rights issue as well as wrong version (installed may 30th version instead of may 3rd). All is working except Yahoo invitation. Any idea how to fix yahoo problem ?

Basit
06-22-2007, 09:07 AM
I am getting following error whey tried to send invite to Yahoo mail.


Warning: fopen(*****@yahoo.com) [function.fopen]: failed to open stream: Permission denied in /inviter/myyahoo.php on line 404
can't open file


Gone through whole of this thread and find out many other members facing same problem but no solution. Does anyone have any idea how to fix this issue ?

apiasto
06-22-2007, 11:25 AM
great hack but need help.i downloaded may 30 project but i dont see any link on the forum or anything in admin panel, thnx for your help in advance

ldwebtech
06-24-2007, 10:35 AM
any one plz help me to getout frm this error

Fatal error: Call to undefined function: curl_init() in /home/torrents/public_html/inviter/myyahoo.php on line 51

neverstop
06-28-2007, 04:32 AM
Hi...

Using the hotmail it imports the contacts fine, but it does not send an email.

i tried running the test script and received this:

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/xxxxxxx/public_html/curl.php on line 14
Congratulations! CURL w/ SSL seems to be working fine.

Safe mode is set to off and there is no value set for the open_basedir. Any ideas?

epoc fitness
06-30-2007, 03:26 PM
Has anyone got this running flawless?

FIM
07-01-2007, 05:05 PM
nice work in 3.6.7 :)

raiderlax
07-02-2007, 07:35 AM
So does this work okay?

Robert7
07-02-2007, 08:59 AM
This hack works and can send email to Gmail but it doesn't send email to Yahoo users. Any idea?

epoc fitness
07-03-2007, 12:14 AM
It seems that there are a lot of updates, and different methods for install. Can someone post a nice simple solution to installing and the steps which have to be done.

epoc fitness
07-03-2007, 01:36 AM
I get the following errors

Warning: fopen(/home/fashion/public_html/inviter/gmailcookie.txt) [function.fopen]: failed to open stream: Permission denied in /inviter/mygmail.php on line 29

Warning: fclose(): supplied argument is not a valid stream resource in /inviter/mygmail.php on line 31

epoc fitness
07-03-2007, 01:56 AM
got the gmail working AOL doesn't seem to want to work.

CraiovaOnLine
07-16-2007, 08:47 PM
most users dont have their adress book full completed.
Was thinking if wouldn't be helpfull if for the Yahoo id(for example) if the mail is missing then the inviter to send a mail to yahooid@yahoo.com (since most users use @yahoo.com). just a tought...

anyone knows how to mod that?

sunilvarma
07-18-2007, 10:53 AM
heres a tip to users of this hack. You can send mails only in plain text by default but by editing the postage.php file you can send mail in HTML too. this is really useful.

In file postage.php FIND:

mail($to, $subject, $message, "From: $from");


REPLACE WITH:

mail($to, $subject, $message, "From: $from" . "MIME-Version: 1.0\n" . "Content-type: text/html; charset=iso-8859-1");

:)

5solutions
07-31-2007, 05:56 AM
Hello First of All Thanks for This Mod...
Iam able to send invites but ... mail cant send to free mail providers like ( gmail , yahoo) Invites are only sent to mails ( name@5nweb.com , name@companyname.com ) mails not sent to gmail , yahoo ... please reply me the solution
Thankyou

raiderlax
07-31-2007, 08:46 AM
So does this work for 3.6.8? and are their any bugs?

xxHxx
08-02-2007, 11:41 AM
am getting this error can any one help me plz :(

Fatal error: Call to undefined function: curl_init() in /home/forumsm/public_html/vb/inviter/myhotmail.php on line 52

noonespecial
08-03-2007, 05:04 AM
I think it'd be great if there was a place to just enter email addresses to "invite" as well. So other people (not using the above services) can also invite some friends.