Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 17:20

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] PServerCMS a Website for your PServer

Discussion on [Release] PServerCMS a Website for your PServer within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Closed Thread
 
Old 11/08/2017, 20:00   #226
 
KoKsPfLaNzE's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 731
Received Thanks: 233
Quote:
Originally Posted by pablitto18 View Post
Hello, I need help with this, just tell me where to edit it, not how to do it or where to start ... Thanks.

1. you have to overwrite the template

2. change the navigation config (overwrite it in your config)

3. overwrite

4. max player is set in config

5. change the footer navigation config



and you should read before the guide
there are many basics and examples how the configuration works
KoKsPfLaNzE is offline  
Thanks
1 User
Old 11/08/2017, 23:48   #227
 
elite*gold: 0
Join Date: Mar 2012
Posts: 77
Received Thanks: 12
Quote:
Originally Posted by KoKsPfLaNzE View Post
1. you have to overwrite the template

2. change the navigation config (overwrite it in your config)

3. overwrite

4. max player is set in config

5. change the footer navigation config



and you should read before the guide
there are many basics and examples how the configuration works
I need to know two things nothing more, fix the
1 * Player Online always leaves 0/1000 for more than me is connected.
2 * Change the Background of another color, or the color of the letters.
pablitto18 is offline  
Old 11/08/2017, 23:50   #228
 
KoKsPfLaNzE's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 731
Received Thanks: 233
Quote:
Originally Posted by pablitto18 View Post
I need to know two things nothing more, fix the
1 * Player Online always leaves 0/1000 for more than me is connected.
2 * Change the Background of another color, or the color of the letters.
1 => cron-setup its written in guide
2 => its just css, so you have to edit the styles, in public irectory you can find the css and js parts
KoKsPfLaNzE is offline  
Thanks
1 User
Old 11/09/2017, 00:01   #229
 
elite*gold: 0
Join Date: Mar 2012
Posts: 77
Received Thanks: 12
Quote:
Originally Posted by KoKsPfLaNzE View Post
1 => cron-setup its written in guide
2 => its just css, so you have to edit the styles, in public irectory you can find the css and js parts

Thank you very much, I loved your page.

Quote:
Originally Posted by KoKsPfLaNzE View Post
1 => cron-setup its written in guide
2 => its just css, so you have to edit the styles, in public irectory you can find the css and js parts

I've been like 30min thinking about where I have to put this, sorry

To improve the performance

* * * * * php /[install-path]/public/index.php player-history
*/5 * * * * php /[install-path]/public/index.php user-codes-cleanup

Fixed - Solved
pablitto18 is offline  
Old 11/09/2017, 08:04   #230
 
KoKsPfLaNzE's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 731
Received Thanks: 233
Quote:
Originally Posted by pablitto18 View Post
Thank you very much, I loved your page.




I've been like 30min thinking about where I have to put this, sorry

To improve the performance

* * * * * php /[install-path]/public/index.php player-history
*/5 * * * * php /[install-path]/public/index.php user-codes-cleanup


there is the guide, for windows users
KoKsPfLaNzE is offline  
Old 11/16/2017, 11:01   #231
 
Mou1337's Avatar
 
elite*gold: 0
Join Date: Jul 2016
Posts: 91
Received Thanks: 29
how to add page show item like style in img
Mou1337 is offline  
Old 11/16/2017, 11:02   #232
 
KoKsPfLaNzE's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 731
Received Thanks: 233
Quote:
Originally Posted by Ashton Shuu View Post
how to add page show item like style in img
you have to buy a module for that, or write your own module for that view
KoKsPfLaNzE is offline  
Old 11/17/2017, 01:59   #233
 
Mou1337's Avatar
 
elite*gold: 0
Join Date: Jul 2016
Posts: 91
Received Thanks: 29
Quote:
Originally Posted by KoKsPfLaNzE View Post
you have to buy a module for that, or write your own module for that view
how much for that ?
Mou1337 is offline  
Old 11/17/2017, 02:00   #234
 
