Thread: [PI] Auto Donation System with Items - NEW

Page 2 of 12 FirstFirst 1234 ... LastLast
Results 11 to 20 of 120
  1. #11  
    Registered Member
    Join Date
    Aug 2009
    Posts
    608
    Thanks given
    1
    Thanks received
    17
    Rep Power
    6
    Quote Originally Posted by Matisyahu View Post
    Trying now.
    Please post on how it works, send me a pm. I'll be on tomorrow 10 AM EST.
    Eastern part of North America.
    Reply With Quote  
     

  2. #12  
    Registered Member
    Join Date
    Feb 2011
    Posts
    562
    Thanks given
    46
    Thanks received
    26
    Rep Power
    4
    Thanks for updating, I like this one a lot better
    For my Vouches:
    Spoiler for Vouches:
    Quote Originally Posted by DMllrDvd14 View Post
    bought 102off, i went first and got the gold, thanks
    Quote Originally Posted by i rushin View Post
    Vouch! Did vote4cash for me!
    Quote Originally Posted by Vindication View Post
    VOUCH FOR HIM DID LOTTERY SYSTEM AND IM LOVING IT GOOD JoB LUCAS!
    Quote Originally Posted by Forsaken Fury View Post
    Thanks dude looks neat rep++ and vouch!
    Quote Originally Posted by Nano View Post
    Vouch, he went first, went very smooth
    Reply With Quote  
     

  3. #13  
    Registered Member

    Join Date
    Sep 2009
    Age
    27
    Posts
    2,768
    Thanks given
    367
    Thanks received
    187
    Rep Power
    458
    Hmm nice to bad i know nothing about forums so i wouldn't beable to do it my self
    Reply With Quote  
     

  4. #14  
    Highly Regarded Member

    Lenin's Avatar
    Join Date
    Nov 2008
    Age
    29
    Posts
    1,883
    Thanks given
    526
    Thanks received
    218
    Rep Power
    2434
    Code:
    src\server\model\players\Client.java:614: cannot find symbol
    symbol  : method checkStatus(server.model.players.Client)
    location: class server.util.SQL
                    SQL.checkStatus(this);
                       ^
    src\server\util\SQL.java:50: cannot find symbol
    symbol  : variable Database
    location: class server.util.SQL
                            Statement s = Database.getConnection().createStatement()
    ;
                                          ^
    src\server\util\SQL.java:51: cannot find symbol
    symbol  : variable playerName
    location: class server.util.SQL
                            ResultSet results = s.executeQuery("SELECT * FROM `statu
    s` WHERE `username` = '" + playerName + "' AND `given` = '0' LIMIT 10;");
    
                               ^
    src\server\util\SQL.java:53: cannot find symbol
    symbol  : method getItems()
    location: class server.util.SQL
                                    getItems().addItem(results.getInt("item"), resul
    ts.getInt("quantity"));
                                    ^
    src\server\util\SQL.java:54: cannot find symbol
    symbol  : variable Database
    location: class server.util.SQL
                                    Statement st = Database.getConnection().createSt
    atement();
                                                   ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    5 errors
    Press any key to continue . . .
    Missing Some Stuffs
    Extreme Donator

    "It ain't what you don't know that gets you into trouble. It's what you know for sure that just ain't so."
    Reply With Quote  
     

  5. #15  
    Registered Member
    Join Date
    Aug 2009
    Posts
    608
    Thanks given
    1
    Thanks received
    17
    Rep Power
    6
    Quote Originally Posted by Lenin View Post
    Code:
    src\server\model\players\Client.java:614: cannot find symbol
    symbol  : method checkStatus(server.model.players.Client)
    location: class server.util.SQL
                    SQL.checkStatus(this);
                       ^
    src\server\util\SQL.java:50: cannot find symbol
    symbol  : variable Database
    location: class server.util.SQL
                            Statement s = Database.getConnection().createStatement()
    ;
                                          ^
    src\server\util\SQL.java:51: cannot find symbol
    symbol  : variable playerName
    location: class server.util.SQL
                            ResultSet results = s.executeQuery("SELECT * FROM `statu
    s` WHERE `username` = '" + playerName + "' AND `given` = '0' LIMIT 10;");
    
                               ^
    src\server\util\SQL.java:53: cannot find symbol
    symbol  : method getItems()
    location: class server.util.SQL
                                    getItems().addItem(results.getInt("item"), resul
    ts.getInt("quantity"));
                                    ^
    src\server\util\SQL.java:54: cannot find symbol
    symbol  : variable Database
    location: class server.util.SQL
                                    Statement st = Database.getConnection().createSt
    atement();
                                                   ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    5 errors
    Press any key to continue . . .
    Missing Some Stuffs
    Make sure that sql.java is in your util folder and your util folder location is the one setup in sql.java, otherwise configure it to your path. Look online for the errors, I'll help when I get back in 2 hours.
    Reply With Quote  
     

  6. #16  
    Registered Member
    Join Date
    Dec 2010
    Age
    29
    Posts
    1,186
    Thanks given
    513
    Thanks received
    340
    Rep Power
    35
    do i need xamp if i use cpanel? i have a domain, hostgator..

    it wont let me use xamp, saying ports are being used.
    Reply With Quote  
     

  7. #17  
    Well, aren't you clever!

    Concious's Avatar
    Join Date
    Feb 2008
    Posts
    1,696
    Thanks given
    27
    Thanks received
    60
    Rep Power
    195
    MySql on xampp isn't opening but apache is.
    Reply With Quote  
     

  8. #18  
    Registered Member
    Join Date
    Dec 2010
    Age
    29
    Posts
    1,186
    Thanks given
    513
    Thanks received
    340
    Rep Power
    35
    Quote Originally Posted by Matisyahu View Post
    MySql on xampp isn't opening but apache is.
    none of them are for me, says port already in use, i'm trying to figure out if i need zamp since i have cpanel and filezila?
    Reply With Quote  
     

  9. #19  
    Registered Member
    Join Date
    Aug 2009
    Posts
    608
    Thanks given
    1
    Thanks received
    17
    Rep Power
    6
    Quote Originally Posted by Lenin View Post
    Code:
    src\server\model\players\Client.java:614: cannot find symbol
    symbol  : method checkStatus(server.model.players.Client)
    location: class server.util.SQL
                    SQL.checkStatus(this);
                       ^
    src\server\util\SQL.java:50: cannot find symbol
    symbol  : variable Database
    location: class server.util.SQL
                            Statement s = Database.getConnection().createStatement()
    ;
                                          ^
    src\server\util\SQL.java:51: cannot find symbol
    symbol  : variable playerName
    location: class server.util.SQL
                            ResultSet results = s.executeQuery("SELECT * FROM `statu
    s` WHERE `username` = '" + playerName + "' AND `given` = '0' LIMIT 10;");
    
                               ^
    src\server\util\SQL.java:53: cannot find symbol
    symbol  : method getItems()
    location: class server.util.SQL
                                    getItems().addItem(results.getInt("item"), resul
    ts.getInt("quantity"));
                                    ^
    src\server\util\SQL.java:54: cannot find symbol
    symbol  : variable Database
    location: class server.util.SQL
                                    Statement st = Database.getConnection().createSt
    atement();
                                                   ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    5 errors
    Press any key to continue . . .
    Missing Some Stuffs
    Re-download SQL.java, I fixed it.
    Reply With Quote  
     

  10. #20  
    Fuck the rest join the best, WoR
    Jinx's Avatar
    Join Date
    Oct 2010
    Posts
    635
    Thanks given
    99
    Thanks received
    65
    Rep Power
    364
    There are a few donation systems out there now, I would really like to see someone create a nice system with some CSS intigrated and most definately a shopping cart with item pictures. A system like that would really stand out from the others.

    I have checked your system out though, and I really do think that it is nice. I'm not sure if your system or Martin's system is better. Good job though.
    The wor has begun.


    Reply With Quote  
     

Page 2 of 12 FirstFirst 1234 ... 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. [PI] Auto Donation System
    By jakehop22 in forum Tutorials
    Replies: 107
    Last Post: 07-11-2014, 05:39 AM
  2. Replies: 7
    Last Post: 06-17-2013, 11:23 PM
  3. Replies: 5
    Last Post: 07-13-2011, 08:15 PM
  4. [Pi] Auto Donation SYSTEM
    By Boxxy in forum Requests
    Replies: 2
    Last Post: 01-05-2011, 11:28 PM
  5. [PI] $25 Auto Donation System
    By Harambe_ in forum Requests
    Replies: 4
    Last Post: 11-23-2010, 01:24 AM
Tags for this Thread

View Tag Cloud

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