Sub Menu
Links Menu
Online Users

In total there are 670 users online :: 1 registered, 0 hidden and 669 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Google [Bot] based on users active over the past 60 minutes

New donations Block [Solved - but looking for better fix]

Support for IntegraMOD 141

Moderator: Integra Moderator

New donations Block [Solved - but looking for better fix]

PostAuthor: .QUACK.Major.Pain » Sat Apr 21, 2007 4:46 am

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Haven't had any replies from previous posts so I'm trying to figure this out myself. Not that I have much of a clue. LOL

Question is:

$template->assign_vars(array(
'L_NEW_DONATIONS' => $lang['New_donations'],
'DONATE_LINK' => './lwdonate.'.$phpEx,
'L_DONATE_LINK' => $lang['Donate_Funds'],


Is the above from blocks_imp_donate.php, supposed to show both NEW DONATIONS and a DONATE FUNDS
in the block? I see the NEW DONATIONS, but DONATE FUNDS doesn't appear in the block.

Next question:

user_id, lw_post_id, lw_money, lw_plus_minus, MNY_CURRENCY, lw_date, comment, status, txn_id,
lw_site


Above are the categories in the phpbb_account_hist database file. How do I many enter values into the database?
EG: John Doe deposits $20.00 on Jan. 1, 2007

I see the insert function but I want to make sure I do it correctly for each line.

I am thinking the new doantion bloock is ok, the donation part may not be sending donation info to the database.
I want to insert data manually to test if the new doantions block will retrieve it.
Last edited by .QUACK.Major.Pain on Mon May 14, 2007 8:02 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: New donations Block - Again

PostAuthor: .QUACK.Major.Pain » Sun Apr 22, 2007 8:53 am

Found 1 problem, everytime you use DONATE, it bans the paypal IP because of DDOS attempt attack.
I have set my security for DDOS to ignore and no more bans, but still not showing recent donations.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

PostAuthor: ZacFields » Sun Apr 22, 2007 9:25 am

Have you remembered to unblock the previously banned Paypal IP's? Could be that paypal's trying to access through IP's that your forum already has banned.

Zac
Last edited by ZacFields on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

ZacFields
Sr Integra Member
Sr Integra Member
 
Posts: 426
Likes: 0 post
Liked in: 0 post
Joined: Wed May 24, 2006 10:14 pm
Cash on hand: 0.00

Re: New donations Block - Again

PostAuthor: .QUACK.Major.Pain » Sun Apr 22, 2007 12:19 pm

I have removed the banned IP 7 times now. My ban list is empty after removing it each time.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: New donations Block - Again

PostAuthor: .QUACK.Major.Pain » Sun Apr 22, 2007 2:48 pm

Well happy to say that the NEW DONATION block is now working again.

Just set DDos in your security setting to IGNORE and all works fine.

I just didn't wait long enough to for the donation to show.

At first it showed the right way - Donated by: .=QUACK=.Major.Pain 20
and it showed the Donate Here or whatever it is at the bottom.

Now it shows - 20 (Donated by: .=QUACK=.Major.Pain)
and the Donate Here or whatever it was is gone.

Really acts up this thing LOL

Only question now is, how vulnerable is our site with the DDos set to ignore.
Any one have a way to turn it back on and have paypal bypass this without banning paypal IP.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: New donations Block - Again

PostAuthor: CaNNon » Wed Apr 25, 2007 8:50 am

"Only question now is, how vulnerable is our site with the DDos set to ignore."

I would say bad! If your site is set to ban then, each IP your attacked from would get banned, and slowly as the attacker runs out of zombie machines you would start to come back up.

If you have nothing defending then well.... you'll get to see your site when he lets you. The only other way you would be able to stop it, would be to block from your host's routers (yea good luck with that support ticket).

I don't know enough to help with your problem, but i do know you don't want to drop any protection you have.

**** edit ****
Just a thought but relaxing the definition of a dos attack a little may well work, but i have no idea, what file you'll need to edit.
Last edited by CaNNon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
Image
User avatar
CaNNon
Sr Integra Member
Sr Integra Member
 
Posts: 750
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 19, 2007 11:15 am
Cash on hand: 0.00

Re: New donations Block - Again

PostAuthor: .QUACK.Major.Pain » Wed Apr 25, 2007 12:18 pm

I'd be willing to turn it back on as soon as someone can figure out how to stop paypal's returning info from getting banned with every donation.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: New donations Block - Again

PostAuthor: CaNNon » Wed Apr 25, 2007 4:39 pm

Under that and a little down looks like a second control switch for those ddos attacks.

"DDoS Protection Level:" "Strong" "Medium" "Low"

Have you tested with medium or low, that setting may help?
Last edited by CaNNon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
Image
User avatar
CaNNon
Sr Integra Member
Sr Integra Member
 
Posts: 750
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 19, 2007 11:15 am
Cash on hand: 0.00

Re: New donations Block - Again

PostAuthor: .QUACK.Major.Pain » Wed Apr 25, 2007 4:50 pm

LOL can't test anything anymore. The guy in our group paying for the server access bailed and banned our ip's. Looking into starting from scratch again. Test it then LOL.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: New donations Block - Again

PostAuthor: .QUACK.Major.Pain » Mon May 14, 2007 8:01 pm

Just an update on the Donation Block
You have to goto ACP>Security>Special and set DDos Protection level to "LOW"
Anything higher than LOW bans PAYPAL IP for returning IPN

I tested medium and banned ip within seconds of the donation.

Maybe someone can figure out a bypass for paypal so that DDos can be set higher.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: New donations Block [Solved - but looking for better fix

PostAuthor: CaNNon » Tue May 15, 2007 6:38 am

I think low would be fine, if paypal is tripping it like that it's probably just to sensitive.
Last edited by CaNNon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
Image
User avatar
CaNNon
Sr Integra Member
Sr Integra Member
 
Posts: 750
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 19, 2007 11:15 am
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

Registered users: Google [Bot]

cron