$71 GRAYBYTE WORDPRESS FILE MANAGER $34

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.162.162 | ADMIN IP 216.73.216.174
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/usr/src/litespeed-wp-plugin/6.5.2/litespeed-cache/src/

HOME
Current File : /usr/src/litespeed-wp-plugin/6.5.2/litespeed-cache/src//str.cls.php
<?php

/**
 * LiteSpeed String Operator Library Class
 *
 * @since 1.3
 */

namespace LiteSpeed;

defined('WPINC') || exit();

class Str
{
	/**
	 * Generate random string
	 *
	 * @since  1.3
	 * @access public
	 * @param  int  $len  	 Length of string
	 * @param  int  $type    1-Number 2-LowerChar 4-UpperChar
	 * @return string
	 */
	public static function rrand($len, $type = 7)
	{
		// mt_srand((int) ((float) microtime() * 1000000));

		switch ($type) {
			case 0:
				$charlist = '012';
				break;

			case 1:
				$charlist = '0123456789';
				break;

			case 2:
				$charlist = 'abcdefghijklmnopqrstuvwxyz';
				break;

			case 3:
				$charlist = '0123456789abcdefghijklmnopqrstuvwxyz';
				break;

			case 4:
				$charlist = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
				break;

			case 5:
				$charlist = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ';
				break;

			case 6:
				$charlist = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
				break;

			case 7:
				$charlist = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
				break;
		}

		$str = '';

		$max = strlen($charlist) - 1;
		for ($i = 0; $i < $len; $i++) {
			$str .= $charlist[mt_rand(0, $max)];
		}

		return $str;
	}
}


Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
1 Jan 1970 12.00 AM
root / root
0
cdn
--
17 Oct 2024 9.42 PM
root / root
0755
data_structure
--
17 Oct 2024 9.42 PM
root / root
0755
activation.cls.php
14.991 KB
17 Oct 2024 9.42 PM
root / root
0644
admin-display.cls.php
33.202 KB
17 Oct 2024 9.42 PM
root / root
0644
admin-settings.cls.php
9.521 KB
17 Oct 2024 9.42 PM
root / root
0644
admin.cls.php
4.441 KB
17 Oct 2024 9.42 PM
root / root
0644
api.cls.php
11.076 KB
17 Oct 2024 9.42 PM
root / root
0644
avatar.cls.php
6.063 KB
17 Oct 2024 9.42 PM
root / root
0644
base.cls.php
30.233 KB
17 Oct 2024 9.42 PM
root / root
0644
cdn-setup.cls.php
10.451 KB
17 Oct 2024 9.42 PM
root / root
0644
cdn.cls.php
13.132 KB
17 Oct 2024 9.42 PM
root / root
0644
cloud.cls.php
42.476 KB
17 Oct 2024 9.42 PM
root / root
0644
conf.cls.php
18.579 KB
17 Oct 2024 9.42 PM
root / root
0644
control.cls.php
21.746 KB
17 Oct 2024 9.42 PM
root / root
0644
core.cls.php
20.05 KB
17 Oct 2024 9.42 PM
root / root
0644
crawler-map.cls.php
13.999 KB
17 Oct 2024 9.42 PM
root / root
0644
crawler.cls.php
34.689 KB
17 Oct 2024 9.42 PM
root / root
0644
css.cls.php
13.104 KB
17 Oct 2024 9.42 PM
root / root
0644
data.cls.php
17.406 KB
17 Oct 2024 9.42 PM
root / root
0644
data.upgrade.func.php
21.372 KB
17 Oct 2024 9.42 PM
root / root
0644
db-optm.cls.php
9.585 KB
17 Oct 2024 9.42 PM
root / root
0644
debug2.cls.php
13.098 KB
17 Oct 2024 9.42 PM
root / root
0644
doc.cls.php
4.737 KB
17 Oct 2024 9.42 PM
root / root
0644
error.cls.php
6.905 KB
17 Oct 2024 9.42 PM
root / root
0644
esi.cls.php
26.907 KB
17 Oct 2024 9.42 PM
root / root
0644
file.cls.php
10.135 KB
17 Oct 2024 9.42 PM
root / root
0644
gui.cls.php
27.449 KB
17 Oct 2024 9.42 PM
root / root
0644
health.cls.php
2.893 KB
17 Oct 2024 9.42 PM
root / root
0644
htaccess.cls.php
23.952 KB
17 Oct 2024 9.42 PM
root / root
0644
img-optm.cls.php
60.243 KB
17 Oct 2024 9.42 PM
root / root
0644
import.cls.php
4.15 KB
17 Oct 2024 9.42 PM
root / root
0644
instance.cls.php
0.15 KB
17 Oct 2024 9.42 PM
root / root
0644
lang.cls.php
15.473 KB
17 Oct 2024 9.42 PM
root / root
0644
localization.cls.php
3.383 KB
17 Oct 2024 9.42 PM
root / root
0644
media.cls.php
31.025 KB
17 Oct 2024 9.42 PM
root / root
0644
metabox.cls.php
4.205 KB
17 Oct 2024 9.42 PM
root / root
0644
object-cache.cls.php
15.917 KB
17 Oct 2024 9.42 PM
root / root
0644
object.lib.php
33.969 KB
17 Oct 2024 9.42 PM
root / root
0644
optimize.cls.php
36.525 KB
17 Oct 2024 9.42 PM
root / root
0644
optimizer.cls.php
9.016 KB
17 Oct 2024 9.42 PM
root / root
0644
placeholder.cls.php
14.115 KB
17 Oct 2024 9.42 PM
root / root
0644
preset.cls.php
5.43 KB
17 Oct 2024 9.42 PM
root / root
0644
purge.cls.php
29.785 KB
17 Oct 2024 9.42 PM
root / root
0644
report.cls.php
5.328 KB
17 Oct 2024 9.42 PM
root / root
0644
rest.cls.php
7.871 KB
17 Oct 2024 9.42 PM
root / root
0644
root.cls.php
12.596 KB
17 Oct 2024 9.42 PM
root / root
0644
router.cls.php
19.078 KB
17 Oct 2024 9.42 PM
root / root
0644
str.cls.php
1.175 KB
17 Oct 2024 9.42 PM
root / root
0644
tag.cls.php
8.619 KB
17 Oct 2024 9.42 PM
root / root
0644
task.cls.php
5.825 KB
17 Oct 2024 9.42 PM
root / root
0644
tool.cls.php
3.291 KB
17 Oct 2024 9.42 PM
root / root
0644
ucss.cls.php
14.39 KB
17 Oct 2024 9.42 PM
root / root
0644
utility.cls.php
20.634 KB
17 Oct 2024 9.42 PM
root / root
0644
vary.cls.php
19.171 KB
17 Oct 2024 9.42 PM
root / root
0644
vpi.cls.php
7.408 KB
17 Oct 2024 9.42 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF