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

User Tag List

Page 10 of 10 FirstFirst ... 678910
Results 136 to 149 of 149
  1. #136
    Kirsebaer's Avatar Banned
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why is my DNS/Website MMOPS - MMOwned Private Server showing the sourcecode instead of the flashy content?

    [Website] CPSP (v1.0) - Customizable Private Server Platform
  2. #137
    Dombo's Avatar Banned
    Reputation
    622
    Join Date
    Nov 2008
    Posts
    1,421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kirsebaer View Post
    Why is my DNS/Website MMOPS - MMOwned Private Server showing the sourcecode instead of the flashy content?
    Looks like your host does not support PHP files, or there is something seriously ****ed up about your host.


  3. #138
    Kirsebaer's Avatar Banned
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dombo View Post


    Looks like your host does not support PHP files, or there is something seriously ****ed up about your host.

    Aah, thanks
    I am using Apache with DynDNS thingy :P

  4. #139
    sebbe133's Avatar Member
    Reputation
    16
    Join Date
    Feb 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kirsebaer View Post
    Aah, thanks
    I am using Apache with DynDNS thingy :P
    Download WAMP which supports PHP etc. and it should work.

  5. #140
    Dombo's Avatar Banned
    Reputation
    622
    Join Date
    Nov 2008
    Posts
    1,421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sebbe133 View Post
    Download WAMP which supports PHP etc. and it should work.
    Or LAMP if you're using a linux host.

  6. #141
    iMurloc's Avatar Member
    Reputation
    5
    Join Date
    Nov 2009
    Posts
    76
    Thanks G/R
    0/3
    Trade Feedback
    13 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think this looks sick! Really awesome site and system!

    Would love to see some more themes in the future +Rep

  7. #142
    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)
    Originally Posted by sebbe133 View Post
    Download WAMP which supports PHP etc. and it should work.
    WAMP's a pain to get public. If you're lazy, I'd recommend XAMPP. If you want to get things done right; manually install PHP5.



  8. #143
    riizu's Avatar Active Member
    Reputation
    16
    Join Date
    Oct 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello Dombo,

    First off, thanks for the awesome website. So far it looks amazing and it doesn't really require too much work. Or at least it shouldn't. Just a couple of things though:

    To get the site properly working, more than just editing of the config file is needed. You also have to edit:
    Code:
    addnews.php
    vote-footer.php/vote.php (assuming you would like to have the vote icons work.)
    register.php
    index.php (assuming you would like the title to show up with something other then MMOPS)
    status.php
    When doing this, please make sure that status.php uses localhost/127.0.0.1 OR you edit the allowed IP's in your config file for ArcEmu.

    As well as this, the queries for both register and news were screwed up somehow. I went ahead and edited them to work with both your web database, and the logon database for ArcEmu. (The most current one I believe)


    In register.php find this line (42 in a code editor such as notepad++):
    Code:
    $sql = "INSERT INTO accounts
    and replace it with:
    Code:
    sql = "INSERT INTO accounts(login,password,banned,lastlogin,lastip,email,flags,forceLanguage,muted) VALUES('".$login."','".$password."',0,0,'".$ip."','".$email."',40,'".enUS."',0);";
    This will create an account using the forms with basic player privileges and access to wrath.


    Also open /acp/addnews.php and fine the line(22):
    Code:
    $query="INSERT INTO news_new
    and replace it with:
    Code:
    $query="INSERT INTO news_new(title,date,content,poster,enabled) VALUES('".cleanuserinput($_POST['title'])."','".date('l, j F')."','".cleanuserinput($_POST['content'])."','".$posterid."',1)" or die(mysql_error());



    This should guarentee everything working, provided that the user also goes through the config.php file. If I missed an entry in another .php file, please say so.

    Hope this helps.

    EDIT: The donate page also appears to be FUBAR. Im not sure if thats because the feature isn't ready yet, or because I happen to be on chrome, but their did seem to be some major mysql query errors.
    Last edited by riizu; 06-22-2010 at 05:14 PM.

  9. #144
    Thunderofnl's Avatar Elite User C# / Java / PHP Programmer
    Authenticator enabled
    Reputation
    491
    Join Date
    May 2008
    Posts
    1,033
    Thanks G/R
    20/20
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like always, you saved my live Dombo (A)

  10. #145
    Jaky985's Avatar Private
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very Nice!! I like the way its set up!

  11. #146
    Elidan0's Avatar Master Sergeant
    Reputation
    11
    Join Date
    May 2010
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    only one thing to say:


  12. #147
    weaponovchoice's Avatar Private
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i got this error when i started it

    Warning: mysql_connect() [function.mysql-connect]: OK packet 6 bytes shorter than expected in D:\wamp\www\includes\config.php on line 27

    Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot connect to MySQL 4.1+ using old authentication in D:\wamp\www\includes\config.php on line 27
    mysqlnd cannot connect to MySQL 4.1+ using old authentication

    PLEASE HELP!! i have no idea what to do here
    Last edited by weaponovchoice; 08-02-2010 at 05:37 PM.

  13. #148
    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 weaponovchoice View Post
    ok i got this error when i started it

    Warning: mysql_connect() [function.mysql-connect]: OK packet 6 bytes shorter than expected in D:\wamp\www\includes\config.php on line 27

    Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot connect to MySQL 4.1+ using old authentication in D:\wamp\www\includes\config.php on line 27
    mysqlnd cannot connect to MySQL 4.1+ using old authentication

    PLEASE HELP!! i have no idea what to do here
    Install MySQL 5.5 or 5.1 ur mysql is too old for this...

  14. #149
    lijuse1's Avatar Member
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ware do i download ?

Page 10 of 10 FirstFirst ... 678910

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 02:31 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