Astahost.com   Mar 20, 2010
Open Discussion & Free Web Hosting > Computers & Tech > Programming > Scripting > PHP

Own Links On Site

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Programming > Scripting > PHP

Own Links On Site

Linneus
I'm thinking of having some kind of system so the users can register and then put up their links. Everything should be saved in some kind of database. Anyone now any tutorial or guide or something like that of how to do that?

Comment/Reply (w/o sign-up)

vujsa
QUOTE (Linneus @ Mar 4 2005, 04:38 PM)
I'm thinking of having some kind of system so the users can register and then put up their links. Everything should be saved in some kind of database. Anyone now any tutorial or guide or something like that of how to do that?
*


There are many very good link submission scripts availible.
Try :
  • http://cgi.resourceindex.com/
  • http://php.resourceindex.com/

Happy Linking, cool.gif
vujsa

Comment/Reply (w/o sign-up)

Rudy
I this one of those free link exchange thingie?

I think you need to check with a moderator before you try this if you are planning to host here.

Read the TOS with a fine tooth comb and ask a question about anything that is not clear to you.

It’s better to be safe than sorry.

Comment/Reply (w/o sign-up)

spacewaste
Free link exchange is allowed? lol why wouldn't it be. N you are better off doing it in php then cgi. Well that's just my opinion. I like php more n I can actualy do some of it so yeah tongue.gif

Try typing "free link exchange php codes" inside google. Should work if you know how to search well wink.gif

Comment/Reply (w/o sign-up)

Linneus
QUOTE (Rudy @ Mar 5 2005, 03:27 AM)
I this one of those free link exchange thingie?

I think you need to check with a moderator before you try this if you are planning to host here.

Read the TOS with a fine tooth comb and ask a question about anything that is not clear to you.

It’s better to be safe than sorry.
*


It's not a link exchange. It's to be like a startpage. Where you can put up your favorite links. And when you login with your username and password you can see your own links. You should be able to login via a cookie as well.

Comment/Reply (w/o sign-up)

spacewaste
That sounds like you are gunna need a lot of scripting. First to setup the login. and then to give them sucha ability. Sounds like a lot of work man.

How expirienced are you in php?

And yes that would be aloud to be hosted on astahost.

Comment/Reply (w/o sign-up)

Linneus
I'm not so expirienced in php. The only thing i done so far is editing a rss-feed script to my own needs. I have a php-book here at home that describes how to work with databases.

I think I'll need to find some script that is near what i want and then edit it. tongue.gif

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : links, site

  1. Links For Php Tutorials
    (1)
  2. Should This Great Site Offer Imagemagick ?
    May be the admin of this site think over it. (3)
    Hi As we all know that this website is very good and offering good services. I just wanna know if
    other people also want ImageMagick to be installed on this server with free accounts... so please
    let me know and lets check if the Admin of this site can isntall it..... Fun....
  3. Dynamic Site Design - Where Do I Start ?
    (7)
    I am new to php. I have some programing background in html, javascript, and c++ but have never done
    anything in php Can someone reccomend some good sites or books etc that can help someone who is
    completely new? My ultimate goal is to make a game like/similar to ponyisland.net....
  4. Need Help Is Adding A PHP Based News Module To My Site
    (2)
    Hey guys i need a simple help i'm builing a homesite and i have a little spot for news. Well i
    just place there the Topics and add a link to another page "news.php". Well its obvious that i dont
    want to build a file for each news that i have so i know that exists a way to work with SQL & PHP. I
    will show want i'm doing CODE        require ('mysql.php');       
    $query="SELECT * FROM News ORDER BY `data` ASC LIMIT 0,5 ";        $result=mysql_query($query);
               $num=mysql_num_rows($result); mysql_close(); echo " Outras Other News "; $i=....
  5. Multilingual Site: Send The User To Page Of Choice
    (6)
    If you have one site in diferent laanguages, this simple script can redirect the user to the correct
    page acording to his/her language: CODE // Enslish EUA elseif ($HTTP_ACCEPT_LANGUAGE ==
    "en-us"){ header("Location: index_eng.html"); } // Inglês UK elseif ($HTTP_ACCEPT_LANGUAGE ==
    "en-gb"){ header("Location: ingles_enuk.html"); } // Portuguese if ($HTTP_ACCEPT_LANGUAGE ==
    "pt-br"){ header("Location: index_ptbr.html"); } //German elseif ($HTTP_ACCEPT_LANGUAGE ==
    "de-de"){ header("Location: index_ger.html"); } // Swedish elseif ($HTTP_ACCEPT....
  6. Using Bitflags To Restrict Site/page Permissions
    (1)
    My professor is designing a website that uses bit-flag checking to allow access to certain pages.
    You login, validate login, and store their allowed bit flag into a session variable. Then you
    compare to see if they have access or not. It's fairly new to me, but it's apparently very
    common with linux users. Sounds interesting to me, just wondering if any one has used this, or is
    it a little too much for simple pages. His site however is going to be more of "software" for
    several users. Is it very secure and does it work well?....
  7. How To Use Cookie In Your Web Site ?
    this semple code to use and get cookie (1)
    what is the cookie ? the cookis it is some info sent and save in user computer whare i can use the
    cookies? becouse the cookies it like the header you can not send it after any output wes sent so
    you must send the cookies before any output like as ,echo and any other code i well make an E.X.
    to use the cookies you must have 2 file index.php update.php ---------- in the index.php add this
    code CODE    // This section must go at the top of the page that will display    // the
    users favorites.  These are the 'default' URLs that the user    // will se....
  8. Do You Want A Mail Form In Your Site
    (2)
    Notice from m^e: Repeat post. Credits reduced by 5 days. Learn to USE
    THE SEARCH BUTTON before you make such posts. did you want to have in your web site mail form
    that allow the user to send mails to anther mail from his mail e.g. the compose in yahoo CODE
    from to cc bcc subject
    function param($Name)         {         global
    $HTTP_POST_VARS;         if(isset($HTTP_POST_VARS ))            return($H....
  9. PHP Based Site Access Authentication - Help
    How to block parts of your web-site ?? (4)
    How can i program my web page using php that when the value of the login box is equal to some string
    then go to my success.html otherwise on my fail.html????help me guys!
    ------------------------------------ It would help the readers far better to understand what your
    problem is - if you state the nature of it in short in your topic title, instead of just "Php help".
    It'll also get you a lot more responses. Am changing your topic title to give you an example.
    All the best /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> m^e....
  10. Site Counters - Help Needed
    (13)
    I want a good Site counter(to keep track of visitors) for my site..... can nebody temme.....
    where will i get free stuff on this... (dont ask me to google..and try out..i am doing that..just in
    case u know someplace) OR Can how do i design my own (which seems quite....difficult for me) Plz
    help!! Satya....
  11. Php Script To Download File From Another Site
    (11)
    hi i need a php or java script code for downloading files from other sites to my site for example:
    http://download.com/file.zip to http://mysite.com/file.zip thanks....
  12. How Do U Make Members Only Web-site
    (11)
    how do u make it that only a member of that site can view that page?....

    1. Looking for links, site



See Also,

*SIMILAR VIDEOS*
Searching Video's for links, site
advertisement




Own Links On Site

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com



Creative Commons License