Jump to content

Kray

Members
  • Posts

    7
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Kray's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Hi Vladonix, I have another request due to php4 use i think. When i write in account name i it makes it all capitals and then turn into not the letter i. Example: Melissa --> MEL�SSA . I tested it also with php5 then it makes MELISSA which is ok. But my server is not php5 =( Migration is big work because i loose all foreign characters in my forum, so i stay with php4. Tip: With old rospora (2.4.3) was possible it makes melissa --> melissa it doesnt make capitals. If you need old rospora i can upload, but i am sure you can fix this again. Thanks.
  2. Thanks for new rev =) this would be handy when the admin sends passwords he needs good email adres(not expired no fakes)? So make players possible to change this?
  3. Hallo. So, I found problem. PHP 4.X do not support function file_put_contents(). Please, write to file lang.php (in my newest version) this code (before ?> characters): function file_put_contents($name = "", $data = "") { $file = @fopen($name, "w"); if (!$file) { return false; } else { fwrite($file, $data); fclose($file); return true; } } I'll add it to new version. v. Hi Vladonix, I tried to find this in lang.php i can not find it. I have downloaded version reggacc_2.0.2when are you releasing the new version with this fix?
  4. Vladonix I want to thank you for taking this (formerly Basic code by mirage666 and PoWeRLoGY) project to a new dimension for WOTLK. Vladonix is great with helping you out if you have problems. He helped me with the php 4.x issues ( I am using AppServ v 2.4.7). I wasnt able to see this website with this version of appserv so he found the problem and fixed it. He tells me that he will fix this also with the new release. Untill then I want to share this fix with people also having issues with php 4.x (i havent tested it yet...). Maybe someone can give feedback on it? Hallo. So, I found problem. PHP 4.X do not support function file_put_contents(). Please, write to file lang.php (in my newest version) this code (before ?> characters): function file_put_contents($name = "", $data = "") { $file = @fopen($name, "w"); if (!$file) { return false; } else { fwrite($file, $data); fclose($file); return true; } } I'll add it to new version. v.
  5. I don't contribute in dev. coding (just dont know any c++) so I wouldnt know the diffrence in GIT/SVN but what I do see is when i try to compile (easy download now) there is no problem. But when i try to patch this was sometimes already hard in SVN now as i hear some cases almost impossible with (old svn patches?). This is bad since i liked to also use ahbot time till time but thats all ok with me since i take the core as it is. But the problem is for the real contributors, the developers or the ones who were about to become one after doing alot of efforts in svn and learning stuff. The biggest problem is here: if so many people who did contribute are complaining and if mangos does want a majority of people who are willing to join this project and contribute to it to learn and develop the project and theirselves then this is wrong! People who were about to learn and understand things will probably give up since they have to start all over again. On the other hand I believe theLuda if he thinks this is the best platform to develop things and that GIT has the future.. i have to watch the git vs svn youtube movie ^^. Maybe its all true still i wonder if it was the right choise to do?? What is the future of mangos does mangos truely need GIT?? How ambitious are all the contributers and devs to spend on mass alot of time again for a new method with GIT because GIT has the future? Is all of this effort worth it will this truely bring our community to a higher standard? Or will it go downward because it scares people who dont like the challenge to learn another new way... Its a fact though that it is a challenge.. so goodluck to all the contributers and developers.
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use