Displaying 20 results from an estimated 30000 matches similar to: "making textfields unscannable by spammers? use fleximage?"
2011 Aug 25
0
Rails 3.0 Fleximage Error Errno::EACCES
Hi,
I''m using Fleximage on my website so users can upload avatars. I
recently upgraded to Rails 3.0 and switched host to slicehost.com. I
successfully installed imagemagick and the gems rmagick and fleximage.
Everything seems to be working fine except when I try to edit my account
and upload an avatar. After selecting an avatar and click the update
account button I get the following
2007 Jan 19
0
Fleximage get a resized thumbnail
I am using for the first time the Fleximage plugin... good, I can upload
and resize images on the fly before storing them.. User has-one Image
I need to get a very small thumbnail to be stored directly into a
tinyblob field of the user record... ,
I know Fleximage is able to produce thumbnails, but regarding
performance I''d prefer to store the thumbnail direcly into the user
record...
2008 Sep 18
2
Setting up Fleximage
Hello!
I''ve been trying today to setup fleximage to handle photo uploads to a
RoR application by following the tutorial that is provided
(http://github.com/Squeegy/fleximage/wikis/gettingstarted)
Originally, I just dropped in all of the sample code that they provided,
which I copied below this question.
- When I tried to access "new" to upload a new photo, I received an
error
2008 May 15
9
Squeegy Fleximage Routing
Hello people,
I''m using squeegy fleximage for my site right now and having some
difficulty to achieve some things. Updates photos are saved in created
at date generated fom like : '' /images/2008/05/14/22.png '' . However
this route is not accessible through the browser and I don''t know how
to add it in my routes.rb knowing that the dates will change everyday.
2010 Feb 01
1
nut mailing-list user by spammers
Hi,
FYI, I started receiving spam to the email address I use only for this
mailing-list, about one week after I posted a couple messages onto it.
So the nut mailing-list is definitely used by spammers for email addresses
harvesting :-(
--
Michel Bouissou <michel at bouissou.net> OpenPGP ID 0xEB04D09C
2011 Oct 17
1
Spammers attempting SASL Auth
Hi
This is a new one on me - I've never seen spammers attempt to use to SASL Auth to inject spam. None of the users they are trying (newsletter, dummy, test, etc.) exist, but what worries me is the illegal chars error - is this a known vulnerability in dovecot they are trying to exploit? I'm running 1:1.2.15-7 installed from apt-get..
Oct 17 15:07:16 mail postfix/smtpd[14422]: connect
2003 Aug 08
1
[LLVMdev] Spammers
Clearly spammers have entered our midst. Having this list be moderated
would be a good thing I think.
-- Robert.
At 12:00 PM 8/8/03 -0500, you wrote:
>Send LLVMdev mailing list submissions to
> llvmdev at cs.uiuc.edu
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
>or, via email, send a message
2004 Aug 06
2
OT spammers was Re:what's happening here?
I appreciate everyone's response. It's glad to see there are others out
there...
However, I still have seen a number of posts that have gone unanswered and
some frustrated users (keyword: users) such as myself.
Currently my issues are:
Unable to start icecast from init.d (error: "You can run, but you can't
hide" repeatedly output until it almost crashes my box)
Unable to
2004 Aug 06
0
OT spammers was Re:what's happening here?
Ahah.
I will end this here.
I misread the newsgroup address on the original 'what's happening here',
assuming it was for the vox group, which encourages idle rubbish. I hit
reply, and believed I was mailing to this group. I apologise for wasting
the bandwidth if icecast group members with such things.
This is also why I did not hide my headers. If you like, mail me off-list
and I
2009 Jul 14
3
Is Enum safe from spammers?
Just been contacted by a UK Enum registrar looking for ITSPs to become
resellers of their Enum registration systems ...
Is anyone using Enum?
Does anyone (other than cynical old me) think that Enum is a spammers best
friend?
Has anyone received a spam VoIP call yet? (ie. one placed directly over
the Internet aimed at a SIP URI to a PBX which allows anonymous incoming
calls?)
I can see that
2008 May 08
1
Textfields
Hey everybody,
I've just merged my TextField hacking into master. It's basically a
big refactoring and test addition thing, to get signals and variables
report something sane. It's not complete yet, but I wanted to have it
in, so we don't get too many merge conflicts when Pekka fixes the HTML
parsing bugs. Here's a partial list of what's missing so far:
- vertical
2012 Mar 29
1
my spammer list
Hello,
Thanks to some nice people on here and other forums I have pretty much
finalized my whole mail system on centos 6.x.
With all the checks, greylisting, dev/null of any 8+ spam level SA, I
still get a few mails.
It seems like everytime I enable a new protectant, the mail stops
spamming for a few hours...then the spammers decide I am worthy of using
better methods against me..and more
2006 Dec 15
6
RMagick=bad, ???=good
I know that Zed has made mention of the fact that using RMagick with
mongrel and rails is a bad thing. I''m currently using FlexImage (which
in turn uses RMagick) on my application and really haven''t had too
many problems. We get a restart for memory usage every 8-10 hours on
one mongrel of twelve running, but I''m not sure if that''s an RMagick
issue. Either way,
2008 Jan 05
1
how to block spammer calls
Hi
I am setting up a Calling card Plat form
I have incoming toll number, the provider charges incoming calls
I see some spammers( competetors) keep calling my toll. so iam getting huge
invoices
how can i identify those kind of spammers and block the callerID for some
time
any suggestions or example could help me
ram
-------------- next part --------------
An HTML attachment was scrubbed...
2012 Dec 14
0
[LLVMdev] issue with profiling in LLVM 3.1
Hi,
I am using the profiling feature of LLVM 3.1. Mostly, it works well, but
seems to be wrong in a few cases. For example, I have found that the
number of times a function executed is reported as less than the number
of times that the basic block calling this function executed (the
difference was about 25x!). I am copying out the exact functions below.
The relevant parts are in bold font:
2006 Aug 04
1
All Fixtures plugin
Just released a very simple plugin for including all fixtures in your
tests. Once you have a large number of table, manually managing the
fixtures for every single test stub can be quite tedious.
Use as follows
class BlogArticleTest < Test::Unit::TestCase
all_fixtures
def test_foo
...
end
end
Couldn''t be easier. More info here:
2007 Feb 09
7
Upload image without rmagic
I need a way to upload an image and display it without using any of
the plugins that use rmagic. I have used the plugins (file_column,
fleximage) which both use rmagic and gave me problems (never got
fleximage to work)
Thanks in advance - K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2000 Jul 06
0
The spammers have discovered us
Unfortunately, the no-spam picnic is over; the mouthbreathers have finally
discovered the xiph.org mailing lists.
I've changed the list posting policies to 'members only' until such time as I
can set up a better filtering solution. All mail from other addresses will
bounce into a dead-letter bucket. Of course, this is a pain in the ass for
folks who post from a number of sites.
2000 Jul 06
0
The spammers have discovered us
Unfortunately, the no-spam picnic is over; the mouthbreathers have finally
discovered the xiph.org mailing lists.
I've changed the list posting policies to 'members only' until such time as I
can set up a better filtering solution. All mail from other addresses will
bounce into a dead-letter bucket. Of course, this is a pain in the ass for
folks who post from a number of sites.
2004 Aug 06
2
OT spammers was Re:what's happening here?
On Sat, May 18, 2002 at 11:08:08PM +0300, Gavin White wrote:
>
> Because the aren't many users here, the list is not monitored,
> no rules... I guess IceCast as not as big as I thought... and
> infested by bunch of lamers that like to take advantage of it
> to advertise.
>
Since it is Sunday and I am in a good mood, I will presume from your
languague and attitude that you