Need a form based plugin

e107 CMS » Forums » e107 Code » Plugin Requests << Previous thread | Next thread >>
This thread is now closed
Go to page  1 2
pratik3558
Mar 28 2012, 02:52PM
Registered Member #145361
Joined: Mar 28 2012, 11:22AM
Posts: 22
HI,
I am looking out for a plugin which creates at textbox/ radio button / checkboxes etc. As I am new to E107 I am not able to find any relevant plugin though I know how to develop it. I want it such that when the user selects it is stored in the database and as well creates a thread in a forum.Can Anyone help me on this?
Go to top
inebriated
Mar 28 2012, 03:15PM
  • e107 Support Team
  • e107 Documentation Team
Registered Member #33479
Joined: Jan 15 2007, 07:52PM
Location: East London, UK
Posts: 701
Hi @pratic3558,

Welcome to e107, there is a plugin available with all the features you require plus alot more.

Check out [-link-]

*Note, for some reason its not appearing on the e107.org downloads section (possibly because its outdated / insecure).
That said ive been using this plugin on about 10 sites for the last 5 years with no problems.

Go to top
Website
septor
Mar 28 2012, 03:38PM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #37
Joined: Aug 11 2002, 03:20AM
Location: United States
Posts: 2647
Version 0.47 of the Survey plugin has an exploit in it.

See here: [-link-] (ctrl+f type Survey).
Go to top
Website
pratik3558
Mar 28 2012, 03:39PM
Registered Member #145361
Joined: Mar 28 2012, 11:22AM
Posts: 22
Hey Thanks a lot for your response, But I tried downloading it, and it says that it might be out of date and to download it from this site. Are there any other alternatives?
Go to top
inebriated
Mar 28 2012, 04:16PM
  • e107 Support Team
  • e107 Documentation Team
Registered Member #33479
Joined: Jan 15 2007, 07:52PM
Location: East London, UK
Posts: 701
septor wrote ...

Version 0.47 of the Survey plugin has an exploit in it.

See here: [-link-] (ctrl+f type Survey).


Hmm thats food for thought, I wasnt aware Survey was on the badlist too
Thats another plugin thats in serious need of an update / fix.

@pratik3558
As far as im aware there is no direct alternative to the Survey plugin.

How complex is the form you require? it may be something you could do "standalone" outside of e107 as a last resort if there is no alternative available.
[ Edited Mar 28 2012, 04:17PM ]
Go to top
Website
pratik3558
Mar 28 2012, 04:37PM
Registered Member #145361
Joined: Mar 28 2012, 11:22AM
Posts: 22
Hmm "standalone"? You mean to say is that I should develop it on my own using my own databases servers, technologies etc? Am I right? Let me know if I am wrong
Go to top
pratik3558
Mar 28 2012, 04:39PM
Registered Member #145361
Joined: Mar 28 2012, 11:22AM
Posts: 22
Also Regarding my form, I need some textbox/radiobuttons etc. And in future I need to upload Images/Videos and store it in the Database
Go to top
septor
Mar 28 2012, 06:00PM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #37
Joined: Aug 11 2002, 03:20AM
Location: United States
Posts: 2647
If you're semi-fluent with coding, you're welcome to take a look at my avalance plugin (which is not released, yet). It allows you to create an application with many form types and combinations.

It's not as robust or sync'd in with other things as the Survey plugin, but it's something to check out.
Go to top
Website
Cprl.Rst
Mar 29 2012, 12:15AM
Registered Member #42376
Joined: Jan 05 2008, 09:04PM
Posts: 117
i have a copy of survey 4.5 located here

not seen it on the bad plugin list if someone needs to remove please do
[ Edited Mar 29 2012, 12:16AM ]
Go to top
septor
Mar 29 2012, 04:56AM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #37
Joined: Aug 11 2002, 03:20AM
Location: United States
Posts: 2647
A previous version could be just as exploitable as the current version. Just so you're aware.
Go to top
Website
pratik3558
Mar 29 2012, 06:12AM
Registered Member #145361
Joined: Mar 28 2012, 11:22AM
Posts: 22
@Cprl.Rst: Thanx a lot. I just downloaded it.

@Septor: Yes, Sure! I will surely take a look at it.
Also, Otherwise what I am thinking is to develop a plugin on my own. Or Are there any other alternatives which I can do like developing the form based application on my own and keeping it as a separate link or something similar to that
Go to top
pratik3558
Mar 30 2012, 09:53AM
Registered Member #145361
Joined: Mar 28 2012, 11:22AM
Posts: 22
Well, I just used the survey plugin and that was the plugin I was looking for. IT is matching 99% of my requirments
Go to top
pratik3558
Mar 30 2012, 11:31AM
Registered Member #145361
Joined: Mar 28 2012, 11:22AM
Posts: 22
I wanted to post the survey answers in a forum and then the person who views the answers will create answers from those and that will be visible to only those persons who submitted the answers
Go to top
septor
Mar 30 2012, 02:06PM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #37
Joined: Aug 11 2002, 03:20AM
Location: United States
Posts: 2647
The exploit exists in the version Cprl.Rst posted.

Change line 192 in survey.php to:

$sql -> db_Select("survey","*","survey_id=".intval($_POST['survey_id']));


If someone that has access to the 0.47 version of the plugin can send me a PM I can edit this to include a fix for that (v0.47) as well. At least then we can get this fix added to the BPL.
[ Edited Mar 30 2012, 02:10PM ]
Go to top
Website
C6Dave
Mar 30 2012, 11:38PM
  • e107 Site administrator
  • e107 Support Team Leader
Registered Member #9506
Joined: Jul 31 2004, 12:57AM
Location: North East UK
Posts: 12341
It's on line 197 of survey 0.47

I'll e mail you a copy
Go to top
Website
Moc
Mar 31 2012, 01:19AM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #44563
Joined: Apr 12 2008, 03:01AM
Location: The Netherlands
Posts: 3510
Let's get the plugin fixed and back up in the downloads
Go to top
septor
Mar 31 2012, 03:04AM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #37
Joined: Aug 11 2002, 03:20AM
Location: United States
Posts: 2647
Thanks, Dave.

I'll take a look after I get out of work.
Go to top
Website
septor
Apr 01 2012, 08:05AM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #37
Joined: Aug 11 2002, 03:20AM
Location: United States
Posts: 2647
Made a new thread for the fix info: [-link-]
Go to top
Website
spyrou
Apr 03 2012, 12:23PM
Registered Member #144589
Joined: Jan 11 2012, 12:15AM
Posts: 16
Hi to everybody!
Have you any url to download Survey 0.47 please?
Go to top
septor
Apr 03 2012, 03:50PM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #37
Joined: Aug 11 2002, 03:20AM
Location: United States
Posts: 2647
Let me attempt to contact the current author of the plugin. If they do not reply, I'll repackage the plugin and put it up for download.
Go to top
Website
Go to page  1 2  

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System