[Website] - WoWLegacy.net Website system full source menu

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 53
  1. #31
    Hurracane's Avatar Member
    Reputation
    7
    Join Date
    Nov 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kjankoski View Post
    Because I have a friend who fixed it in like 30 minutes.
    Then what the hell are you complaining about...

    [Website] - WoWLegacy.net Website system full source
  2. #32
    The-Eradicator's Avatar Contributor

    Reputation
    149
    Join Date
    May 2007
    Posts
    829
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kjankoski View Post
    Because I have a friend who fixed it in like 30 minutes.
    Then it's obviously not difficult, so I reiterate my second point: learn PHP and fix it yourself.
    The most beautiful thing we can experience is the mysterious. It is the source of all true art and all science. He to whom this emotion is a stranger, who can no longer pause to wonder and stand rapt in awe, is as good as dead: his eyes are closed.
    Albert Einstein

  3. #33
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kjankoski View Post
    Because I have a friend who fixed it in like 30 minutes.
    Then why doesn't your "friend" release it instead of asking skuddle to fix it for you

  4. #34
    Dr. Cheasterfield's Avatar Contributor

    Reputation
    89
    Join Date
    Jun 2009
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Le Froid View Post
    Then why doesn't your "friend" release it instead of asking skuddle to fix it for you
    Maybe his friend is selfish or anything else... Or it's maybe just a lie too... I don't care, it's not my or your problem...

    Let the noobs runnin' in the shit and enjoy the pack if you know how to fix it...

    MAN, I JUST LOVE YOUR REACTION IN FRONT OF THIS SITUATION. Keep it up for the good work, and please please, never lose the north !

    I need to spread so i can't rep you... But i want you to know that you've done an awesome work.

  5. #35
    Kirth's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    274
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +3 for the deliciously tasty story. I will be digging in to the code once it finished downloading .


    Originally Posted by jesper96 View Post
    Btw, skuddle... Im a bit confused why you and/or ectrian don't code properly when you use if and some variables (mostly get and post ones)

    For example:
    if($_POST['x']=="something")

    If the post variable isn't set it will give undefined index(right?) error.

    I had to add if(isset($_POST['x']) && $_POST['x']=="something")
    on alot places to make it free from errors :P

    I love the forum system btw
    Lies and slander. PHP will not bitch about the use such undefined indexes. In fact, when doing conditional checks with undefined variables they will simply return false.

    I do however agree that it's good practice to check if the index 'x' was actually set.
    Last edited by Kirth; 04-10-2010 at 04:40 AM.



  6. #36
    Dombo's Avatar Banned
    Reputation
    622
    Join Date
    Nov 2008
    Posts
    1,421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jesper96 View Post
    Btw, skuddle... Im a bit confused why you and/or ectrian don't code properly when you use if and some variables (mostly get and post ones)

    For example:
    if($_POST['x']=="something")

    If the post variable isn't set it will give undefined index(right?) error.

    I had to add if(isset($_POST['x']) && $_POST['x']=="something")
    on alot places to make it free from errors :P

    I love the forum system btw

    Code:
    if(filter_has_var(INPUT_POST,"x") &&  $_POST['x']=="something") 

    would be more performant.

  7. #37
    jesper96's Avatar Member
    Reputation
    30
    Join Date
    Jan 2009
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To note: filter_has_var() is a bit faster than isset()
    I see...

    filler

  8. #38
    lol97899's Avatar Contributor
    Reputation
    104
    Join Date
    Nov 2008
    Posts
    262
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    they got owned, nice haha


  9. #39
    gyzi's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ownd nice :P

  10. #40
    Norxus's Avatar Member
    Reputation
    5
    Join Date
    Oct 2009
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Skuddle[Mynt] thanks for your hard work shared. Its sad how people can do sh*t with others just do stay on the top and feel like gods.

    I just wanna say that don´t lose this gift you have to work as webmaster. Keep doing what you like and always stay close on those who really care with you.

    My Best Regards to you, thanks once again for your work.

  11. #41
    Snailz's Avatar Contributor Authenticator enabled
    Reputation
    239
    Join Date
    Nov 2007
    Posts
    941
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Emulation Drama is still around I see. Rep cookies for sticking up for yourself.
    Cheese Cake?

  12. #42
    bergis1337's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    link is broken

  13. #43
    Trle94's Avatar Contributor
    Reputation
    167
    Join Date
    May 2009
    Posts
    329
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can some one put new link? :P +cookie :P


  14. #44
    bergis1337's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    link broken

  15. #45
    Danne206's Avatar Contributor
    Reputation
    183
    Join Date
    Jan 2008
    Posts
    717
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dahnniel [DOT] s [AT] gmail [DOT] com

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Selling] Website cms full [sell] (armory,store,top...)
    By Socra in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 11-14-2016, 02:18 PM
  2. [New Project] - Open-source guild website using battle.net oauth
    By ev0 in forum World of Warcraft General
    Replies: 11
    Last Post: 02-06-2015, 02:34 PM
  3. [ArcEmu] [Website] Professional Website System and Cool Design!
    By NerieX in forum WoW EMU General Releases
    Replies: 46
    Last Post: 10-16-2010, 01:47 PM
  4. Website System?
    By Glorianglorre in forum Community Chat
    Replies: 1
    Last Post: 09-04-2009, 09:35 AM
  5. [VB.NET] More Of My Sources...
    By Vaqxine1 in forum Programming
    Replies: 0
    Last Post: 07-24-2009, 09:16 PM
All times are GMT -5. The time now is 02:24 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search