11
script_fu
Re: Can anyone design a Zoullou.net style donation module?

Thank you!

I have most of the code working now. I still need to get it wrapped inside of xoops. All I have is the header and footer so far. I am still searching for the code so it will show all the blocks.

12
script_fu
Re: Can anyone design a Zoullou.net style donation module?

Quote:

christian wrote:
Hi,

Look this page

After you can create a php file with this code below and the code attached to paypal button

<?php
if (file_exists("mainfile.php")) {
    include(
"mainfile.php");
}
elseif(
file_exists("../mainfile.php")) {
    include(
"../mainfile.php");
}
else {
    include(
"../../mainfile.php");
}
include(
XOOPS_ROOT_PATH "/header.php");
$xoopsTpl->assign('xoops_showrblock'0); // 1 display right blocks
$xoopsTpl->assign('xoops_showlblock'0); // 1 display right blocks
///////
echo "Your code";
///////
include(XOOPS_ROOT_PATH "/footer.php");
?>


I found it!!! Ty Christian & Northern

$xoopsTpl->assign('xoops_showrblock'0); // 1 display right blocks
$xoopsTpl->assign('xoops_showlblock'0); // 1 display left blocks

13
zoullou
Re: Can anyone design a Zoullou.net style donation module?
  • 2007/7/21 12:39

  • zoullou

  • Quite a regular

  • Posts: 250

  • Since: 2004/3/2 0


Hi,

If you want i could release my code but without any support

Cheers

14
script_fu
Re: Can anyone design a Zoullou.net style donation module?

That would indeed be very nice of you Zoullou! I had registered on your site earlyer to make a post about this thread I was going to start.

I wanted to ask you before going live with all the code above.

So to get the original code from you and have your blessing would be very awesome.

Thank you!
Billy

15
zoullou
Re: Can anyone design a Zoullou.net style donation module?
  • 2007/7/21 13:53

  • zoullou

  • Quite a regular

  • Posts: 250

  • Since: 2004/3/2 0


No problem,

Here is the archive with code. To update information you have to modify it directly by hand on the database

www.zoullou.net/Donation-code.zip

Cheers

16
script_fu
Re: Can anyone design a Zoullou.net style donation module?

Thank you!

Login

Who's Online

145 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 145


more...

Donat-O-Meter

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

Latest GitHub Commits