KoKsPfLaNzE's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 731
Received Thanks: 233
Quote:
Originally Posted by Ashton Shuu View Post
how much for that ?
your image show a old version, of the cms
there is no fix price, it depends on your db
KoKsPfLaNzE is offline  
Old 11/27/2017, 09:48   #235
 
elite*gold: 0
Join Date: Feb 2013
Posts: 75
Received Thanks: 10
Olli
i have a tiny little issue
@ PServerCore\View\Helper\FormLabel.php
this part:
PHP Code:
        if ($this->element->hasAttribute('required') && $this->element->getAttribute('required')) {
            
$result sprintf('<span class="required-mark">*</span> %s'$result);
        } 
is no longer working, no more required mark shown up beside the label, have any idea about it?
ZeonNETWORK is offline  
Old 11/27/2017, 14:11   #236
 
KoKsPfLaNzE's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 731
Received Thanks: 233
Quote:
Originally Posted by ZeonNETWORK View Post
Olli
i have a tiny little issue
@ PServerCore\View\Helper\FormLabel.php
this part:
PHP Code:
        if ($this->element->hasAttribute('required') && $this->element->getAttribute('required')) {
            
$result sprintf('<span class="required-mark">*</span> %s'$result);
        } 
is no longer working, no more required mark shown up beside the label, have any idea about it?

did you use the view-helper?

did you set the required flag as attribute in your form?
KoKsPfLaNzE is offline  
Old 11/28/2017, 10:45   #237
 
elite*gold: 0
Join Date: Feb 2013
Posts: 75
Received Thanks: 10
the view-helper is used by default, isn't it?
also the flag is required in for ex Registration, the label tag is closed,
but <span class="required-mark">*</span> is no longer shown up
i noticed that since you've upgraded to php7 if i recall
ZeonNETWORK is offline  
Old 11/28/2017, 11:55   #238
 
KoKsPfLaNzE's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 731
Received Thanks: 233
Quote:
Originally Posted by ZeonNETWORK View Post
the view-helper is used by default, isn't it?
also the flag is required in for ex Registration, the label tag is closed,
but <span class="required-mark">*</span> is no longer shown up
i noticed that since you've upgraded to php7 if i recall
i changed smth

maybe you can test it, if it works for you, than i can release a new version
KoKsPfLaNzE is offline  
Thanks
1 User
Old 11/28/2017, 15:42   #239
 
elite*gold: 0
Join Date: Feb 2013
Posts: 75
Received Thanks: 10
Quote:
Originally Posted by KoKsPfLaNzE View Post
i changed smth

maybe you can test it, if it works for you, than i can release a new version
oh yeah now it shown up, **** i didn't notice that before
ZeonNETWORK is offline  
Old 11/28/2017, 15:48   #240
 
KoKsPfLaNzE's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 731
Received Thanks: 233
Quote:
Originally Posted by ZeonNETWORK View Post
oh yeah now it shown up, **** i didn't notice that before
released new version with the fix
KoKsPfLaNzE is offline  
Thanks
1 User
Closed Thread

Tags
php, pservercms, website, zend


Similar Threads Similar Threads
[Release]pserver website (green white grey)
11/10/2009 - CO2 PServer Guides & Releases - 14 Replies
hey all, i made this website cause simplyperfection told me to make one with more lighter colors . Ok this isn't that light but yea i tried :p. If u like it press thanks If u wanna use it press thanks Want me to edit it or to finish it for u? leave me a msg Do u need a website let me know ;) screenshot:http://a.imagehost.org/0989/index.gif
[INFO] Pre-Release Conquer PServer WEBSITE based CMS
10/18/2009 - CO2 PServer Guides & Releases - 75 Replies
hi all... RELEASED Conquer PServer web "CONQUER CMS" (based DynastyCMS (RoseOnlineCMS). WHATS FITURE ??? ADMIN CP (what can admin do it ???) : - Banned Account = 100% FINISH - UnBanned Account = 100% FINISH - Added NEWS = 100% FINISH - Make a GM = 100% FINISH - Make a PM = 100% FINISH



All times are GMT +2. The time now is 17:20.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.