Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #1  
Old 29th November 2009, 13:19
crztz crztz is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 34
Default vip_account.php missing
I saw in donate.php script that when someone donates to the tracker, to auto update the donations and the user profiles of the donor.. u can redirect ( or not) to the vip_account.php page.. ( i think to update the donor's donation stats).. but i can't find this file..

If i'm mistaking.. please inform me of this.. but whenever i'm trying to test a donation.. either using the sandbox option.. or the real donation.. the donation stats it's not updated...

Did anyone solved this issue ?

Regards
Reply With Quote
  #2  
Old 1st December 2009, 12:05
C2DaJ C2DaJ is offline
Senior Member
 
Join Date: Jan 2009
United Kingdom
Posts: 34
Default
There isn't a file named "vip_account.php" in TS SE. Maybe you seen this on a site, they have customised. As for the donation thingy, I have no idea.
Reply With Quote
  #3  
Old 3rd December 2009, 11:16
crztz crztz is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 34
Default
on tonate.php script.. file included in the script taken from bvlist, there is a script.. that includes that file... is something like.. when a user donates.. from the file vip_account.php is using some scripts to update.. or i don't know.. the donor's account...

So.. to be short.. that file must've been included in the 5.6 version ( nightcrawler version )
Reply With Quote
  #4  
Old 23rd January 2010, 00:06
Tony's Avatar
Tony Tony is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 182
Default
oh im yet again posting wayyyyyyyyyyy to late but anyway he's taking about this part from the donate.php

Code:
define('D_VERSION', '1.4.1');
define('DISABLE_ADS', true);
require_once('global.php');
gzip();
dbconn();
$return_to_address=false;
if (isset($_GET['skip_member_check']) AND (!empty($_GET['skip_member_check']) AND !empty($_SESSION['skip_member_check']) AND $_GET['skip_member_check'] === $_SESSION['skip_member_check']))
{
    define('skip_member_check', true);
    $form_values = '?skip_member_check='.$_SESSION['skip_member_check'];
    $return_to_address = array(
        'true' => $BASEURL.'/vip_account.php?paypal_done=true&skip_member_check='.$_SESSION['skip_member_check'],
        'false'     =>$BASEURL.'/vip_account.php?paypal_done=false&skip_member_check='.$_SESSION['skip_member_check']
        );
}
if ($MEMBERSONLY == 'yes' AND !defined('skip_member_check'))
{
    loggedinorreturn();
    maxsysop();
}
Ive not got the auto promotion to work when giving it a test on my test server so far but that code above is useless code i think so dont let that confuse you with how the paypal auto promotion works ..

Would begood for somebody to post a small "how to set it up" and save all the trouble really :)
Reply With Quote
  #5  
Old 28th January 2014, 15:23
sp1 sp1 is offline
Member
 
Join Date: Jun 2013
P2P
Posts: 1
Default
Quote:
Originally Posted by Tony View Post
oh im yet again posting wayyyyyyyyyyy to late but anyway he's taking about this part from the donate.php

Code:
define('D_VERSION', '1.4.1');
define('DISABLE_ADS', true);
require_once('global.php');
gzip();
dbconn();
$return_to_address=false;
if (isset($_GET['skip_member_check']) AND (!empty($_GET['skip_member_check']) AND !empty($_SESSION['skip_member_check']) AND $_GET['skip_member_check'] === $_SESSION['skip_member_check']))
{
    define('skip_member_check', true);
    $form_values = '?skip_member_check='.$_SESSION['skip_member_check'];
    $return_to_address = array(
        'true' => $BASEURL.'/vip_account.php?paypal_done=true&skip_member_check='.$_SESSION['skip_member_check'],
        'false'     =>$BASEURL.'/vip_account.php?paypal_done=false&skip_member_check='.$_SESSION['skip_member_check']
        );
}
if ($MEMBERSONLY == 'yes' AND !defined('skip_member_check'))
{
    loggedinorreturn();
    maxsysop();
}
Ive not got the auto promotion to work when giving it a test on my test server so far but that code above is useless code i think so dont let that confuse you with how the paypal auto promotion works ..

Would begood for somebody to post a small "how to set it up" and save all the trouble really :)




yes it would having the same trouble in 7.3 donate works but dosnt update user stats !!!
Reply With Quote
Reply

Tags
missing , vipaccountphp


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
missing key info_hash mid TBDev 6 27th July 2012 10:10
[FIX] Missing function "my_substrr" benjaminbih Free Torrent Source 0 26th December 2009 14:43
missing file invite.php laur88nt Free Torrent Source 3 6th January 2009 19:52
erorr missing language!! pspmaster xBTiT 1 11th December 2008 13:40
Missing file /faqmanage.php Phogo Free Torrent Source 3 10th October 2008 20:04



All times are GMT +2. The time now is 19:07. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.