11
deka87
Re: My Inviter 1.0 beta is released for testing
  • 2009/4/25 14:58

  • deka87

  • Friend of XOOPS

  • Posts: 1125

  • Since: 2007/10/5


Quote:
how to convince my user this is secure and i'm not trying to get their email username and p/w


there is privacy policy webpage on every respectful website. lots of websites gather your external emails and passwords and we are cool with this. it's up for a user anyways if he wanna use it or not. it's teh matter of the website itself. you may want put a link to your privacy policy page in the invitation block so that it'd look safer.
Mind anchors

12
demian
Re: My Inviter 1.0 beta is released for testing
  • 2009/4/26 1:41

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


thanks trabis..You're a living legend
xoops community is very lucky to have a dev guy like you

thank you
Quote:

trabis wrote:
Thanks for your nice comment demian, I went to your profile and found something you were looking for, here it is a little gift for you:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=68345&post_id=310835#forumpost310835

13
trabis
Re: My Inviter 1.0 beta is released for testing
  • 2009/4/26 15:16

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Found a bug:
I found a bug when using on linux(write permissions).

Please edit include/functions.php and replace this function:

function myinviter_writeFile($number 0$file 'myinviter_lasttime.txt')
{
    
$default 0;
    
$fileName dirname(dirname(__FILE__)) . '/cookies/' $file;
    @
unlink($fileName);
    
$fileHandler fopen($fileName'w');
    if (!
$fileHandler) return $default;
    
fwrite($fileHandler$number);
    
fclose($fileHandler);
    return 
$number;
}


Login

Who's Online

218 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 218


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits