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

Shout-Out

User Tag List

Page 9 of 10 FirstFirst ... 5678910 LastLast
Results 121 to 135 of 149
  1. #121
    kjankoski's Avatar Active Member
    Reputation
    30
    Join Date
    May 2009
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any help with mine errors?

    [Website] CPSP (v1.0) - Customizable Private Server Platform
  2. #122
    singoe's Avatar Active Member
    Reputation
    23
    Join Date
    May 2008
    Posts
    150
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright. Im having some trouble with the realm status for my Website. here are the errors it shows.
    Code:
    Northern Lights Fun Realm
    
    Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\includes\status.php on line 12
    ONLINE: /2000
    Here is my status.php
    Code:
    <!--// Written and coded by Gilles De Mey
    // Copyrighted by the GNU GENERAL PUBLIC LICENSE (c)-->
    <?php include('../includes/config.php'); ?>
    <div class="side-content-realm"><b><?php echo $realm1; ?></b></div>
    		  <?php
              if (test_serv() == "true")
                  {
    			  $con = mysql_connect($sqlip, $sqluser, $sqlpass);	  
                  $db = mysql_select_db($arc_character);
                  $query ="SELECT * from characters where online='1' "; 
                  $result = mysql_query($query);
                  $num = mysql_num_rows($result);
                  echo "<div id='player_bar_online'>ONLINE: " . $num . "/".$maxplayers."</div>";
    			  mysql_close($con);
                  } else
                  {
                  echo "<div id='player_bar_offline'><font color='#FFFFFF'>SERVER OFFLINE</font></div>";
    			  mysql_close($con);
                  }
                  
              function test_serv(){
                  $errno = 6;
                  $s = @fsockopen('xx.xxx.xxx.xx', 8093, $errno, $errstr, 2);
                  if($s){
                      fclose($s);
                      return true;
                      } else 
                      return false;
              }
              ?>
            </div>
    I noticed that whenever I refresh the page something shows up on my logonserver. It says "Server connection from 10.0.1.1:43368 DENIED, not an allowed IP." I'm guessing that has to do with the problem. Also when i try creating an account on the website i get "Mysql Error : Field 'banned' doesn't have a default value" how do i make it so the default value of 'banned' is 0.
    Last edited by singoe; 04-26-2010 at 07:49 AM.

  3. #123
    spectre123's Avatar Member
    Reputation
    8
    Join Date
    Sep 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright, so i set it up, and everything, and the server status works great on my computer were i edited everything ( the realm is hosted on a dedi also) but i add it to my website, and it doesnt work, it tells me the server is offline, and all i did was transfer the files via filezilla.

  4. #124
    XxGameovaxX's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi guys i dont know if this still works but when i try to config it got ti setup it says this error Parse error: syntax error, unexpected T_DNUMBER in C:\Server\Johved's Repack for 3.3.3\Apache\htdocs\includes\config.php on line 4

  5. #125
    XxGameovaxX's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and i dont see any t_dnumber idk what its talking about

  6. #126
    XC4T4LY5TX's Avatar Banned
    Reputation
    136
    Join Date
    Jul 2007
    Posts
    833
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great stuff!! +rep.


    also, i get an SQL error when executing the .sql for this site. that normal?

  7. #127
    Kirth's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    274
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if (test_serv() == "true")
    I'm sorry... WHAT?! if(test_serv() == "false") would still evaluate as true :>.



  8. #128
    gaminino3's Avatar Member
    Reputation
    10
    Join Date
    Oct 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How we can get the v2 beta?

  9. #129
    AlSahar's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea it would be cool if you could release v1.2

  10. #130
    neverdying's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx for the release +Rep

  11. #131
    Zip0's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome release!
    I love it!

    Everything works,
    except for when you register an account - You cannot login to it.
    And If I login to acp and "Add User" that user then can actually post news and such...

    How can I change that?
    +rep

  12. #132
    alfwolsen's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's a awesome release.

    But you have a bug in your vote.php so let you get x vote points.

    You can contact me and i tell how you use the bug.

  13. #133
    neverdying's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you going to release v2.0 ? And could you make to be working as a guild cms aswell !?

  14. #134
    dudedark's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help

    Alrite I'm sorry if I sound like a noob but I tried to log into the ACP with the admin test account and it just reloads the log in page, it doesn't say wrong user name or anything. Please tell me what I'm doing wrong. And its amazing and I love it!

  15. #135
    Flushie's Avatar Master Sergeant
    Reputation
    -13
    Join Date
    May 2010
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Left

    * Panel
    * Panel
    * Panel
    * Panel
    * Panel
    * Panel


    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/exalted/public_html/includes/featured.php on line 11


    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/exalted/public_html/includes/featured.php on line 11


    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/exalted/public_html/includes/featured.php on line 11


    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/exalted/public_html/includes/featured.php on line 11


    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/exalted/public_html/includes/featured.php on line 11


    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/exalted/public_html/includes/featured.php on line 11

    Right

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/exalted/public_html/includes/featured.php on line 27

Page 9 of 10 FirstFirst ... 5678910 LastLast

Similar Threads

  1. [Website] CPSP (v2.0) Customizable Private Server Platform
    By Dombo in forum WoW EMU General Releases
    Replies: 76
    Last Post: 09-24-2010, 06:12 AM
  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 06:13 PM. 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