+ Reply to Thread
Results 1 to 6 of 6

Thread: Need help on our consumer portal

  1. #1
    zacheri is offline x10Hosting Member zacheri is an unknown quantity at this point
    Join Date
    May 2008
    Posts
    58

    Need help on our consumer portal

    Hi gurus, we will be discussing this week our proposed consumer portal with the Website Committee of our company. This portal which I developed must meet several issues:
    1. Security issues for complaint forms submitted thru this consumer portal - is it still possible for our portal to have a secured server even if its just a link to our company's website. The problem is it is not a stand-alone site, it will be part of the company's website - as one of its links and I'm not quite sure whether our main site can provide a secured server for the complaints submitted.
    2. Determination of bogus complaints - Sorry guys, but I am really not aware how spams are determined, however, I would still like to ask whether its possible to determine bogus complaints just by simply setting limits to fields, or something to that effect.

    I do hope you can understand my questions, I am a newbie when it comes to web developing, although I have developed two websites, I am still reading the Dreamweaver CS3 with PHP, Ajax and CSS to improve the consumer portal.

    Your inputs will be a lot of help! Thank you guys!

  2. #2
    freecrm's Avatar
    freecrm is offline x10 Elder freecrm is an unknown quantity at this point
    Join Date
    May 2008
    Location
    UK
    Posts
    629

    Re: Need help on our consumer portal

    I'm not sure I fully understand your requirements, which is probably why you haven't had many responses.

    Firstly, I'm not clear about the relationship between the portal and the company website.

    I assume from your comments that the "Portal" is just an extension of a larger hosted domain and you are querying how to make that part "secure" and leave the remainder open for public viewing.

    This, in conjunction with your no 2. point points to a dynamic soluion, where you can secure data, control user input and detect bogus complaints or spamming.

    I would recommend a php with MySQL back-end solution although I'm biased!

    Does your server support php?

    If you had php, it would be quite simple to create a "secure" area, purely by making each page that returns sensitive data with user permissions (i.e. a manager would have to login to view information.

    The complaints system could also be managed using user login. Each entry would be personal, trackable and viewable/editable by designated managers.

    Forms in php can also be customised with a bit of javascript to "validate" user inputted data. I have a few of these on my site.

    Alternatively, you could use an open complaints system where browsers do not have to login to enter a complaint; however, you would need to incorporate a CAPTCHA system to deter spambots.

    If I'm making any sense but have misunderstood your requirements, send me a personal message.

  3. #3
    leafypiggy's Avatar
    leafypiggy is offline Community Advocate leafypiggy is on a distinguished road
    Join Date
    Aug 2007
    Location
    Massachusetts
    Posts
    2,228

    Re: Need help on our consumer portal

    yeah. if your company is large enough, just ask them to buy a https server. lol. or host one. w/e. i dont really understand you either.
    Neil Hanlon | x10Hosting Support Representative
    Neil[at]x10hosting.com
    █ I'm always happy to help. Just ask a question in Free Hosting
    Terms of Service IRC

  4. #4
    zacheri is offline x10Hosting Member zacheri is an unknown quantity at this point
    Join Date
    May 2008
    Posts
    58

    Re: Need help on our consumer portal

    Quote Originally Posted by freecrm View Post
    I'm not sure I fully understand your requirements, which is probably why you haven't had many responses.

    Firstly, I'm not clear about the relationship between the portal and the company website.

    I assume from your comments that the "Portal" is just an extension of a larger hosted domain and you are querying how to make that part "secure" and leave the remainder open for public viewing.

    This, in conjunction with your no 2. point points to a dynamic soluion, where you can secure data, control user input and detect bogus complaints or spamming.

    I would recommend a php with MySQL back-end solution although I'm biased!

    Does your server support php?

    If you had php, it would be quite simple to create a "secure" area, purely by making each page that returns sensitive data with user permissions (i.e. a manager would have to login to view information.

    The complaints system could also be managed using user login. Each entry would be personal, trackable and viewable/editable by designated managers.

    Forms in php can also be customised with a bit of javascript to "validate" user inputted data. I have a few of these on my site.

    Alternatively, you could use an open complaints system where browsers do not have to login to enter a complaint; however, you would need to incorporate a CAPTCHA system to deter spambots.

    If I'm making any sense but have misunderstood your requirements, send me a personal message.
    Thanks, you understand what I mean, our company website supports PHP... Yes, the portal will be under a bigger domain. And the bigger domain does not have a secured server...Perhaps I'll try to finish reading this ebook first, Dreamweaver CS3 with PHP, Ajax and CSS...

    Will the incorporation of a CAPTCHA system costs us? :dunno:
    thanks
    Edit:
    Quote Originally Posted by leafypiggy View Post
    yeah. if your company is large enough, just ask them to buy a https server. lol. or host one. w/e. i dont really understand you either.
    Hi! I am working under the examination group of the Central Bank of our country. I'm not really a web developer, I'm a bank examiner... And I'm really a newbie in developing websites. Sure we can afford an https server, however, I'd love to recommend a cheaper alternative....I'll study the Dreamweaver CS3 with PHP, Ajax and CSS and update my question... Perhaps, you'll understand me by that time ;)
    Edit:
    I see, the reCAPTCHA can determine bots attempting to access restricted areas
    Last edited by zacheri; 09-17-2008 at 01:18 AM. Reason: Automerged Doublepost

  5. #5
    freecrm's Avatar
    freecrm is offline x10 Elder freecrm is an unknown quantity at this point
    Join Date
    May 2008
    Location
    UK
    Posts
    629

    Re: Need help on our consumer portal

    After your private message, it sounds as if the CAPTCHA system will be ideal for you then.

    Firstly, it stands for "Completely Automated Public Turing test to tell Computers and Humans Apart".

    Secondly, it is a simple graphic image with a text field, placed usually at the base of your form and embeds a series of characters which the user has to read and enter manually.

    This eliminates spam bots as they cannot decipher characters from images.

    Thirdly, there are lots of free CAPTCHA codes available on the net - just put CAPTCHA into google. (They do need php or asp to run)

    you could try http://captchas.net/

    Let me know how you get on.

  6. #6
    zacheri is offline x10Hosting Member zacheri is an unknown quantity at this point
    Join Date
    May 2008
    Posts
    58

    Re: Need help on our consumer portal

    I will, thank you so much!!

+ Reply to Thread

Similar Threads

  1. MySQL Issues Here
    By Corey in forum Service Alerts
    Replies: 304
    Last Post: 01-06-2008, 09:10 PM
  2. ayuda sobre el portal de phpbb
    By KHKoRn in forum Ayuda Web
    Replies: 2
    Last Post: 12-08-2007, 03:47 PM
  3. What's the Best Portal for PhpBB Forums?
    By MtNcom in forum Scripts & 3rd Party Apps
    Replies: 3
    Last Post: 09-17-2005, 08:47 AM
  4. Mk Portal for smf forum
    By dipeshsilwal1 in forum Scripts & 3rd Party Apps
    Replies: 9
    Last Post: 08-04-2005, 09:22 AM
  5. CMS for WAP Portal
    By funindia in forum Scripts & 3rd Party Apps
    Replies: 4
    Last Post: 06-30-2005, 01:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers