Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 64 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Problems with Nuke Treasury help! | |
finalheaven Replies: 9 Views: 8869 ![]() |
![]() |
I'm still having problems with NukeTreasury.
I have version 1.1 of treasury. 7.6 of ravennuke. My IPN is configured properly, as is treasury in admin. My database is working, etc. And yet, if I ... |
|
Topic: path problem with Nuke Treasury / donat-o-meter block | |
finalheaven Replies: 2 Views: 5823 ![]() |
![]() |
Download 1.1 from the downloads section here. Then keep in mind to make the appropriate changes for the config.inc.php file. Some files reference config.inc.php, others reference config.php. | |
Topic: Treasury 1.1 upgrade made my site disappear | |
finalheaven Replies: 3 Views: 8236 ![]() |
![]() |
From the download's section here. | |
Topic: Nuke Treasury help! | |
finalheaven Replies: 13 Views: 17296 ![]() |
![]() |
long time ago lol
again, i think it's supposedly an issue with headers in ipnppd.php because I'm served by godaddy, but no one has a definitive fix. |
|
Topic: Nuke Treasury help! | |
finalheaven Replies: 13 Views: 17296 ![]() |
![]() |
Instant Payment Notification (IPN) On
Instant Payment Notification (IPN) URL: http://www.worldofrsa.com/modules/Donations/ipn/ipnppd.php |
|
Topic: Nuke Treasury help! | |
finalheaven Replies: 13 Views: 17296 ![]() |
![]() |
yeah! lol. that's my problem.
Let me ask, did you change anything in the ipnppd.php? Are you hosting with a proxy server or anything? I think the issue is that I'm served by GoDaddy hosting serv ... |
|
Topic: Nuke Treasury help! | |
finalheaven Replies: 13 Views: 17296 ![]() |
![]() |
I reenabled it. That was temporary. Sorry. | |
Topic: Nuke Treasury help! | |
finalheaven Replies: 13 Views: 17296 ![]() |
![]() |
Mine's setup just fine. And people have donated, and yet it has no records to reconcile supposedly.
Ok, here's my site: http://www.worldofrsa.com I'll donate on yours now. |
|
Topic: Treasury 1.1 upgrade made my site disappear | |
finalheaven Replies: 3 Views: 8236 ![]() |
![]() |
Renaming the donations block fixed it. I went into the donations block and found config.inc.php, where as in ipnppd.php it looks for config.php.
Well, although it's fixed and succesfully upgrade ... |
|
Topic: Treasury 1.1 upgrade made my site disappear | |
finalheaven Replies: 3 Views: 8236 ![]() |
![]() |
Yeah. it loads the header and nothing more. ![]() ![]() http://www.worldofrsa.com/ umm, help ![]() |
|
Topic: Nuke Treasury help! | |
finalheaven Replies: 13 Views: 17296 ![]() |
![]() |
I have the same issue here.
I've tried searching, posting in old topics, and using google. Any supposed fixes I found either didn't work or just didn't apply to me. It'd be great to find a st ... |
|
Topic: Treasury, Donat o meter not recording | |
finalheaven Replies: 107 Views: 127572 ![]() |
![]() |
I'm having the same issues with donations not being recorded.
I've fixed the copyright issue. I've fixed the Survey block issue. Now that I finally activated it, I'm getting an issue with donations ... |
|
Topic: No Avatar Option in Your Account | |
finalheaven Replies: 19 Views: 26830 ![]() |
![]() |
ok, problem #1:
By changing the script and avatar path to what they should be, I fixed the avatar control panel for my users. That being said, I apparently wrecked the Avatar Control Panel in th ... |
|
Topic: No Avatar Option in Your Account | |
finalheaven Replies: 19 Views: 26830 ![]() |
![]() |
It did set it by default, but when I imported my original installation of phpbb (in order to preserve users and posts, and forum structure), it must have set the configuration back.
I'm aware that ... |
|
Topic: No Avatar Option in Your Account | |
finalheaven Replies: 19 Views: 26830 ![]() |
![]() |
iCGStation is the theme I'm using.
I'm trying to find a fix myself, but there are so many possibilities. There's the directory /modules/forums. There's the theme contained therein /modules/forums/t ... |
|
Topic: No Avatar Option in Your Account | |
finalheaven Replies: 19 Views: 26830 ![]() |
![]() |
I already know Allow Remore Avatars is disabled, because I disabled it myself. I noticed people could link to avatars using URL's and the images used weren't being checked again the dimension limits I ... | |
Topic: No Avatar Option in Your Account | |
finalheaven Replies: 19 Views: 26830 ![]() |
![]() |
OK, I click the links, and it takes me to the forum profile, but then the avatar control panel is just the paragraph of text I posted above.
Can I fix this? Because my users aren't able to upload a ... |
|
Topic: No Avatar Option in Your Account | |
finalheaven Replies: 19 Views: 26830 ![]() |
![]() |
If I click "Your Account" and then "Your Info," I scroll down to the avatar section, and it reads like this:
blah blah Upload Avatar from your machine: [link]Upload Through Forum Profile Upload ... |
|
Topic: I have a problem ''access this site with an invalid IP.'' | |
finalheaven Replies: 136 Views: 190192 ![]() |
![]() |
And you do that by going into Nuke Sentinel, then Import Data, Import to IP2Country, and then clicking every country?
I did that already for countries A though G. It sucked. I hope that's not bad t ... |
|
Topic: Creating new content | |
finalheaven Replies: 14 Views: 16964 ![]() |
![]() |
Yeah, I ended up getting it working using echo <<<_JS_
the code And then _JS_; or some junk. I say it used somewhere else, so I gave it a try. |
|
Topic: Creating new content | |
finalheaven Replies: 14 Views: 16964 ![]() |
![]() |
try:
if ($module_name == "Content") { <<your echo statements for your javascript go here>> } NOTE: if that doesn't work (i.e., it doesn't get into your code), you may need t ... |
|
Topic: I have a problem ''access this site with an invalid IP.'' | |
finalheaven Replies: 136 Views: 190192 ![]() |
![]() |
Everyone talks about updating IP2C.
I just go into Nuke Sentinel and click all these right? IP2C Update Blocked IP's IP2C Update Tracked IP's IP2C Update Blocked Ranges IP2C Update Excluded ... |
|
Topic: Creating new content | |
finalheaven Replies: 14 Views: 16964 ![]() |
![]() |
You would need to add that to your includes/javascript.php file, but you would probably want to conditionally load that only in the content module.
![]() and how would I do that? ![]() |
|
Topic: Creating new content | |
finalheaven Replies: 14 Views: 16964 ![]() |
![]() |
If I have a javascript that I want to use on a content page, and the javascript requires I load something in the <head> tags first, where would I put that in the content page? I know content pag ... | |
Topic: I have a problem ''access this site with an invalid IP.'' | |
finalheaven Replies: 136 Views: 190192 ![]() |
![]() |
I did the update for the most recent ip2country and both of the users who received the 'invalid ip' error are now able to connect. Thanks.
Can someone please tell me how to do this, step by step, ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours