Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 967691
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T02:21:36+00:00 2026-05-16T02:21:36+00:00

in my project ,i am using my smf forum to control clients so i

  • 0

in my project ,i am using my smf forum to control clients so i wanna create an application from which i can add member to my forum via my admin panel, in general i can do this by doing
1.login to my site ( with my admin user and pass)

2.then navigate to the url http://www.mysite.com/index.php?action=admin

3.then navigate to url http://www.mysite.com/index.php?action=regcenter

4.Fill data and click register button.

here is screen shot of adding new memeber for easy understand

http://i32.tinypic.com/wv3774.jpg

ok i started coding and i successful in doing first 3 steps ,but i am failing at 4th step

This is what i did i used live http header in firefox to grab what data it posting when registration button clicked manually i found data

user=dssa&email=asdsa%40ss.com&password=sadddsa&group=12&emailPassword=on&regSubmit=Register&sa=register&sc=c5efce4e867a83fa6915026342e4aa20

after that i seen page source to see what method its using in formaction its post method

> <form
> action="http://www.myaction.com/index.php?action=regcenter"
> method="post"
> accept-charset="ISO-8859-1"
> name="postForm" id="postForm">

and here is my code for doing this

 begin
    done first 3 step;
    str:=TStringList.Create;
   str.Add('user='+bsskinedit1.text);
   str.Add('email='+bsskinedit1.Text+'@ss.com');
   str.Add('password='+bsskinedit2.Text);
   str.Add('group='+group);
   str.Add('emailPassword=on');
   str.Add('regSubmit=Register');
   str.Add('sa=register');
   str.Add('sc=c5efce4e867a83fa6915026342e4aa20');
   s3:=IdHTTP1.Post('http://www.mysite.com/index.php?action=regcenter',str);
   end;

but its not adding new member 🙁

anyhelp appreciated

thanks in advance
regards

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T02:21:36+00:00Added an answer on May 16, 2026 at 2:21 am

    I would assume that sc should contain a dynamic cookie value that gets set after login. So you shouldn’t hard-code it to c5efce4e867a83fa6915026342e4aa20 but instead read out the value your web-server sets it to after you login as admin and then use this value on all subsequent requests.
    If sc isn’t the cookie, you could try to read the actual cookie value using TidCookieManager

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a project using DevExpress docking components, I create forms in run-time, which
I have a project using DynamicJasper to create reports. It works fine so far,
i 'm doing a project using webview in android. i can't visit url: http://www.baidu.org
I m doing a project using eclipse plugin to create a IDE. I have
i create one Project using NDK-sdk using eclipse, i change c files inside jni
I am developing one project using LWUIT, Midlet mobile Application. when I press number
currently i have a project using solr,now i want to add some feature,so i'm
I am developing a project using Hibernate and JSF. My question is: Can I
Working on a qt project using msvc2008 compiler. I copied some functions from an
My project using ARC, so I can't use retain nor release, in ViewController A,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.