PhGroove
Members-
Posts
10 -
Joined
-
Last visited
Everything posted by PhGroove
-
Managing Ftp Sessions In Cpanel (?)
PhGroove replied to PhGroove's topic in CPanel and Site Maintenance
I still get the same problem even with 1 connection, honeslty it seems it got worst in the past 2 weeks, wonder what could be the cause. -
Managing Ftp Sessions In Cpanel (?)
PhGroove replied to PhGroove's topic in CPanel and Site Maintenance
too bad, it was quite handy! any other solution beside waiting for time out? -
Hi, I'm having problems with my ftp sessions, after few minutes I get a message that there are too many conenction from the same ip, it rarely happened before and usually I went into my cpanel, I think it was under FTP Manager, where I could see the active sessions and disconnect them, now I'm not able to find that reference. Where di it go? was it removed? I'm using cuteftp 7 pro, with defaUlt settings and I think it makes 2 simultaneously connetions, it's annoying to wait more than 10 minutes, untill all the connections time out, before being able to ftp again. Any help is appreciated, thanks all :-)
-
Need To Mimic Oe Or Other Email Client Filters Behavior
PhGroove replied to PhGroove's topic in Scripting Talk
I was playing with #1, and partially covers my needs, I was able to filter some test emails and the autoresponder replied to the sender with my custom message, but seems that the autoresponder would reply to any email received to that account and not only the one "moved" by the filter, am I right? Also I think this way I wont be able to sort those emails inside one account, in different directory, but instead accross different accounts. #2 would be the best option, but I can't find a script that fits my case, the one I found (hotscripts.com) do what I need but requires the sender to email me from a website form not from their favorite email clients. I'm sure I'm missing the right script in my search. I keep my hopes high -
HI, I was wondering if there is any script that would do the following: Check for incoming email, every 5 hours for instance, auto reply to emails based on keywords in the subject and body. Example I received an email to my@mailaccount.com A filter is triggered by a keyword in the subject and replies to that email with a custom email from my@mailaccount.com, then, another filter is triggered by a keyword in the message body and moves the received email to a specific folder and marks it as seen. This is basically what OE is doing when my computer is online and I'm away, I set a specific amount of time to check incoming emails and if any is received that falls into the filters settings the sender gets an autoresponder message. The problem is that soon I wont be able to be online with my pc for few months but I need an webmail client to keep doing this task form me. The key point here is to have keywords to trigger the autoresponse. I didn't find such features in horde or squirrelmail, and the autoresponder in cpanel I think wont suffice my needs. Any help would be greatly appreciated. Thanks in advance. PhGroove - -
-
Permission Problems! Gallery Is Giving Troubles
PhGroove replied to PhGroove's topic in CPanel and Site Maintenance
Thanks to all, after I submitted the help ticket I got the problem solved in less than 5 minutes!!! Actually I had to reopen the ticket cause there was somthing strange going on so 5 minute as total time, and let me say that Rock Sign I'm sticking with gallery cause I like it and for my needs it's perfect, I like coppermine too but... who knows. Hopefully when they'll release Gallery 2 there would be less problems, I hope so, at least! -
I just submitted a help ticket regarding a problem setting permission to the setup folder of Gallery 1.4-pl1 that according to the developers should be set to 755 (config mode) and to 0 (secure mode), well I could do that few hours ago but now I can't, and by the way I just noticed that many folders created by Gallery have permission problems. They are owned by the server, so I can't delete pictures or make changes, however gallery developers suggest to use a script to fix this, the script worked few days ago but now the problem still persist!!! So frustrating! Does anyone have a clue? Thanks PhGroove - -
-
Simple Cgi Counter Wont Work Beside Public_html
PhGroove replied to PhGroove's topic in Scripting Talk
The browser, it was the browser's fault!!!!! Mad!!! Geeeeeeeeeeeeeeeee it didn't reload the page with the modification, was keep getting it from the cache!!!!!!!!!!!!!!!!!!!! so, the script is working!!! Thanks to everyone, this place is so great! Rock Sign PhGroove - The Mystical Potato Head Groove Thing" -
Simple Cgi Counter Wont Work Beside Public_html
PhGroove replied to PhGroove's topic in Scripting Talk
I modified the code but is not working!!! Mad!!! I thought that the path was wrong but...if I copy the path, and paste it in the adress bar the script shows a blank page with the increased counter, so the path is ok, right!? so this code should be fine ><!--#include virtual="www.mysite.com/cgi-bin/MKCounter.cgi?id=mypage"--> btw I tried also ><!--#exec cgi=balhblahblah no luck I'm checking again inside the script, maybe (probably, it's kinda late here) I'm tired and I'm missing something, tomorrow, as usual, everything will be clear ...well, maybe!!! thanks 4 the welcome AndyB Rock Sign -
Hi all, this is it! I'm using a very simple cgi counter that uses SSI, and I just noticed that if the shml file is in a sub-folder of public_html the counter wont work. if I try the script www.mysite.com/cgi-bin/MKCounter.cgi?id=mypage the counter increses but the page with the code insertion ><!--#include virtual="cgi-bin/MKCounter.cgi?id=mypage"--> gives the >[an error occurred while processing this directive] error, but this happens only if the page is in, let's say, /public_html/testing counter/ or /public_html/aaa/ or /public_html/whatever/ if I moved the page to /public_html/ the script works Not a big deal, I mean, I dont really need this script, but, just to learn a little more. So, any clue??? Thanks in advance Rock Sign
