1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Login system for my forum

Discussion in 'PHP' started by ViggoAvatar, Jan 21, 2016.

  1. Matthew Sayle

    Matthew Sayle Prominent Member

    Messages:
    3,325
    Likes Received:
    464
    Best Answers:
    1
    Trophy Points:
    385
    #21
    Correct.

    Why would I pay you for something I didn't want done in the first place?

    If I wanted something programmed, I wouldn't need to create a second account and use a Netherlands IP address to get it done.
     
    Matthew Sayle, Feb 6, 2016 IP
  2. Sandun Pushpakumara

    Sandun Pushpakumara Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #22
     
    Sandun Pushpakumara, Feb 6, 2016 IP
  3. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #23
    He said 5 minutes therefor a buck a minute is good hahahah.. I love that way of thinking... Even if it took five minutes to do something you aren't capable of that doesn't mean it's automatically an insignificant charge. He should read the Picasso Napkin story...

    Picasso is at a cafe, chilling with his buds, when someone points to his used napkin and asks:


    -“Can you draw an ear on this napkin?” Picasso complies.


    -“Can you draw an eye somewhere on this napkin?” Picasso complies again.


    -“How about a mouth?” Picasso obliges, again.


    -“Now sign the napkin for me”.


    Picasso says: “Sure. That’ll be $25,000!”


    -“$25,000??? But, it only took you two minutes to draw them!” complains the fella.


    -“Yes, but it took me 25 years for my signature to be worth something,” replies Picasso sheepishly.


    The point is even if it takes an artist or web designer or graphic designer or programmer a mere 5 to 10 minutes to do something the value of their work is greater than the perceived time. Especially when taking in to consideration the amount of time that went in to developing that skill to produce that work in 5-10 minutes. You are at the mercy of others if you aren't capable of doing something that they are.
     
    NetStar, Feb 7, 2016 IP
    Matthew Sayle likes this.
  4. ketting00

    ketting00 Well-Known Member

    Messages:
    772
    Likes Received:
    27
    Best Answers:
    3
    Trophy Points:
    128
    #24
    LOL, I don't want the money. Look at this code:
    
                <div id="cd-login"> <!-- log in form -->
                    <form class="cd-form">
                        <p class="fieldset">
                            <label class="image-replace cd-email" for="signin-email">E-mail</label>
                            <input class="full-width has-padding has-border" id="signin-email" type="email" placeholder="E-mail">
                            <span class="cd-error-message">Error message here!</span>
                        </p>
    
                        <p class="fieldset">
                            <label class="image-replace cd-password" for="signin-password">Password</label>
                            <input class="full-width has-padding has-border" id="signin-password" type="text"  placeholder="Password">
                            <a href="#0" class="hide-password">Hide</a>
                            <span class="cd-error-message">Error message here!</span>
                        </p>
    
                        <p class="fieldset">
                            <input type="checkbox" id="remember-me" checked>
                            <label for="remember-me">Remember me</label>
                        </p>
    
                        <p class="fieldset">
                            <input class="full-width" type="submit" value="Login">
                        </p>
                    </form>
                  
                    <p class="cd-form-bottom-message"><a href="#0">Forgot your password?</a></p>
                    <!-- <a href="#0" class="cd-close-form">Close</a> -->
                </div> <!-- cd-login -->
    
                <div id="cd-signup"> <!-- sign up form -->
                    <form class="cd-form">
                        <p class="fieldset">
                            <label class="image-replace cd-username" for="signup-username">Username</label>
                            <input class="full-width has-padding has-border" id="signup-username" type="text" placeholder="Username">
                            <span class="cd-error-message">Error message here!</span>
                        </p>
    
                        <p class="fieldset">
                            <label class="image-replace cd-email" for="signup-email">E-mail</label>
                            <input class="full-width has-padding has-border" id="signup-email" type="email" placeholder="E-mail">
                            <span class="cd-error-message">Error message here!</span>
                        </p>
    
                        <p class="fieldset">
                            <label class="image-replace cd-password" for="signup-password">Password</label>
                            <input class="full-width has-padding has-border" id="signup-password" type="text"  placeholder="Password">
                            <a href="#0" class="hide-password">Hide</a>
                            <span class="cd-error-message">Error message here!</span>
                        </p>
    
                        <p class="fieldset">
                            <input type="checkbox" id="accept-terms">
                            <label for="accept-terms">I agree to the <a href="#0">Terms</a></label>
                        </p>
    
                        <p class="fieldset">
                            <input class="full-width has-padding" type="submit" value="Create account">
                        </p>
                    </form>
    
                    <!-- <a href="#0" class="cd-close-form">Close</a> -->
                </div> <!-- cd-signup -->
    
    Code (markup):
    JS
    
            $('[placeholder]').parents('form').submit(function() {
                $(this).find('[placeholder]').each(function() {
                    var input = $(this);
                    if (input.val() == input.attr('placeholder')) {
                        input.val('');
                    }
                })
            });
    
    Code (markup):
    Is it very difficult for you to accomplish this?

    I wouldn't suggest using it though. This code has serious security flaw, as well as useless bloated as deathshadow pointed out.

    If he asked me I would do it for him for free.
     
    ketting00, Feb 7, 2016 IP
  5. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #25
    He would like you to now build the rest of his web site for $3
     
    NetStar, Feb 7, 2016 IP
    Matthew Sayle likes this.
  6. ketting00

    ketting00 Well-Known Member

    Messages:
    772
    Likes Received:
    27
    Best Answers:
    3
    Trophy Points:
    128
    #26
    Oh poor @ViggoAvatar,

    It seems you have to help yourself. You've helped someone increased post count though.
     
    ketting00, Feb 7, 2016 IP
  7. Matthew Sayle

    Matthew Sayle Prominent Member

    Messages:
    3,325
    Likes Received:
    464
    Best Answers:
    1
    Trophy Points:
    385
    #27
    You're missing the whole point of the story.

    @ViggoAvatar, you received an offer from @ketting00 to do it for free - I would jump on it :)
     
    Matthew Sayle, Feb 7, 2016 IP
  8. vashikaranguruji

    vashikaranguruji Member

    Messages:
    75
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #28
    can you do it for me I will pay for your hard work
     
    vashikaranguruji, Feb 10, 2016 IP