Thread: Winter Glass ~ Unique ~ Hand made with Love

Page 1 of 3 123 LastLast
Results 1 to 10 of 26
  1. #1 Winter Glass ~ Unique ~ Hand made with Love 
    KNOWLEDGE IS POWER

    OG KingFox's Avatar
    Join Date
    Dec 2006
    Age
    33
    Posts
    1,683
    Thanks given
    628
    Thanks received
    1,062
    Rep Power
    750
    WinterGlass
    Hand made with Love by King Fox


    Website Features:

    • Includes my own Highscores script (may not be right for you)
    • Player Stat Card Generator (as shown in siggy)
    • Includes an Image Slider, Customizable
    • Smooth menu effects
    • Includes a webclient page, very clean looking



    Highscores Features:


    • Search by name
    • Sort by ascending or descending order
    • Organized by Exp, not by total level
    • Features Difficulty System, each having its own table
    • Choose any skill to show that table
    • Pagination
    • Completely free of vulerablities (including XSS and SQLInjection)
    • ^ same applies to the stat cards


    Download (3.9MB): Download Winter.Glass.zip @ UppIT
    File has slider images and other stoof, sorry its kinda big


    I WILL NOT ASSIST YOU IN SETTING THIS UP WITH YOUR SERVER.

    Highscores SQL:
    Code:
    -- phpMyAdmin SQL Dump
    -- version 4.0.4.1
    -- http://www.phpmyadmin.net
    --
    -- Host: 127.0.0.1
    -- Generation Time: Nov 24, 2013 at 04:00 PM
    -- Server version: 5.6.11
    -- PHP Version: 5.5.1
    
    
    SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
    SET time_zone = "+00:00";
    
    
    
    
    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;
    
    
    --
    -- Database: `foxscape_db`
    --
    
    
    -- --------------------------------------------------------
    
    
    --
    -- Table structure for table `hs_users`
    --
    
    
    CREATE TABLE IF NOT EXISTS `hs_users` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `username` varchar(40) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
      `rights` int(1) NOT NULL DEFAULT '0',
      `prestige` int(1) NOT NULL DEFAULT '0',
      `difficulty` int(1) NOT NULL DEFAULT '1',
      `maxZombies` int(11) NOT NULL DEFAULT '0',
      `fightCaves` int(1) NOT NULL DEFAULT '0',
      `fightKiln` int(1) NOT NULL DEFAULT '0',
      `overall_xp` bigint(20) NOT NULL,
      `attack_xp` int(11) NOT NULL,
      `defence_xp` int(11) NOT NULL,
      `strength_xp` int(11) NOT NULL,
      `constitution_xp` int(11) NOT NULL,
      `ranged_xp` int(11) NOT NULL,
      `prayer_xp` int(11) NOT NULL,
      `magic_xp` int(11) NOT NULL,
      `cooking_xp` int(11) NOT NULL,
      `woodcutting_xp` int(11) NOT NULL,
      `fletching_xp` int(11) NOT NULL,
      `fishing_xp` int(11) NOT NULL,
      `firemaking_xp` int(11) NOT NULL,
      `crafting_xp` int(11) NOT NULL,
      `smithing_xp` int(11) NOT NULL,
      `mining_xp` int(11) NOT NULL,
      `herblore_xp` int(11) NOT NULL,
      `agility_xp` int(11) NOT NULL,
      `thieving_xp` int(11) NOT NULL,
      `slayer_xp` int(11) NOT NULL,
      `farming_xp` int(11) NOT NULL,
      `runecrafting_xp` int(11) NOT NULL,
      `hunter_xp` int(11) NOT NULL,
      `construction_xp` int(11) NOT NULL,
      `summoning_xp` int(11) NOT NULL,
      `dungeoneering_xp` int(11) NOT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=28 ;
    
    
    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
    /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
    /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
    Players Online SQL:
    Code:
    -- phpMyAdmin SQL Dump
    -- version 4.0.4.1
    -- http://www.phpmyadmin.net
    --
    -- Host: 127.0.0.1
    -- Generation Time: Nov 24, 2013 at 04:01 PM
    -- Server version: 5.6.11
    -- PHP Version: 5.5.1
    
    
    SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
    SET time_zone = "+00:00";
    
    
    
    
    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;
    
    
    --
    -- Database: `foxscape_db`
    --
    
    
    -- --------------------------------------------------------
    
    
    --
    -- Table structure for table `players_online`
    --
    
    
    CREATE TABLE IF NOT EXISTS `players_online` (
      `playersOnline` int(11) NOT NULL DEFAULT '0',
      PRIMARY KEY (`playersOnline`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    
    
    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
    /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
    /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;






    Attached image
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Ex-Staff

    Koy's Avatar
    Join Date
    Oct 2010
    Posts
    1,871
    Thanks given
    1,299
    Thanks received
    910
    Rep Power
    5000
    You're kind of shooting yourself in the foot using a photograph as a background...
    Reply With Quote  
     

  4. Thankful users:


  5. #3  
    KNOWLEDGE IS POWER

    OG KingFox's Avatar
    Join Date
    Dec 2006
    Age
    33
    Posts
    1,683
    Thanks given
    628
    Thanks received
    1,062
    Rep Power
    750
    didn't realize we lived on another planet that doesn't exist.




    Change it if you don't like it. :/

    Attached image
    Reply With Quote  
     

  6. Thankful user:


  7. #4  
    Registered Member Rspslocus's Avatar
    Join Date
    Nov 2013
    Posts
    39
    Thanks given
    3
    Thanks received
    1
    Rep Power
    11
    Nice release, hope if anyone wants it they'll enjoy it.
    Reply With Quote  
     

  8. #5  
    KNOWLEDGE IS POWER

    OG KingFox's Avatar
    Join Date
    Dec 2006
    Age
    33
    Posts
    1,683
    Thanks given
    628
    Thanks received
    1,062
    Rep Power
    750
    Quote Originally Posted by Rspslocus View Post
    Nice release, hope if anyone wants it they'll enjoy it.
    thanks m8 :3

    Attached image
    Reply With Quote  
     

  9. #6  
    Banned
    Join Date
    Sep 2013
    Posts
    0
    Thanks given
    96
    Thanks received
    104
    Rep Power
    0
    Nice release.
    Reply With Quote  
     

  10. #7  
    Registered Member elysum's Avatar
    Join Date
    Mar 2013
    Posts
    100
    Thanks given
    39
    Thanks received
    8
    Rep Power
    11
    Quote Originally Posted by King Fox View Post
    WinterGlass
    Hand made with Love by King Fox


    Website Features:

    • Includes my own Highscores script (may not be right for you)
    • Player Stat Card Generator (as shown in siggy)
    • Includes an Image Slider, Customizable
    • Smooth menu effects
    • Includes a webclient page, very clean looking



    Highscores Features:


    • Search by name
    • Sort by ascending or descending order
    • Organized by Exp, not by total level
    • Features Difficulty System, each having its own table
    • Choose any skill to show that table
    • Pagination
    • Completely free of vulerablities (including XSS and SQLInjection)
    • ^ same applies to the stat cards


    Download (3.9MB): Download Winter.Glass.zip @ UppIT
    File has slider images and other stoof, sorry its kinda big


    I WILL NOT ASSIST YOU IN SETTING THIS UP WITH YOUR SERVER.

    Highscores SQL:
    Code:
    -- phpMyAdmin SQL Dump
    -- version 4.0.4.1
    -- http://www.phpmyadmin.net
    --
    -- Host: 127.0.0.1
    -- Generation Time: Nov 24, 2013 at 04:00 PM
    -- Server version: 5.6.11
    -- PHP Version: 5.5.1
    
    
    SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
    SET time_zone = "+00:00";
    
    
    
    
    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;
    
    
    --
    -- Database: `foxscape_db`
    --
    
    
    -- --------------------------------------------------------
    
    
    --
    -- Table structure for table `hs_users`
    --
    
    
    CREATE TABLE IF NOT EXISTS `hs_users` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `username` varchar(40) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
      `rights` int(1) NOT NULL DEFAULT '0',
      `prestige` int(1) NOT NULL DEFAULT '0',
      `difficulty` int(1) NOT NULL DEFAULT '1',
      `maxZombies` int(11) NOT NULL DEFAULT '0',
      `fightCaves` int(1) NOT NULL DEFAULT '0',
      `fightKiln` int(1) NOT NULL DEFAULT '0',
      `overall_xp` bigint(20) NOT NULL,
      `attack_xp` int(11) NOT NULL,
      `defence_xp` int(11) NOT NULL,
      `strength_xp` int(11) NOT NULL,
      `constitution_xp` int(11) NOT NULL,
      `ranged_xp` int(11) NOT NULL,
      `prayer_xp` int(11) NOT NULL,
      `magic_xp` int(11) NOT NULL,
      `cooking_xp` int(11) NOT NULL,
      `woodcutting_xp` int(11) NOT NULL,
      `fletching_xp` int(11) NOT NULL,
      `fishing_xp` int(11) NOT NULL,
      `firemaking_xp` int(11) NOT NULL,
      `crafting_xp` int(11) NOT NULL,
      `smithing_xp` int(11) NOT NULL,
      `mining_xp` int(11) NOT NULL,
      `herblore_xp` int(11) NOT NULL,
      `agility_xp` int(11) NOT NULL,
      `thieving_xp` int(11) NOT NULL,
      `slayer_xp` int(11) NOT NULL,
      `farming_xp` int(11) NOT NULL,
      `runecrafting_xp` int(11) NOT NULL,
      `hunter_xp` int(11) NOT NULL,
      `construction_xp` int(11) NOT NULL,
      `summoning_xp` int(11) NOT NULL,
      `dungeoneering_xp` int(11) NOT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=28 ;
    
    
    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
    /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
    /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
    Players Online SQL:
    Code:
    -- phpMyAdmin SQL Dump
    -- version 4.0.4.1
    -- http://www.phpmyadmin.net
    --
    -- Host: 127.0.0.1
    -- Generation Time: Nov 24, 2013 at 04:01 PM
    -- Server version: 5.6.11
    -- PHP Version: 5.5.1
    
    
    SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
    SET time_zone = "+00:00";
    
    
    
    
    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;
    
    
    --
    -- Database: `foxscape_db`
    --
    
    
    -- --------------------------------------------------------
    
    
    --
    -- Table structure for table `players_online`
    --
    
    
    CREATE TABLE IF NOT EXISTS `players_online` (
      `playersOnline` int(11) NOT NULL DEFAULT '0',
      PRIMARY KEY (`playersOnline`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    
    
    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
    /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
    /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;





    how do i use?
    Reply With Quote  
     

  11. #8  
    Donator
    Intredy's Avatar
    Join Date
    Sep 2011
    Age
    25
    Posts
    219
    Thanks given
    19
    Thanks received
    25
    Rep Power
    15
    Dark Navigation

    The navigation wasn't made by you.
    Reply With Quote  
     

  12. #9  
    KNOWLEDGE IS POWER

    OG KingFox's Avatar
    Join Date
    Dec 2006
    Age
    33
    Posts
    1,683
    Thanks given
    628
    Thanks received
    1,062
    Rep Power
    750
    yes it was. those aren't the same images, nor does it have the same effects. I dont even know where u found that at o_o

    So before u throw some random accusations out there, i suggest you look into the code.

    Attached image
    Reply With Quote  
     

  13. #10  
    Registered Member
    Actuvas's Avatar
    Join Date
    May 2013
    Age
    26
    Posts
    1,275
    Thanks given
    91
    Thanks received
    250
    Rep Power
    603
    Like the high scores , great job
    Attached image


    Always Hiring Workers

    Only Discord = Act#8888 || Unique ID: 685662432131285002
    Reply With Quote  
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Online Engine made with Game Maker
    By Harha in forum PC
    Replies: 10
    Last Post: 01-29-2010, 09:47 PM
  2. FrameWork (made with Gimp2)(beginner)
    By Streax in forum Showcase
    Replies: 0
    Last Post: 11-03-2009, 03:31 AM
  3. A "cool" wallpaper i made with just a grunge brush!
    By L33t H4x0r in forum Showcase
    Replies: 0
    Last Post: 07-05-2009, 09:44 PM
  4. First thing i ever made with photoshop
    By cyanoob in forum Showcase
    Replies: 4
    Last Post: 03-08-2008, 02:35 AM
  5. First sig bg i made with brushes :d
    By Chimeric in forum Showcase
    Replies: 1
    Last Post: 08-02-2007, 09:58 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •