User Profile

Collapse

Profile Sidebar

Collapse
silmana
silmana
Last Activity: Mar 26 '08, 01:41 PM
Joined: Aug 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • silmana
    replied to Help with registration script !!
    in PHP
    WHEN I REGISTER I WANT TO BE ABLE TO LOG IN, in the login script??? and i cannot do that , why?
    See more | Go to post

    Leave a comment:


  • silmana
    replied to Help with registration script !!
    in PHP
    yes here it is, could you please make it fit the login script.

    I want the registration script containing username,passwo rd,confirm password and email.

    could you bound everything together and show the all the scripts(login script, database table, registration script. thanks

    <?php
    // Connects to your Database
    mysql_connect(" localhost", "user", "password")...
    See more | Go to post

    Leave a comment:


  • silmana
    started a topic Help with registration script !!
    in PHP

    Help with registration script !!

    hello, i have this problem that i cannot bound the registration script to the login script, what i mean is that when i register, i cannot login in the login script although the information comes to the database. Could someone help me with it just create a registration script (username,passw ord,confirm password) and bound it to my login script so that when i register i can log in?

    here is my database table:

    CREATE TABLE...
    See more | Go to post

  • silmana
    replied to search engine help
    in PHP
    hi again, this is a script for a search engine and the website that i took from said that i could make it to php by using this line or something header('text/html; charset=iso-8859-1'); could you check it out, mix little with the script and see if you could make it php?

    Thanks...
    See more | Go to post

    Leave a comment:


  • silmana
    replied to search engine help
    in PHP
    i know its javascript but can i make it to php...
    See more | Go to post

    Leave a comment:


  • silmana
    started a topic search engine help
    in PHP

    search engine help

    Hi i have this script that i want to use as php or html but i cant find the problem, could anyone solve the problem, i dont know why i cannot use it in php or html file

    // OBS! Några saker måste justeras för att skriptet skall fungera
    // 1) Du måste ange antal webbsidor som skall genomsökas
    // 2) Du måste lista dessa webbsidor
    // 3) Du måste justera variabeln mode (1= visa title, 2=visa länkar,
    ...
    See more | Go to post

  • silmana
    replied to Take songcode
    No i mean, you know every song has a code, and i want to take that code from it so i can insert it somewhere...
    See more | Go to post

    Leave a comment:


  • silmana
    started a topic profilescript?

    profilescript?

    I am working on a community site and i have this problem, I cannot make the login user site private, i already added cookies and now i need this script to make the logIn user private, i want the user to save the his profile ínside the login. So what kinda script should i search for?
    See more | Go to post

  • silmana
    started a topic Take songcode

    Take songcode

    Hi i tried many ways but not working, i want to take the music code from a song, but i cant so i wonder how can i do that, i want to take the songcode from the song.?? help me
    See more | Go to post

  • at least could you tell me how to start, cuz i cannot write scripts, where do i learn to do that?
    See more | Go to post

    Leave a comment:


  • silmana
    started a topic Getting started with a video upload / display script
    in PHP

    Getting started with a video upload / display script

    Hi im new with this and i need some help.

    Could some one write me a script for this please.

    * Upload video to a screen.
    * Add many videos.
    * Autoplay video on placed time.
    * Remove video.

    No design needed.
    Thanks for me.
    See more | Go to post

  • yeah you know like the regular communitys, you logg in and have your profile(private site, info) but the desing is the same for all the users, can you help me with that? send me the codes please.
    See more | Go to post

    Leave a comment:


  • okey did that now its working but, how do i know that when the user logs in he has a private page is there anything that i can add , cuz i want that all the user will only see the same design but not the same information, ? could someone help me with that could i get som script for that
    See more | Go to post

    Leave a comment:


  • sorry dosent work.

    here is the site that i want to secure
    the code for the site : [code=php]
    <?php
    session_start() ; // Alltid överst på sidan

    // Kolla om inloggad = sessionen satt
    if (!isset($_SESSI ON['sess_user'])){
    header("Locatio n: index.php");
    exit;
    }

    ?>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">...
    See more | Go to post

    Leave a comment:


  • silmana
    started a topic How do i insert a movie/pic in the database?
    in PHP

    How do i insert a movie/pic in the database?

    Hi could some one give me the code/script for movie/pic form and the function with it (script). thanks
    See more | Go to post

  • i dont know where you mean i should put this code, do you mean in the welcome page or? cuz i tried and it dosent work, cant you do for me a "demo" page with the correct full scripts for the private login page?
    thanks....
    See more | Go to post

    Leave a comment:


  • silmana
    started a topic How to secure pages to require login to access them
    in PHP

    How to secure pages to require login to access them

    hi again, i am done with the login form everything works fine so i just want to know how to make the welcomein.php private?? i am working on a community so you would know what i mean could some one give me a simpel script that i can develope to better.
    so pliz give me the script for that and the script for how to make a password encrypted in the database

    Thanks.
    See more | Go to post

  • silmana
    replied to Writing a login script for a community site
    in PHP
    i already tried many of thoose scripts and i cannot finish it, couldent i get a full script, and what kind of database should i use?...
    See more | Go to post

    Leave a comment:


  • silmana
    started a topic Writing a login script for a community site
    in PHP

    Writing a login script for a community site

    Hi guys
    i have tried many ways and o cannot do this, could some one plizz tell me how to write a login script that many members can join and login, not only one, cuz it will be a community. Then when the member login he will have his own site?? i think cookie has something to doo with this. pliz give me the full script, thanks.
    See more | Go to post
No activity results to display
Show More
Working...