Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 107 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Country-based block content | |
jimmo Replies: 3 Views: 6999 ![]() |
![]() |
That is obviously a good idea, but I have been trying to avoid activating the multi-language function. The only thing that is currently in the respective language is the PHPNuke stuff. All of my conte ... | |
Topic: Country-based block content | |
jimmo Replies: 3 Views: 6999 ![]() |
![]() |
Hi All!
I would like to change the content of blocks based on the country the respective IP translates to. For example, if the IP translates to Germany, the content of the block changes to a specif ... |
|
Topic: Stopping spam | |
jimmo Replies: 22 Views: 39177 ![]() |
![]() |
Since a long time Captcha for forums posts exist. The problem in my opinion is people avoid such site. I also hate it to answer questions from the spam mod before I can post.
That is definitely s ... |
|
Topic: Stopping spam | |
jimmo Replies: 22 Views: 39177 ![]() |
![]() |
We need better tools to eliminate this - and it does appear that this was manually entered, unless bots have gotten smart enough to detect CSS and post accordingly. The people hired to do this must ... | |
Topic: Stopping spam | |
jimmo Replies: 22 Views: 39177 ![]() |
![]() |
A nice small Anti-Spam-Addon for the phpbb2 is
That threw me for a second! I can recognize a few cyrillic letters, but I never learned Bulgarian. My assumption is that it would only work if it ... |
|
Topic: Stopping spam | |
jimmo Replies: 22 Views: 39177 ![]() |
![]() |
True, but that assumes a spam bot registers. That's possible, but it does not appear to be the case.
I get that feeling, too, but I cannot really say why. I bet it would be cheaper to hire a group ... |
|
Topic: Stopping spam | |
jimmo Replies: 22 Views: 39177 ![]() |
![]() |
Personally, I doubt any spam bot cares whether you have hidden links or not. They aren't going to spend the time to check, they are going to post and go onto another site ![]() While my biggest concer ... |
|
Topic: Stopping spam | |
jimmo Replies: 22 Views: 39177 ![]() |
![]() |
Over the last week couple of weeks we have been spammed quite a bit.
There are two basic forms these spams take and each have links to other sites. The first one is very obvious with loads keywords ... |
|
Topic: Posting anonymounsly to forums - missing user user ID | |
jimmo Replies: 10 Views: 17376 ![]() |
![]() |
Thanks for your reply!
I am not aware of any module/mod that I explicitely installed that would use the -1 ID. Many moons ago, I installed a version of the original Nuke before going to RN. Maybe i ... |
|
Topic: Posting anonymounsly to forums - missing user user ID | |
jimmo Replies: 10 Views: 17376 ![]() |
![]() |
I guess I am trying too hard to please too many people (not the first time). The bottom line is the extra work that I would end up doing personally when (not if) the forum starts filling up with spam. ... | |
Topic: Posting anonymounsly to forums - missing user user ID | |
jimmo Replies: 10 Views: 17376 ![]() |
![]() |
What you are saying makes sense, assuming that the code is pulling the correct ID. I guess I will just have to back track it a bit to see where it is coming from.
I'm running the site for a local ... |
|
Topic: Posting anonymounsly to forums - missing user user ID | |
jimmo Replies: 10 Views: 17376 ![]() |
![]() |
Thanks to both of you for the quick replies. I checked the database (shame on me for not thinking about that) and I discovered that the the ID of Anonymous is -1, not 1. Seems to me that could be the ... | |
Topic: Posting anonymounsly to forums - missing user user ID | |
jimmo Replies: 10 Views: 17376 ![]() |
![]() |
Hi All!
I'm running RN 2.2 and am trying to configure a guestbook forum so that anonymous visitors can post. When someone tries to post they get the following error: SQL Error : 1064 Y ... |
|
Topic: Desperate for solution-Blocked because of "Unknown atta | |
jimmo Replies: 2 Views: 7308 ![]() |
![]() |
Sorry, I cut-n-pasted too fast. The live server is set like this:
$bypassNukeSentinelInvalidIPChecked = TRUE; My test machine has it set to FALSE. I just checked the live server again and DOS P ... |
|
Topic: Desperate for solution-Blocked because of "Unknown atta | |
jimmo Replies: 2 Views: 7308 ![]() |
![]() |
Hi All!
I am running rn2.10.00 and have had this problem for at least a year and despite configuration changes and code hacks, the problem persists. I am grateful for all of the help people have pr ... |
|
Topic: Call to undefined function: gen_old_gfx() | |
jimmo Replies: 3 Views: 6856 ![]() |
![]() |
You read my mind. That's exactly what I was planning on doing. Thanks for the reply.
regards, jimmo |
|
Topic: Call to undefined function: gen_old_gfx() | |
jimmo Replies: 3 Views: 6856 ![]() |
![]() |
Hi All!
In my PHP error file I am getting PHP Fatal error: Call to undefined function: gen_old_gfx() in /public_html/modules/Your_Account/index.php on line 141 Line 141 looks like this: ... |
|
Topic: Problems with new CAPTCHA | |
jimmo Replies: 6 Views: 10670 ![]() |
![]() |
Thanks. So far, so good with the sessions. I added the line and see that the sess_ files are being written to my DocumentRoot (i.e the same directory as mainfile.php). I would prefer not to fill that ... | |
Topic: Problems with new CAPTCHA | |
jimmo Replies: 6 Views: 10670 ![]() |
![]() |
montego, you're always welcome to jump in!
The other post says to add "session_save_path(dirname(__FILE__));" at the top of mainfile.php, so I was curious as to how this would correct a user specif ... |
|
Topic: Problems with new CAPTCHA | |
jimmo Replies: 6 Views: 10670 ![]() |
![]() |
The only thing that concerns me is that I can log in as an admin and some users can register without a problem. Why would adding that code effect some users and not others? | |
Topic: Problems with new CAPTCHA | |
jimmo Replies: 6 Views: 10670 ![]() |
![]() |
Hi All!
Since I upgraded to RN 2.10 a number of people have had trouble registering. They say that they input the correct code, but the system says it is incorrect. Obviously I cannot tell if they ... |
|
Topic: Changing font sizes on the fly | |
jimmo Replies: 5 Views: 11332 ![]() |
![]() |
It doesn't work with every browser. | |
Topic: Changing font sizes on the fly | |
jimmo Replies: 5 Views: 11332 ![]() |
![]() |
Hmmmmmmm.
I thought about DHTML, but didn't like the idea of adjusting on each page. However, storing the value in a cookie would allow me to set the appropriate font size. However, reloading the ... |
|
Topic: Changing font sizes on the fly | |
jimmo Replies: 5 Views: 11332 ![]() |
![]() |
Hi All!
Many moons ago, users on my site said the text was too small, even if they set their browser to the highest font size. My solution was to create multiple themes with different font sizes th ... |
|
Topic: Blocked because of "Client IP: none" | |
jimmo Replies: 7 Views: 18528 ![]() |
![]() |
I hate to be a pest, but I still have this problem. From all I see so far, this should not be happening. I am more than willing to provide any additional information or change the code to track down ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours