[Release][Updated]RoseCP v1.3 (BETA)[Added new Theme]

Status
Not open for further replies.
Junior Spellweaver
Joined
Apr 19, 2005
Messages
138
Reaction score
0
[Release]RoseCP v1.4 (BETA)[02-23-2007]

Changed Name to RoseCP. i had no idea RoseWeb is already used here..

RoseCP v1.4 (beta)

Features:
  • Registration
  • User Login, Delete Char, Reset Char Position => Added (v1.3)
  • User Change Job. Change Job Fee can be edited at config.pgp
  • Administration => Added (v1.4)
  • Change Password => Added (v1.1)
  • Vote Links (Index) => Added (v1.2)
  • Server Stats
  • Top 5
  • Ranking (admins excluded)
  • Template Driven (easy to make your own template)
  • Password Reset
  • Light
  • Easy Installation
Downloads

RoseCP:




RoseTheme:
by nGage
by nGage

Development/RoseCP:

Changelog:

1.4
-Administration Added[show all accounts/character(pagination), delete account/char]
-User Cpanel Added[Delete Char, Reset Position and Change Job]
-Improved Security

1.3
-added user login
-Change Password
-My Characters -> Delete, Reset Position
-Added Security

1.2
-VoteLinks
-Adjusted Template
-Name Changed

1.1
-Moneyformat bug(fixed)
-Rankings (Class and Zuly format)
-Change Password Working(needs testing)
-Cleaning Vars/Temporary Functions
-Lousy Footer(fixed)

1.0
-Release

Credits:

SMTP - PHP SMTP class, Author: Chris Ryan - for the mailer class
PHP-HTML::Template,Author: Juan R. Pozo - Template Class

if you found bug/s: Post below..
 
Last edited:
i like this web, but when go to index page have this error
Code:
Warning: require(library/PageGeneration.class.php) [function.require]: failed to open stream: No such file or directory in C:\wamp\www\tt\library\functions.php on line 24

Fatal error: require() [function.require]: Failed opening required 'library/PageGeneration.class.php' (include_path='.;C:\php5\pear') in C:\wamp\www\tt\library\functions.php on line 24

in library folder i think miss this file PageGeneration.class.php

sorry for my english :p
 
i like this web, but when go to index page have this error
Code:
Warning: require(library/PageGeneration.class.php) [function.require]: failed to open stream: No such file or directory in C:\wamp\www\tt\library\functions.php on line 24

Fatal error: require() [function.require]: Failed opening required 'library/PageGeneration.class.php' (include_path='.;C:\php5\pear') in C:\wamp\www\tt\library\functions.php on line 24

in library folder i think miss this file PageGeneration.class.php

sorry for my english :p


Fixed. download it again.
 
i have new error :\
$msg "; exit(0); } /* function moneyformat($money) { $string = trim($money); $return = ""; $len = strlen($string) - 1; for ($i = 0; $i < strlen($string); $i++) { if ($i > 0 && $i % 3 == 0) $return = ",".$return; $return = $string[$len - $i].$return; } return $return; } */ } ?>
Fatal error: Class 'valid' not found in C:\wamp\www\tt\library\functions.php on line 31

T_T
 
i go to http//localhost and see this error. But 1 cuestion i can add new account manuality =?

Sorry i spanish i dont write english xDD

When he goes to url=http://localhost he gets an error.

Code:
$msg "; exit(0); } } ?>

But he has a question..
He wants to know how to create accounts manually.

Ya traduci tu pregunta para que puedan enterder lo que necesitas :)
 
Hey, what files do i need to put in the wamp/www folder?, (Yeah im using wamp, Xamp Sucks) Anyway Wich files do i need to put in www folder, instead of them all, lol
 
When he goes to url=http://localhost he gets an error.

Code:
$msg "; exit(0); } } ?>

But he has a question..
He wants to know how to create accounts manually.

Ya traduci tu pregunta para que puedan enterder lo que necesitas :)

Add Accounts Manually? like add account using a MySql Command? or Navicat?
NO.. account has to be created from the web interface.
1. WHY?. it has to be encrypted first and then add to MySql.

BUT you can create accounts yourself "from the webinterface"
 
Hey, what files do i need to put in the wamp/www folder?, (Yeah im using wamp, Xamp Sucks) Anyway Wich files do i need to put in www folder, instead of them all, lol

i suggest you put them all in one folder wherever you want..
 
i go to http//localhost and see this error. But 1 cuestion i can add new account manuality =?

Sorry i spanish i dont write english xDD

Make sure you put all RoseWeb files in one folder...

all roseweb files must be in your document root.
i suggest make a folder inside your document folder. and put all roseweb files there and see if it works.
ex.
 
i want login to change class web page.

if level < 10 to "your level is under 10"
if level < 100 to "your level is under 100"
change class is one time only.
and more...
 
Status
Not open for further replies.
Back