vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Contact's Inviter MSN/Yahoo/Gmail & MORE (https://vborg.vbsupport.ru/showthread.php?t=145882)

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

Quote:

Originally Posted by lebanon (Post 1239739)
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

Quote:

Originally Posted by lebanon (Post 1239737)
this can be changed from
Code:

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

Quote:

Originally Posted by lebanon (Post 1239739)
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

Quote:

Originally Posted by The Bish (Post 1239749)
$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
Code:

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



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



}

replace with
Code:

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...

Quote:

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

Quote:

Originally Posted by The Bish (Post 1239941)
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. :)


All times are GMT. The time now is 07:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01590 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete