Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 74 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Caught "FeelComz" Attack Attempt | |
Nash Replies: 1 Views: 8570 ![]() |
![]() |
Thought you all might be interested to see this attack I caught from browsing through my logs
Host: 74.55.113.50 //applications/frontpage.don3app/frontpage.php?app_path=http://www.stormpa ... |
|
Topic: Need a little direction for a mod I'd like to write | |
Nash Replies: 6 Views: 9611 ![]() |
![]() |
OK so after tweaking it, this seems to come about because I was trying to write to a path defined "absolutely" i.e., with http://www.eastcoastbodyboarding.com/folder/
instead I had to change to be ... |
|
Topic: Need a little direction for a mod I'd like to write | |
Nash Replies: 6 Views: 9611 ![]() |
![]() |
Another problem I'm facing, now that I'm trying to implement.
Warning: copy(http://www.eastcoastbodyboarding.com/path/to/pictures/200602_wdbgo003.jpg) Edited by Guardian: to remove full path data ... |
|
Topic: Need a little direction for a mod I'd like to write | |
Nash Replies: 6 Views: 9611 ![]() |
![]() |
OK, so here's the issue I'm anticipating running into. I don't want posters having to wait for this code to copy the file from the external server. I also don't want their post to be interrupted by ... | |
Topic: INSERT INTO errors. | |
Nash Replies: 7 Views: 12213 ![]() |
![]() |
hmm, would have to play around with it. I did a bunch of basic Access programming at the end of last summer and remember having issues with duplicates occurring in my queries when I would join tables ... | |
Topic: INSERT INTO errors. | |
Nash Replies: 7 Views: 12213 ![]() |
![]() |
do any of these tables have multiple entries for a particular session_ID or course_ID? | |
Topic: Need a little direction for a mod I'd like to write | |
Nash Replies: 6 Views: 9611 ![]() |
![]() |
Thanks a lot evaders. I will mess around with these and post my code on the forum | |
Topic: Need a little direction for a mod I'd like to write | |
Nash Replies: 6 Views: 9611 ![]() |
![]() |
should add that I have seen the file upload tutorial on w3schools. Could I use that same function but somehow with a remote (http) reference instead of a local one? | |
Topic: Need a little direction for a mod I'd like to write | |
Nash Replies: 6 Views: 9611 ![]() |
![]() |
Hey there gents,
I'm trying to write what I think will be a very cool mod to the forum module. People often use my forum to share photos and to talk about them. In fact, I'd say a majority of pos ... |
|
Topic: GFX Check | |
Nash Replies: 7 Views: 15167 ![]() |
![]() |
I noticed that it is looking for this image: http://www.eastcoastbodyboarding.com/modules.php?gfx=gfx&random_num=646722
I don't have a gfx folder in modules ... could that be it? |
|
Topic: GFX Check | |
Nash Replies: 7 Views: 15167 ![]() |
![]() |
i have tried a number of settings. I set it to 3 just to start with the user registration only. The problem though is that the graphic just doesn't show up. I get a "missing picture" image
http: ... |
|
Topic: GFX Check | |
Nash Replies: 7 Views: 15167 ![]() |
![]() |
should add that I will definitely upgrade to the new RN, but probably not for another month or so until I get a solid weekend to do it. | |
Topic: GFX Check | |
Nash Replies: 7 Views: 15167 ![]() |
![]() |
I am having trouble with my GFX check. tons of spammers seem to sign up for my site each day. Likely facilitated by the fact that my GFX doesn't seem to work. When I enable it in config, no image i ... | |
Topic: Are spammers able to "fake" their user agent? | |
Nash Replies: 3 Views: 8281 ![]() |
![]() |
Sentinel again caught Googlebot. Looks like it was trying to run malicious code.
I suspect that either a hacker/spammer was faking user agent as Googlebot/2.0 or a hack/spammer placed a link to th ... |
|
Topic: How to prevent Google from being blocked? | |
Nash Replies: 8 Views: 13217 ![]() |
![]() |
interesting -- my robots.txt file (which was just the standard from my nuke install) was disallowing "admin.php". I had to change it to "/admin.php" and the it worked. | |
Topic: How to prevent Google from being blocked? | |
Nash Replies: 8 Views: 13217 ![]() |
![]() |
So, I was super psyched after getting my Sentinel blocker working with permanent bans -- it was catching everything! Blocked 30-40 IPs the first day and then 6-10/day since then.
Also, I removed m ... |
|
Topic: Mass pruning of Link Submissions | |
Nash Replies: 2 Views: 7087 ![]() |
![]() |
It would be great to be able to approve / reject link submissions en masse.
I have 700+ b/c of spammers, and I just can't delete them one by one. Obviously can use phpMyAdmin, but why not have it ... |
|
Topic: upgrade ver.2.0.0 to 2.10 or 2.20 | |
Nash Replies: 9 Views: 18495 ![]() |
![]() |
hey guys, just found this post after searching. Psyched to hear the new release will come out.
Question. I'm currently on v 2.02.0 as well. Will there be a nice way to upgrade from that versio ... |
|
Topic: how do i upgrade | |
Nash Replies: 17 Views: 19104 ![]() |
![]() |
>> If you are on a version earlier than 2.02.02, use the various patch downloads and/or support forum posts to help you get to 2.02.02 FIRST
Where might I find these? |
|
Topic: has anyone tried modx | |
Nash Replies: 10 Views: 14326 ![]() |
![]() |
Thanks Montego -- very helpful. I may have to try those books.
Agreed about the shopping cart. I've seen some forum applications do a decent job with it where posts are "instantaneously" made i ... |
|
Topic: has anyone tried modx | |
Nash Replies: 10 Views: 14326 ![]() |
![]() |
I guess I'm thinking of the results that I typically associate with AJAX plumbing then. e.g., no full page reloads/redraws and thus fast response times to user actions. My impression was that AJAX w ... | |
Topic: has anyone tried modx | |
Nash Replies: 10 Views: 14326 ![]() |
![]() |
Thanks Montego. I think that AJAX does add strong functionality for any site involving posting. Forums, Photo galleries, user log in, shopping carts, and I'm sure many other pieces stand to benefit ... | |
Topic: has anyone tried modx | |
Nash Replies: 10 Views: 14326 ![]() |
![]() |
Has there been anything further on this?
I would love to build AJAX functionality into my site. This would be particularly useful in a shopping cart application I believe. Any good suggestions? |
|
Topic: Single sign-on functionality | |
Nash Replies: 3 Views: 6691 ![]() |
![]() |
thanks montego - in the meantime I'm trying to learn how the nuke sign-on code works. trying to understand sessions etc. | |
Topic: Single sign-on functionality | |
Nash Replies: 3 Views: 6691 ![]() |
![]() |
Hey guys,
Given that there are many different CMS software, Commerce software, and forum software out there, and that within each of those categories there are best of breed applications, it would ... |
|
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