Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: PHP Help

  1. #11
    Join Date
    May 2007
    Location
    Nebo, NC, USA
    Posts
    2,517
    Tokens
    0

    Latest Awards:

    Default

    Make a new table that has,

    license, domain

    and then on the server end just check that the license and domain is right.

    I will write a script later, I am on my laptop. No phpDesigner.

  2. #12
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Quote Originally Posted by Dentafrice, View Post
    Make a new table that has,

    license, domain

    and then on the server end just check that the license and domain is right.

    I will write a script later, I am on my laptop. No phpDesigner.
    You use PHP Designer aswell? Wow.

    Btw, i would make your own. If someone makes one here and isnt trusted and its encoded, got know what could happen to your server

  3. #13
    Join Date
    May 2007
    Location
    Nebo, NC, USA
    Posts
    2,517
    Tokens
    0

    Latest Awards:

    Default

    I am not going to encode it Just showing him how its done.

    Yeah I use phpDesigner 2008 Professional and Zend Studio for SVN.

  4. #14
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Quote Originally Posted by Dentafrice, View Post
    I am not going to encode it Just showing him how its done.

    Yeah I use phpDesigner 2008 Professional and Zend Studio for SVN.
    I use PHP Designer 2007. 2008 any better?

  5. #15
    Join Date
    Jun 2007
    Location
    England
    Posts
    495
    Tokens
    0

    Default

    ok, i know how to make it check but i dont know the bit where my server replys to the other server :S like the true and false thing =S

    also is there any programs that encode php?


  6. #16
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Quote Originally Posted by Luno1599 View Post
    ok, i know how to make it check but i dont know the bit where my server replys to the other server :S like the true and false thing =S

    also is there any programs that encode php?
    Zend.

    MAKING IT LONGER FGS JAVASCRIPT ALERT THINGY

  7. #17
    Join Date
    Jun 2007
    Location
    England
    Posts
    495
    Tokens
    0

    Default

    Quote Originally Posted by Blob View Post
    Zend.

    MAKING IT LONGER FGS JAVASCRIPT ALERT THINGY
    You didnt answer my first thing XD


  8. #18
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Quote Originally Posted by Luno1599 View Post
    You didnt answer my first thing XD
    On the checking file, i think you would do

    PHP Code:
    return $license
    $license = the status of the license

    then on the client, you would do

    PHP Code:
    if($license == "blaa blaa")
    {

    I would wait for kevins

  9. #19
    Join Date
    Jun 2007
    Location
    England
    Posts
    495
    Tokens
    0

    Default

    Thanks, Yeah i think i will wait for some more guidance when hes on his PC


  10. #20
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    I would write you one, but im trying to find someone to code the new dePanel layout & im finishing dePanel off

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •