Jump to content

Ayaka

Inactive Member
  • Posts

    288
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by Ayaka

  1. well.. i just tried notepad++ and phpstorm. and phpstorm obviously is the better one Sent some changes. You can take a look Ira, PHPStorm is the best php IDE by far well.. i just tried notepad++ and phpstorm. and phpstorm obviously is the better one Advice: Use Sublime Text3 as your main text editor for php. Also, if you have problems with the site on IE take a look on html5shiv. [Hidden Content] Kind regards! cant really get your point. Why using an editor if you have one of the best (maybe the best) IDE for php? OOP with phpstorm is awesome as hell!
  2. Sure, why not? Its just: Use the BEST Tools for Webdevelopement --> IE.
  3. For german people a funny thing ;P
  4. ???? in game??? You need a programmer for your webdevelopement. I dont belive that you can fix this if you dont even know where to find your functions. But lets give it a try: You will find it at /inc/functions.inc.php or functions.php
  5. Nobody can help you here because you have to debug your script yourself. No one here can do this for you because we have no server access. We dont know how your functions checkAnum or checkMail look like. We dont know what exactly you post in the form. We only know your register.php which seems "ok".
  6. failed at this line: if ((checkAnum($_POST['account']) && strlen($_POST['account']) >= 8 && strlen($_POST['account']) <= 16) && checkAnum($_POST['pass']) && strlen($_POST['pass']) >= 8 && strlen($_POST['pass2']) <= 16 && !empty($_POST['pass2']) && $_POST['pass'] == $_POST['pass2'] && checkMail($_POST['email']) && strlen($_POST['email']) <= 40 && $_POST['captcha'] == $_SESSION['captcha_id'] && (checkAnum($_POST['deletcode']) && strlen($_POST['deletcode']) == 7)) { never saw such an ugly code. Debug all conditions here and you will fix that What happens here? (checkAnum($_POST['account']) && strlen($_POST['account']) >= 8 && strlen($_POST['account']) <= 16) checks if posted "account" has only alpabetic or numeric characters + checks the charakter lengh (min 8 chars, max 16 chars) checkAnum($_POST['pass']) && strlen($_POST['pass']) >= 8 && strlen($_POST['pass2']) <= 16 && !empty($_POST['pass2']) && $_POST['pass'] == $_POST['pass2'] same here for password + check if password is given and the same as password2 checkMail($_POST['email']) && strlen($_POST['email']) <= 40 checkMail should be a function to check if this is a valid mail + checks that mail has max 40 chars $_POST['captcha'] == $_SESSION['captcha_id'] Checks captcha (checkAnum($_POST['deletcode']) && strlen($_POST['deletcode']) == 7) delete code must given + exact 7 chars Now debug this.
  7. Nice. best wishes!
  8. I will help you when changing the framework to flow have to use it at work so i can learn a bit more
  9. it is not my personal coding style and it wasn't my purpose to write this OOP with a PHP framework or a template engine. The goal was a CMS near Hen!'s with better and newer code for users who love hennink's cms which is used most (even today) . Because its simple for PHP beginner to change things. It would be stupid to implement such things in this. For qualified code you should look or help at this: [Hidden Content]
  10. Its Open Source, you can use the code for your Project. I am happy that someone will continue this
  11. Yeh, i will add the board soon. Have done some updates a few minutes (fixed installer).
  12. Cool Maybe I'll commit some code from time to time at this.
  13. Have no more time to develop this cms. But I want to share my sourcecode with you. Maybe you can use some codesnippes for your Project. Sorry guys [Hidden Content]
  14. still working on it. Problem is that i have to organize helpers for moving atm. have not much time, i renovated my new home three weeks ago. I am continue to work on this projekt when im finish.
  15. Nice thing! But like the music more than the feature xD reminds me of savant (a little bit)
  16. First of all: I hope you remove it only for testing this script. If you don't compare the md5 hash, users can use security vulnerability to get coins without checking the Security Hash. You should use "id" for $uid not the "login" column. It cant run without errors if you didnt enabled Alphanumeric ids by Super Rewards Support. after sending only numeric uid use your SQL statement like this example: SELECT coins FROM account.account WHERE id='$uid' edit: Its only speculation because i cant test that script myself but give it a try.
  17. I recommend that you should use the official supportsite for this problem. You are using an API, if there is an authenticity problem you should contact the supplier. I dont think there is a problem with this prefabricated script. Many other people use this too.
  18. Ok it seems that many users are interested in this cms. Im happy about this And im coding an advanced profile and integrated Board with firendlist and more features atm Screenshots next week
  19. Error cant be "account already exist" if this shown databes/table is used in script
  20. Use a clean FreeBSD, and follow the tutorial and steps. To me it worked perfectly. You must have software installed that conflict. Its tested on freebsd 10 and 10.1 Do you know why i registe in site and the site dont send any information do db? The simple registe page dont sen any information to db...I Dont know why. There the simple regist page doesnt send information do db.. Code correct? Got an error? mysql_query($sql) or die(mysql_error());
  21. Yes its all pure CSS. Only the Headerpicture is a render from King Sora's wallpaper. I asked him to use it for the cms but he didnt answer me. I think and hope its ok for him. (Screen PM to King Sora:) Nope! I will release it when im done. The Community is sending me new ideas every time and i will implement it all (the good ones) to create a nice CMS.
×
×
  • 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.