Gunz Register Page With Refers System.

Page 1 of 3 123 LastLast
Results 1 to 15 of 31
  1. #1
    Apprentice Zilziz is offline
    MemberRank
    May 2011 Join Date
    13Posts

    Gunz Register Page With Refers System.

    ok so i saw someone that released a design so i decided to coded it i dont know why but i did it .
    took for me 1 hour.
    picture :

    this page include refer ranking and register page.
    download : click here.
    scan : click here.

    I am ConSext if someone know me from another forum.
    Enjoy.


  2. #2
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Gunz Register Page With Refers System.

    Created a quick SQL


    USE [GunzDB]
    GO
    -- This was more or less a rip from abuseDBO script :P
    -- Give like to the OP
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    SET ANSI_PADDING ON
    GO
    CREATE TABLE [dbo].[Refer](
    [GodlyUser] [char] NOT NULL,
    [Who_Refer_IP] [int] IDENTITY(1,1) NOT NULL,
    [Who_Refer] [char] NOT NULL,
    [Count] [char] NOT NULL,
    PRIMARY KEY CLUSTERED
    (
    [GodlyUser] ASC
    )WITH (PAD_INDEX = OFF, IGNORE_DUP_KEY = OFF) ON [PRIMARY]
    ) ON [PRIMARY]


    GO
    SET ANSI_PADDING OFF

  3. #3
    Apprentice Zilziz is offline
    MemberRank
    May 2011 Join Date
    13Posts

    Re: Gunz Register Page With Refers System.

    Quote Originally Posted by Forean View Post
    Created a quick SQL
    thanks i forgot to give that.

  4. #4
    Member prnx is offline
    MemberRank
    Oct 2011 Join Date
    62Posts

    Re: Gunz Register Page With Refers System.

    Yellow should be the grey ,like the grey around the filter box.
    Ranking doesn't belong to a register page ,Register page is meant for Beta registration or when you don't have a website yet.
    But then again it should be grey and it will look much more appealing.

  5. #5
    Apprentice Zilziz is offline
    MemberRank
    May 2011 Join Date
    13Posts

    Re: Gunz Register Page With Refers System.

    Quote Originally Posted by prnx View Post
    Yellow should be the grey ,like the grey around the filter box.
    Ranking doesn't belong to a register page ,Register page is meant for Beta registration or when you don't have a website yet.
    But then again it should be grey and it will look much more appealing.
    LOL if you want to do it , do it by yourself.
    i released the code like that and like anyway i wanted.
    say thanks and shut.

  6. #6
    Member prnx is offline
    MemberRank
    Oct 2011 Join Date
    62Posts

    Re: Gunz Register Page With Refers System.

    Quote Originally Posted by Zilziz View Post
    LOL if you want to do it , do it by yourself.
    i released the code like that and like anyway i wanted.
    say thanks and shut.
    Im just giving you tips,no need to be rude at all.

  7. #7
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Gunz Register Page With Refers System.

    Quote Originally Posted by prnx View Post
    Im just giving you tips,no need to be rude at all.


    Ranking is refer count.

    Nothing to do with level. Then again I also skimmed.

  8. #8
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Gunz Register Page With Refers System.

    What the hell did you do to the website style!? Will look into your web coding later.

  9. #9
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: Gunz Register Page With Refers System.

    Pretty awesome, nice one

  10. #10
    C:\User\Secondary\Desktop secondary is offline
    MemberRank
    Jul 2013 Join Date
    UnresolvedLocation
    635Posts

    Re: Gunz Register Page With Refers System.

    Nice Gunz Register Page :P

  11. #11
    Apprentice Marwanabuahmad is offline
    MemberRank
    Mar 2011 Join Date
    12Posts

    Re: Gunz Register Page With Refers System.

    Btw everything is nice but It gives me an error "Fatal error: Call to undefined function mssql_connect() in /home/a3838831/public_html/index.php on line 9" i think its the $host thing what should i do ?

    Edited--
    Here you go a screen shot!capture.png

  12. #12
    Account Upgraded | Title Enabled! Aiona is offline
    MemberRank
    Feb 2008 Join Date
    The NetherlandsLocation
    232Posts

    Re: Gunz Register Page With Refers System.

    Quote Originally Posted by Marwanabuahmad View Post
    Btw everything is nice but It gives me an error "Fatal error: Call to undefined function mssql_connect() in /home/a3838831/public_html/index.php on line 9" i think its the $host thing what should i do ?

    Edited--
    Here you go a screen shot!capture.png
    Are you sure you've typed in the right host, pass & db name?
    Have you set up odbc?

  13. #13
    Member prnx is offline
    MemberRank
    Oct 2011 Join Date
    62Posts

    Re: Gunz Register Page With Refers System.

    Quote Originally Posted by Marwanabuahmad View Post
    Btw everything is nice but It gives me an error "Fatal error: Call to undefined function mssql_connect() in /home/a3838831/public_html/index.php on line 9" i think its the $host thing what should i do ?

    Edited--
    Here you go a screen shot!capture.png
    your on a free host wich doesnt have remote mssql enable'd.It is impossible for you to make the site to work if your on a free webhost.

  14. #14
    Proficient Member damn321 is offline
    MemberRank
    Dec 2012 Join Date
    176Posts

    Re: Gunz Register Page With Refers System.

    i have a question if u put refer u got coins?or something?

  15. #15
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Gunz Register Page With Refers System.

    Quote Originally Posted by prnx View Post
    Yellow should be the grey ,like the grey around the filter box.
    Ranking doesn't belong to a register page ,Register page is meant for Beta registration or when you don't have a website yet.
    But then again it should be grey and it will look much more appealing.
    wtf...
    this isn't a design release for fuck sake.


    anyways, I would probably put the referer in a session on unique link click.
    so the person who did refer is garanteed of his "prize"
    besides, if the session is not set, well add the field.

    this is pretty easy..

    Quote Originally Posted by prnx View Post
    your on a free host wich doesnt have remote mssql enable'd.It is impossible for you to make the site to work if your on a free webhost.
    where do you read that he's on a free host..
    maybe he did pay for it..



Page 1 of 3 123 LastLast

Advertisement