Jump to content

zro@redtv

Members
  • Posts

    46
  • Joined

  • Last visited

Everything posted by zro@redtv

  1. wow... thats sterile. a bit more tidy than mine<{POST_SNAPBACK}> ...no one commented on my den... (boo-hoo)
  2. heres HQ... 2 shots for posterity
  3. OP! sorry.... must have skimmed over shellys post there... didnt realize that was the word of 6apart... figurd it was just another frusterated user. i still think theres gotta b a work around, so ill keep tryin... thanks fr the help! ...also thats not the ver. im using.... i've just got the legacy patch (code above)
  4. o yea. I did that 4ever ago, sorry... prolly shoulda mentiond that. it works without the patch installed. i also tried a few mods on the patch, but again.... my perl is a bit rusty
  5. right right. thats what im trying to do. have mt NOTIFY list@server.com instead of a bunch of users, and then have the list send the notifies out. the problem is that with the patch installed ONLY the author can b notified. NO OTHER NOTIFICATIONS can be sent out save the author... see here: http://www.movabletype.org/support/index.p...te=notification
  6. tried using the form. adds addy to list alright... but still, only entry author recieves mail
  7. AWESOME! ...well....kinnda. the OWNER confusion is cleared up. ...but that kinnda sucks. see i was confusing the functionality of the "notify entry author" action w/ this mythical "notify blog owner" concept. i have been adding users to the notify list thru the notify panel in mt.cgi ill try the form method, but i dont see how thatd be the problem..... i think the prob is the patch. ill post back after ive tried the form method. -im trying to move the notify functionality to mailman list-serv rather than leave the responsibilty w/ mt. I want to pass MT notification to a mailing list powered by mailman.
  8. right right. I follow you. my situation is as follows. I have a user acct. it is the origional one. and the one i created the blog w/. there for the "OWNER". If i change the email address associated w/ it. all instances of my <MTAuthorEmailLink> will change as well. I want my user account (the current owner) to be associated w/ my personal email, and I want notifications sent to a MailMan List-serv (the adress of which i would put as the NEW "owner"'s email address and then not post w/ that user.) hope this clarifies things. (also: I believe that the problem lies in the PATCH... but, my perl is a little rusty... does anyone know of documented outline of the patch? a "Patch Explaind"...if you will? I follow it a little, but not enough to identify the problem. if ther was some inline commented documentation, im sure it help.... i get it rules out line breaks as valid mail, but what else is goin on here.... puts headers inline? doesnt seem like these 2 things should stop notify... unless its because notify passes the list with \n line breaks, in which case shouldn't i be able to modify the perl to allow a certain address on a new line.? )
  9. the problem is that if i change my primary user accounts mail address in MT, any author links that goto my mail will end up going to my list serv... If i am to fix it this way i first need to change the "OWNER" to a seperate one other than my primary acct. how do i do this? No where do i see a "is owner of this blog:" or anything... i assume it is whoever creadted it, but is there a way to swittch it? I am comfortable using phpMyadmin and would gladly change it in the sql db, but i cant seem to find the bit there either. Where is this stored? (thanks for speedy response !!) <{POST_SNAPBACK}> well thats cool thanks, anyway! im just so confused! Where is the OWNER of a blog denoted! ...and why can't i notify for other authors posts even if i am the owner?? hmm.... ill keep @ it.
  10. the problem is that if i change my primary user accounts mail address in MT, any author links that goto my mail will end up going to my list serv... If i am to fix it this way i first need to change the "OWNER" to a seperate one other than my primary acct. how do i do this? No where do i see a "is owner of this blog:" or anything... i assume it is whoever creadted it, but is there a way to swittch it? I am comfortable using phpMyadmin and would gladly change it in the sql db, but i cant seem to find the bit there either. Where is this stored? (thanks for speedy response !!)
  11. the wonderful life saver of a patch: patch-20050124-mail-spam.pl does a great job of stoping spammer hijacking, but it also kills the Functionmality of NOTIFICATIONS.... to work around this i want to allow only one address to be notified, but im not sure how to ?alter the patch? (or really what should be done)... patch: >#!/usr/bin/perl local $^W = 0; *MT::Util::is_valid_email = sub { my($addr) = @_; return 0 if $addr =~ /[\n\r]/; if($addr =~ /\s*([^\" \t\n\r]+@[^ <>\t\n\r]+\.[^ <>\t\n\r][^ <>\t\n\r]+)\s*/) { return $1; } else { return 0; } }; use MT::Mail; my $original_send = \&MT::Mail::send; my $my_send = sub { my $class = shift; my($hdrs, $body) = @_; foreach my $h (keys %$hdrs) { $hdrs->{$h} =~ y/\n\r/ /; } $original_send->($class, $hdrs, $body); }; *MT::Mail::send = $my_send if $original_send ne $my_send; 1; now, when notification is sent only the BLOG OWNER is notified.... i would just change the BLOG owner (to one which had the mail address iwant to notify).... but im not sure how. and, really Id rather just allow for specified addys. Is this at all possible / permissable? thanks so much!
  12. if u use a mac, and dont know geektool... get it. http://projects.tynsoe.org/en/geektool/ ....its gotta be the coolest thing ever. (well maybe not)... its a pref.pane that puts and shell script or terminal output (or file contents, or images, too) @ the dektop level.... (very cool w/ panther's 'Expose'") ...I was wondering if anyone has any neat commands or scripts to use with geektool, and ALSO if theres any suggestions for integrating it with my TCH stats ... i.e. displaying bandwidth used, or HIT information (llike awestats-ish or something)... its a great thing to play with.,.... i currentall use uptime, lsof -i , curl my TCH acct to see if its up, and some other scripts etc.... also moniter system.log and console.log more help and fun osx hints , etc... .... oh, my.... wasnt thinking....sorry about I'm impatient so I violated the Forum Guidelines: Family Members may not bump threads..
  13. Hmmmm... what about this? readme says php must b compiled w/ >./configure --with-config-file-path=/usr/local --with-mysql (*) --with-gettext (*) --with-gd (*) --with-jpeg-dir (*) --with-png-dir (*) --with-curl (*) --enable-ftp (*) --enable-trans-sid (*) --with-tiff-dir --with-ttf --enable-bcmath --enable-inline-optimization --enable-sysvsem --enable-sysvshm --enable-shared-pdflib --with-zlib --with-regex=system --enable-sockets --with-apxs=/usr/sbin/apxs and echo(phpinfo()) says >'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-xml' '--enable-bcmath' '--enable-calendar' '--with-curl' '--with-dom' '--with-dom-xslt' '--with-dom-exslt' '--enable-exif' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-gettext' '--with-imap' '--with-imap-ssl' '--with-kerberos' '--with-mcrypt' '--with-mhash' '--enable-magic-quotes' '--with-mysql=/usr' '--with-openssl' '--enable-discard-path' '--with-pear' '--enable-xslt' '--with-xslt-sablot' '--enable-sockets' '--enable-track-vars' '--with-ttf' '--with-freetype-dir=/usr' '--enable-gd-native-ttf' '--enable-versioning' '--enable-wddx' '--with-zlib' I think theres a few short? --enable-trans-sid (*) ? is this my problem?
  14. with parked domains.... I would want to change my Registrars info to use TCH Name servers... correct? Also,... is there a limit? I notice it says X/0 in the cpanel info. (tch is sooooooo great.... thnx, all.)
  15. (bump.) Any new input on this? I'm looking into process CC w/ OS commerce, (what a gereat little shopping cart system) I see that only modules installed are: Authorize.net NOCHEX 2CheckOut PSiGate SECPay despite the others listed here. (are their modules to install to use others?) and...WHICH ONE TO USE!? thnx! TCH-greatest thing eva. (or atleast close)
  16. Is there a limit? and why isnt it in the cpanel anymore?
  17. i see that now thnx. (got impatient and took out a ticket...sry) Thats really too bad. I remember when you could.... and also PARK-domain was in the cpanel, 2. to my understanding you can still park. Why is this not in the pannel anymore? and also why can't you ADD_on, also? is it a billing thing or a technical thing? just curious. ...ALSO is there any limit to parking domains? I notice it nolonger says unlimited in the cpanel. (btw all my sub-problems are fixd now...thnx so much!)
  18. I had a few times. and I'd made sure that the htaccess file was gone, too. I did a ticket. This was the response. I've had this prob before, actually. still not exactally sure what it is. I hop im not bothering the help ticket people when this happenes... would the problem have been resolved if id just waited and not filled out a ticket? it seems to be on their end, and I don't want to waste anyones time... is it worth fillling out a ticket? ALSO... I'm still having a related problem. I have registered another domain name for this particular part of my sight. and on my registrars site set up a Cname alias to the subdomain. (which properly resolves now) BUT, it errors when i try to resolve the new Domain name. "There is no website configured at this address." cpanel error. I'm not pointing to an ip or anything... I'm pointing to the specific subdomain. I supppose i could do this with a url frame... but id rather not. what do we suppose im doing wrong, now? THANKS SO MUCH FOR THE HELP!
  19. The subdomain stilll does not resolve. First, I had created the directory on my own and setup a redirection, that did not work. Then I deleted it. Recreated it by using the subdomain pannel. It still does not resolve. What could i be missing? thnx
  20. oh, ok. I see. thats my bad. I did this. created the folder with the subdoaimn pannel. it made a folder.... and made a cgi-bin in sides it. still, tho the subdaomin does not resolve. I hope it is just do to it not propagating yet? ill try again later. thanks so much. tch-rocks!
  21. omg. Im so dumb. makes so much sense. thanks so much. So just for info..... hwat exactally does this do special? make the .htaccess file right? >RewriteEngine on RewriteCond %{HTTP_HOST} ^sub.domain.org$ [OR] RewriteCond %{HTTP_HOST} ^www.sub.domain.org$ RewriteRule ^(.*)$ http://domain.org/sub/$1 [R=301,L] and wait.... am i confused or doesnt this do a redirect instead of masking the url?
  22. To my understanding a folder that is a subdirectory of public_html should automatically be accessable from http://folder.domain.com I have a number of folders that this does not apply to. I have even tried adding a redirect in the subdomain pannel. is there some other step i am missing, alteration of .htaccess perhaps? thnx tch-rocks!
  23. I am exploring the functionality of a few different CMS's right now. trying to get dadaIMC to work. I believe that i have everything almost set, but i keep getting Internal Server Error, due to misconfiguration, I assume. I believe this to be the problem. a line in a .htacces file used in the conf. >php_value include_path .:/usr/share/php I assume the problem is that the value there is incorrect. ...any ideas? thanks so much. TCH-rules!
  24. wow. I love these forums.... always an answer. sorry to hear about the need of dedicated server for streams. but the sharing thing makes alot of sense. Shoutcast is the only thing mentioned.... i have no experiance w/ such. i take it a simple RTP Multicast IPv6 streamer is out of the question, 2?
  25. I want to make an ftp user with access to multiple directories but not all. something like access to public_html/calendar/files/ and public_html/other/files/ but nothing else. I would think the solution would be to make symbolic links in a "user" directory like publichtml/user/ and add symbolic links to above mentioned directories in that folder making "../user" directory the home directory of the ftp user. Im not sure how to do this w/o a shell. is it possible in cpanel or thru an ftp client?
×
×
  • Create New...