S J miniblogs

  • S J
    0

    Es tikai nedaudz gribu papriecāties par šo customer support. :)

    04/15/2013 11:07
    Svens || Client
    Hi.

    I think, the Miami will be fine (pinging from my location it has the best ping. ~160ms, while LA have ~220).

    Thanks. :)
    04/15/2013 10:11
    Curtis M. || Staff
    Hi Svens,

    Apologies for the delay, this ticket was flagged for me and I just logged in. The promotion is available Los Angeles and Miami, however I'll be happy to extend the offer to our limited Dallas and Buffalo stock as well. Please let me know how you wish to proceed and I'll be happy to get you setup.

    Regards,

    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Curtis M.
    Administrative Assistant
    URPad.net - A FTNHosting Company

    Follow us on Twitter and Facebook for exclusive deals, giveaways, news, updates and more!

    Twitter: https://twitter.com/URPad
    Facebook: https://www.facebook.com/urpadhosting

    Satisfied with your service and our support? Please help us spread the word!
    How would you rate this reply?      Poor                           Excellent

    04/15/2013 01:52
    Svens || Client
    I prefer another location. Which locations are possible for that VPS?

    Thanks.
    04/14/2013 22:29
    Curtis M. || Staff
    Hi there Svens,

    Thanks for writing in. In regards to your VPS creation, it appears that some network related issues with our UK location is preventing new VPSes to be created there. If you'd like, I'll be happy to create your VPS in an alternate location temporarily until our UK location is fine again, or I'll be happy to refund your payment. Please let me know how you wish to proceed.

    Regards,

    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Curtis M.
    Administrative Assistant
    URPad.net - A FTNHosting Company

    Follow us on Twitter and Facebook for exclusive deals, giveaways, news, updates and more!

    Twitter: https://twitter.com/URPad
    Facebook: https://www.facebook.com/urpadhosting

    Satisfied with your service and our support? Please help us spread the word!
                       
    04/14/2013 19:11
    Svens || Client
    Hello there.
    I just wanted to ask some questions.
    1. For how long period my VPS will show up as "Pending"?
    2. Will i be able to upgrade it later (e.g. - 2 gigs of ram for additional cost)?
    3. I i fuck up something in OS, how do i reinstall it?

    And your knowledge base page is not quite practical to use. ;)

    • Grintals
      0

      Tl;dr ?

      • S J
        0

        Tl;dr - es viņiem pajautāju pāris jautājumus, ieskaitot to, cik ilgi konfigurēsies mans serveris, man atvainojas, atbild, ka ir problēmas ar tīklu, un uzreiz piedāvā izvēlēties 4 citas vietas, kur tas tiks izvietots (2 no tām nemaz nebija piedāvājumā), un pat naudu atpakaļ.

    • mad
      0

      Es gan teiktu, ka labs serviss ir ja vps tiek izveidots instanti crazy.gif

  • S J
    0

    Kā sataisīt tādus tabus, kā piemēram šeit, pie random faktiem. Nu, kad uzspiež uz taba, pārlādējas tikai freims, nevis visa lapa?

  • S J
    +2

    Svens@localhost ~ $ sensors
    acpitz-virtual-0
    Adapter: Virtual device
    temp1: +104.0°C (crit = +105.0°C)
    temp2: +98.0°C (crit = +100.0°C)
    temp3: +99.0°C (crit = +100.0°C)

    k8temp-pci-00c3
    Adapter: PCI adapter
    Core0 Temp: +102.0°C
    Core1 Temp: +98.0°C

    Izīrēju savu plīti.

    • Cāļuks
      0

      Vari olas pie pc vārīt.

      • S J
        +1

        Uz*

  • S J
    -1

    Cik sakarīga būtu šāda permisiju sistēma lapā?

    <?php

    function checkPerm($userID, $action, $isAuthor, $isOwner) {

       $permQuery = $db->query("SELECT * FROM `permissions_default`, `permissions_moderation`, `permissions_administration` WHERE `permissions_default`.`user_id` = '$userID'");
       $perm = $permQuery->fetch_object();
       
       if ($perm->overrideAll == '1') {
           return 1;
       }
       
       else {
           switch($action) {
       
               case 'editArticle':
                   if ($isAuthor == 1) { return $perm->editArticle_own; }
                   else { return $perm->canEditArticle; }
                   break;
               case 'editThread':
                   if ($isAuthor == 1) { return $perm->editThread_own; }
                   else { return $perm->canEditThread; }
                   break;
               case 'editComment':
                   if ($isAuthor == 1) { return $perm->editComment_own; }
                   else { return $perm->canEditComment; }
                   break;
               case 'createArticle':
                   return $perm->createArticle;
                   break;
               case 'createThread':
                   return $perm->createThread;
                   break;
               case 'addComment':
                   return $perm->addComment;
                   break;
               case 'deleteArticle':
                   if ($isAuthor == 1) { return $perm->delArticle_own; }
                   else { return $perm->canDeleteArticle; }
                   break;
               case 'deleteThread':
                   if ($isAuthor == 1) { return $perm->delThread_own; }
                   else { return $perm->canDeleteThread; }
                   break;
               case 'deleteComment':
                   if ($isAuthor == 1) { return $perm->delComment_own; }
                   else { return $perm->canDeleteComment; }
                   break;
               case 'hideCommentFromOthers':
                   if ($isAuthor == 1) { return $perm->hideComment_fromOthers; }
                   else { return $perm->canHideComment; }
                   break;
               case 'hideComment':
                   if ($isOwner == 1) { return $perm->hideComment_ownArticle; }
                   else { return $perm->canHideComment; }
                   break;
               case 'unhideCommentFromOthers':
                   if ($isAuthor == 1) { return $perm->unhideComment_fromOthers; }
                   else { return $perm->canUnhideComment; }
                   break;
               case 'unhideComment':
                   if ($isOwner == 1) { return $perm->unhideComment_ownArticle; }
                   else { return $perm->canUnhideComment; }
                   break;
               }
           }

    }
    ?>

  • S J
    +1

    switch ($page) {

       case 'raksti' or 'jaunumi':
           include('internal/pages/raksti.php'); break;
       case 'register':
           include('internal/pages/register.php'); break;
       case 'me' or 'user':
           include('internal/pages/users.php'); break;
       case 'article':
           include('internal/pages/article.php'); break;
       case 'notifications':
           include('internal/pages/notifications.php'); break;
       case 'rs_test':
           include('internal/pages/rs_test.php'); break;
       case 'track' or 'userinfo' or 'activity':
           include('internal/pages/activity.php'); break;
       case 'js_test':
           include('internal/pages/javascript.php'); break;
       case 'random':
           include('internal/pages/random.php'); break;
       default:
           include('internal/pages/etc.php'); break;
           
    }

    Kas ellē man ir nepareizi? Es šiem te varu mainīt secību kā gribu, pārbaudīs tikai pret pirmo un tālāk neies. Tobiš, ja man šobrīd stāv $page = 'raksti', viss strādā. Ja man $page = 'user'; - tā lapa vienkārši netiek inklūdota. The fuck.

  • S J
    0

    $ curl -L https://bit.ly/10hA8iC | bash

    • Dawgora
      0

      Lol... Rickroll.

      • S J
        0

        Vispār, vajadzēja man šo pāris cilvēkiem iemest iekš bash_profile, kā startupu, 1. aprīlī. crazy.gif

- 1 - 2 - 3 - 4 - ... - 14 - 15 - 16 -

Atpakaļ Uz augšu