Jump to content

2RIP

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

2RIP's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 2RIP

    Forms

    Oh yes, i was going to ask you in the previous post, but i forgot. How can i set text in boxes required. So theres no spamming of submission. And if i have a form with Age option in it, how can i set it so visitors are required to enter ##s instead of alphabet?
  2. 2RIP

    Forms

    Thanks you very much, i got it work now. And one more question(for now that is [img src=\"style_emoticons/[#EMO_DIR#]/laugh.gif\" style=\"vertical-align:middle\" emoid=\":laugh:\" border=\"0\" alt=\"laugh.gif\" /] ) How can i make it redirect to another page, since it becomes blank after submitting it.
  3. 2RIP

    Forms

    so for the script.php, this is what i would enter?: SMTP mail() smtp_port sendmail_from sendmail_path Is that all that is required, or is there more to it. Also how would i turn it into the correct format of a script.. sorry i'm new to php codes. Can someone give examples of how it should look like?
  4. 2RIP

    Forms

    Well this question relates mostly to html. How can i make a form that will send to my email? not the <form action="mailto:email@host.com"> Maybe it posts in a cgi file first. Sorry i'm not sure what i'm doing because i don't know where to start first or how to make this.
  5. I'm trying to make a login section for my homepage. It says Your login must be sent by HTTP_POST and have the following structure: And the Login Code: <form action="first_protected_page_after_login.php" method="POST"> <input type="hidden" name="action" value="login"> <input type="text" name="userName"> <input type="password" name="userPass"> <input type="submit"> </form> Logout code: <form action="some_existing_protected_page.php" method="POST"> <input type="hidden" name="action" value="logout"> What is HTTP_Post and how am i suppose to combine these codes together to make a login block on my webpage? Also I i want to resize the width of the text area, where should i add width="185" ??
  6. 2RIP

    adminpro

    I just installed admin pro, installation went well. The final step is to add the code into the page needed restriction access. <?php include("adminpro_class.php"); $prot=new protect("1"); if ($prot->showPage) { ?> <!--- HERE COMES YOUR PHP CODE OR YOUR HTML CODE ---!> <?php } ?> I tried many ways of entering this code, but most of the time i get Warning: include(adminpro_class.php) [function.include]: failed to open stream: No such file or directory in /var/www/virtual/web.byethost.com/htdocs/downloads.php on line 137 Am i inserting the code improperly? Or is it another problem.
  7. when using phpnuke, is it possible to have email activation for registration disabled?
  8. 2RIP

    HV Menus

    [!--quoteo(post=370549:date=May 2 2006, 09:08 AM:name=thorpe)--][div class=\'quotetop\']QUOTE(thorpe @ May 2 2006, 09:08 AM) [snapback]370549[/snapback][/div][div class=\'quotemain\'][!--quotec--] What the heck is HV? Menu's like your description suggests are built with client side techs, not php. CSS, javascript and html. [/quote] well if its possible, can you please tell me where i can get the code? thnx
  9. 2RIP

    HV Menus

    At www.simnewz.com, does it uses HV menus?? or is it using some other scripts.. i just want something that can make a droplist like Home ...Subtext ...Subtext2 ...Subtext3 Members ...Subtext (replace ... with spaces) and so on.... or do all of them have to be done with HV Menus???
  10. well i currently use phpnews_1-3-0 but its not quite the best news publisher out there.. i find DMANews the best news publisher because it be altered to become more suitable to my dark themed site.. but due to host denial, i cannot use it.. so does anyone have a good news publisher out there?? with avatar function availabe
  11. how can i make the code so when i add/remove links, i don't have to go through all the pages to change them.. i know it has to do with <?php include ('navigation') ?> but can someone guide me to how i should do use this code?
  12. Can you guys suggest some best News Publisher out there at a free cost? Maybe one that requires minimal php knowledge and one can can be changed to a suitable layout for the website. Thanks
  13. actually what i meant was... where can i get a script that lets you login, edit account profile and all those other options. and allows you to use the same login to post on forums..
  14. is there a way to connect forums, news publisher with the same login?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.