This is the logic I’ve applied so far:
I removed form the code all the required files such as:
'CallerService.php'
"../config_inc.php");
"../includes/class.phpmailer.php");
"../includes/func_inc.php");
"../includes/egold_inc.php");
"../license_inc.php");
I removed all calls to database...
In the file MassPayReceipt.php line 187:
$resArray='hash_call("MassPay",$nvpstr);
If you replace this line with $resArray=”” you should not get a blank page, at least it will show you the error page. This suggest that the problem is in that call.
Please be aware that you will need to login to your account panel first, then you can follow Brandons’ link. You can also go to the same page using the link on the left side of your Account Options / “Get Advertisement Codes”
Are you asking about different users each one able to pick their own options?
If that’s the case, you will want to save those options into the user information table so they can be retrieved or changed when needed.
The table and data we are using for this example:
-- phpMyAdmin SQL Dump
-- version 2.11.9.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 21, 2009 at 12:17 PM
-- Server version: 5.0.67
-- PHP Version: 5.2.6
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database...
Yes, you can use cookies.
Send the cookie before the html code to avoid the error.
This is a great tutorial to get started:
http://www.w3schools.com/php/php_cookies.asp