[Website] CPSP (v2.0) Customizable Private Server Platform menu

Shout-Out

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 77
  1. #61
    zedzoli's Avatar Member
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't know what is your problem with line 101, i dont get any error. Btw i updated my last post, and added patch file.

    Code:
    # Check if account exists (username, password)
    function accountExists($username,$password){
    	$password = cleanuserinput($password);
    	$login = cleanuserinput($username);
    	$result = mysql_query("SELECT * FROM accounts WHERE login='".$login."' and password='".$password."'");
    	$count = mysql_num_rows($result);         <== THIS THE LINE 101
    	return $count==1;
    }

    [Website] CPSP (v2.0) Customizable Private Server Platform
  2. #62
    daycro's Avatar Sergeant
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zedzoli View Post
    I don't know what is your problem with line 101, i dont get any error. Btw i updated my last post, and added patch file.

    Code:
    # Check if account exists (username, password)
    function accountExists($username,$password){
    	$password = cleanuserinput($password);
    	$login = cleanuserinput($username);
    	$result = mysql_query("SELECT * FROM accounts WHERE login='".$login."' and password='".$password."'");
    	$count = mysql_num_rows($result);         <== THIS THE LINE 101
    	return $count==1;
    }
    When i try to log i get this Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in D:\Programi\xampp\htdocs\includes\func_lib.php on line 101

  3. #63
    edris's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am receiving these PHP errors:

    Code:
    Notice:  Constant SERVER_NAME already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 4
    
    Notice:  Constant REALMNAME already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 7
    
    Notice:  Constant REALMPORT already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 8
    
    Notice:  Constant MAX_NEWSITEMS already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 9
    
    Notice:  Constant LEVELCAP already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 12
    
    Notice:  Constant REALM1 already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 14
    
    Notice:  Constant SQLHOST already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 17
    
    Notice:  Constant SQLUSER already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 18
    
    Notice:  Constant SQLPASS already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 19
    
    Notice:  Constant SQLPORT already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 20
    
    Notice:  Constant LOGONDB already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 23
    
    Notice:  Constant CHARDB already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 24
    
    Notice:  Constant VOTEDB already defined in D:\Program Files\EasyPHP-5.3.2i\www\includes\config.php on line 25
    I'm running EasyPHP, so it's definitely not a WAMP only issue. Any idea what I can do to fix them?

  4. #64
    cavanhalj's Avatar Private
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    w is username and pass to repository??

  5. #65
    homer91's Avatar Active Member CoreCoins Purchaser
    Reputation
    79
    Join Date
    Oct 2008
    Posts
    259
    Thanks G/R
    59/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, that would be cool.
    Nice job +rep!

  6. #66
    TomSpiT's Avatar Private
    Reputation
    3
    Join Date
    Apr 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got the pass and username to repository ?

  7. #67
    Envoke's Avatar Contributor
    Reputation
    105
    Join Date
    Jan 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got mine fully working and added the support for Trinity Core. Adding in a few other things too like server population, and some other things. Here is a screenshot

  8. #68
    Emanuel095's Avatar Active Member
    Reputation
    24
    Join Date
    Jul 2009
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is the username and the password to download this?

  9. #69
    neomk's Avatar Private
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what is the user and pass for download ?

  10. #70
    sorlak's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    2
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I can´t download it. I need a username and a pass for access to the SVN. I´ve the first version, and this looks so good. Anyone knows the login data? Thank you so much.

  11. #71
    Martindd's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't download need pass and username -.-'

  12. #72
    homer91's Avatar Active Member CoreCoins Purchaser
    Reputation
    79
    Join Date
    Oct 2008
    Posts
    259
    Thanks G/R
    59/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    gief download link =(

  13. #73
    Envoke's Avatar Contributor
    Reputation
    105
    Join Date
    Jan 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I grabbed it before he put a username and password.

  14. #74
    daycro's Avatar Sergeant
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So upload it again please it dont takes much time....u will get rep...

  15. #75
    Envoke's Avatar Contributor
    Reputation
    105
    Join Date
    Jan 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I highly doubt I will get rep. And if the owner decided to put a username and password I don't want to distribute his work without permission.

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [Website] CPSP (v1.0) - Customizable Private Server Platform
    By Dombo in forum WoW EMU General Releases
    Replies: 148
    Last Post: 08-15-2010, 11:14 PM
  2. [Tutorial] Private Server Full Customizable Website
    By Airwavez in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 04-06-2008, 08:31 PM
  3. Replies: 5
    Last Post: 02-22-2008, 01:08 PM
  4. Help on private server website.
    By Hedgehog993 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 02-21-2008, 08:54 AM
  5. I need someone to make me a website for my private server
    By saagdawg in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 10-01-2007, 04:57 AM
All times are GMT -5. The time now is 05:57 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search