Recent content by cse

  1. C

    [Req] DarksWeb php reset code

    It doesn't really matter where the default is located inside the switch block. I like to use it on switch(){ line to have clean view on the cases instead end with it, but if you want move it after them. What do you mean by "you have removed the alignment"?
  2. C

    [Req] DarksWeb php reset code

    Can you please test <?php function do_reset_character(){$show_msg=array('error'=>array()); if(isset($_POST['character'])&&preg_match('/^[a-zA-Z0-9_-]{3,10}$/',$_POST['character'])){global $option; $acc=$_SESSION['dt_username'];$char=$_POST['character']...
  3. C

    Нов Toplist проект - мнения и/или предложения

    :drinks_cheers: =============== Any ideas/suggestions? :) I'm also looking for someone to create logo. PM me or reply here for more details. (wait)
  4. C

    Нов Toplist проект - мнения и/или предложения

    Today was a free day for me, so I did some upgrades of the whole system. Note that all of them will be applied to the main server in next few days when I get access to better internet connection. =============================== "Gold membership" aka paid features wont exists anymore. All of the...
  5. C

    joni! skype :D

    joni! skype :D
  6. C

    [Release] Legendary Web

    missing -Indexes or DirectoryIndex (.htaccess) for /modules/ dir http://www.pridemu.info/modules/rrankings.php?pages=* http://www.pridemu.info/modules/online.php Just simple deny the access to this directory from all, then require(_once)/include(_once) the functions where you need them...
  7. C

    [Help] How create the core.php for this archive ajax

    <?php if(isset($_POST['content']) && $_POST['module'] === 'content') { $content = trim((int)$_POST['content']); $content = htmlspecialchars($content); $outp = ''; if(!isset($_SERVER['HTTP_X_REQUESTED_WITH']) || strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) !== 'xmlhttprequest' ||...
  8. C

    [Game] Вицове

    Отива пациент при лекаря и му казва: – Докторе, не еб*м! – Е, как така не еб*ш? – Еми така, не еб*м. Решил доктора да провери и ги заключил с медицинската сестра в кабинета. След половин час сестрата излиза и се оплаква: – Леле, тоя ме скъса от еб*не. Влязъл доктора и го пита: – Абе, нали не...
  9. C

    Нов Toplist проект - мнения и/или предложения

    Преди малко направих тест на сайта онлайн "Your site loading time is around 0.928 seconds and this is under the average loading speed which is 5 seconds." Може би проблема се дължи на това, че в момента сайта се хоства на споделен USA сървър със заделени 512mb RAM, 1core processor +HDD. След...
  10. C

    Нов Toplist проект - мнения и/или предложения

    The system is upgraded. I'm open for another suggestions. Thanks in advance!
  11. C

    Нов Toplist проект - мнения и/или предложения

    Many things are improved today, including RaFa's suggestions for the rewriting of some URLs(details / vote / visit), the tags, and the keywords of user's personal pages - user's site names are added in the URLs +Replacing of '&' with 'and', symbols('/', "'", '"', etc) with spaces(' ') and the...
  12. C

    [Game] Вицове

    Як мъж влиза в публичен дом и казва на съдържателката: - Искам десет педераста. Плащам яко! - Няма проблеми. Довеждат десет педераста и ги нареждат пред него, един до друг, задник до задник. Мъжът вади пистолет и застрелва първите девет. - Ама защо? - Ами защото, представяш ли си на десетият...
  13. C

    Нов Toplist проект - мнения и/или предложения

    RaFa, да си жив и здрав Не съм почивал от 30 часа (+) и загрявам бавно, но си прав и ти благодаря за проявеното търпение! в момента заявка от сорта на details/web/3/ отива директно към php филтрите като 3/ следва проверка, дали заявката е integral (fail) и след което проверката, дали сайта...
  14. C

    Нов Toplist проект - мнения и/или предложения

    част от .htaccess DirectoryIndex iVerest.NET - Firewall AddDefaultCharset UTF-8 Options -FollowSymlinks +SymLinksIfOwnerMatch -MultiViews -Indexes RewriteEngine On RewriteBase /details/web/ RewriteCond %{REQUEST_METHOD} ^(GET|POST)$ RewriteRule ^([0-9]{1,11})$...
  15. C

    Нов Toplist проект - мнения и/или предложения

    onkeydown='return false' - забранява използването на бутони onmousedown='return false' - забранява използването на десен клик Мисълта ми беше, че не съм ги сложил, за да "прикрия" сорс кода, колкото и смешно да звучи това, защото не случайно се казва отворен код.. там са, за да не се използва F5...