Jump to content

pollux

Honorable Member
  • Posts

    264
  • Joined

  • Days Won

    23
  • Feedback

    0%

Everything posted by pollux

  1. Question not posted in Q&A? And even then not related to "web development"? You, Sir, got warned! (moved)
  2. I have this playlist with round about 500 songs. Feel free to check it out. Electro / Rap (german) / Music from Games / and more..
  3. @Agent007@BekirAKDMR and others: This is a release and no spamming section. If you keep spamming i have to warn you!
  4. I have the original code because i worked for the admin of this server some time. The "problem" for most of you will be the code, because it was done with laravel (object orientated + unknown framework is a mess for a beginner). That's why i'm asking.
  5. I really like this design - if you want the code for it, contact me.
  6. This is a bad thing, because you should protect your admin page dir / your administrative forms. With this method you will be able to see the div even if you are no admin in the sources. You should just post this div if the user really isAdmin() Also you need to verify the data for the logged in account - e.g. using a $_SESSION[] var with a AND WHERE login='".$_SESSION."' in your query. Additionally to this please use MySQLi or PDO instead of just mysql_, it's deprecated and will be removed soon. PHP7 is on its way and there you HAVE to use MySQLi or PDO!
  7. Please check which one the server uses. I don't know this. Then check for enough lines, the "," on each line and a max 32Bit value (DWORD = unsigned long).
  8. Maybe missing or wrong Information in your exp table?
  9. Src (game) serverside, i do not know the File but there is an if in which you Have to Set the protect (something like m_pk->protect)
  10. Can you explain what you did wrong and how you were able to solve it?
  11. well, changing the webserver is a "fix" but not a fix if you run into any trouble the first thing that you should do is enable error reporting ini_set('display_errors', '1'); error_reporting(E_ALL); and then look for PHP Errors
  12. I don't have much time at the Moment. I would like to finish it but until june it is Not possible to me to work on it in an efficient way. But if you work on it to contribute just do it. I am looking on github once per week. So you could also be a developer of QuantumCMS.
  13. well.. yes with this type <br> isn't the best thing. sorry, i did not read the script ^^
  14. that's not 100% right. if you are able to read html emails, <br/> will work - for example in googlemail. but \r\n is the better solution
  15. Yes, you're right, but since there is no plugin system and there are people who maybe want to use this before we have this feature and also want to have a slider i added this one for now. Additionally to this, i only added some settings for the slider and the js/css files in the index.tpl. The work to transform this into a plugin should not be too much, i think.
  16. The UCP is ready for testing now - some little changes will occur in the future, but the base is ready. Also i integrated AnythingSlider into this CMS, which allows to slide not only images but also Videos from Youtube, Vimeo and also your webspace! - Thanks HTML5 <3 Also the "default" style is set to 'metallic' - but you can change this easily (also the height and width) in the index.tpl <style> #slider1 { width: 350px; height: 195px; list-style: none} </style> <!-- AnythingSlider initialization --> <script> // DOM Ready $(function(){ $('#slider1').anythingSlider({ toggleControls : true, theme : 'metallic', autoPlay : true, autoPlayLocked : false, enableStartStop: true }); }); </script>
  17. just run URL/tools.php and click "import lang", then you have the default translations also shown on the website Also we all were busy the last few days, but we will do some more things as soon as we have some time for it Ah, didnt look into that file (odd workflow without instructions). Cant wait to see that cms stable. I think the important part for you is to create a good plugin system for this cms. I think it should have good chances to become established. Yep, we will create a plugin and design system to implement own scripts and styles into the website Edit: We're back working on it.
  18. just run URL/tools.php and click "import lang", then you have the default translations also shown on the website Also we all were busy the last few days, but we will do some more things as soon as we have some time for it and yes. i put this video into my index.tpl to hear music while programming - i just don't like to go on youtube and select every 3 min a new song or i was annoyed of my spotify playlist. but because i think no one else want to hear this on this website i put it in comment "dings-bums" ^^
  19. We're proud to announce, that we have a third developer - ionutxp ! Also we've made some more changes, here's a log for that: - Added a UserPanel (screenshot following soon) with Character overview - some refactoring and some more changes. For more Information visit github.com
  20. well.. i just tried notepad++ and phpstorm. and phpstorm obviously is the better one
  21. Try it out. If we decide you or your contribution is a benefit, we'll accept it.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.