jhcloos / flashrom Goto Github PK
View Code? Open in Web Editor NEWMirror of svn://flashrom.org/flashrom
Home Page: http://flashrom.org/
License: GNU General Public License v2.0
Mirror of svn://flashrom.org/flashrom
Home Page: http://flashrom.org/
License: GNU General Public License v2.0
------------------------------------------------------------------------------- flashrom README ------------------------------------------------------------------------------- flashrom is a utility for detecting, reading, writing, verifying and erasing flash chips. It is often used to flash BIOS/EFI/coreboot/firmware images in-system using a supported mainboard, but it also supports flashing of network cards (NICs), SATA controller cards, and other external devices which can program flash chips. It supports a wide range of flash chips (most commonly found in SOIC8, DIP8, SOIC16, WSON8, PLCC32, DIP32, TSOP32, and TSOP40 packages), which use various protocols such as LPC, FWH, parallel flash, or SPI. Do not use flashrom on laptops (yet)! The embedded controller (EC) present in many laptops might interact badly with any attempts to communicate with the flash chip and may brick your laptop. Please make a backup of your flash chip before writing to it. Please see the flashrom(8) manpage. Packaging --------- To package flashrom and remove dependencies on subversion, either use make export or make tarball make export will export all flashrom files from the subversion repository at revision BASE into a directory named $EXPORTDIR/flashrom-$VERSION-r$SVNREVISION and will additionally modify the Makefile in that directory to contain the svn revision of the exported tree. make tarball will simply tar up the result of make export and gzip compress it. The snapshot tarballs are the result of make tarball and require no further processing. Build Instructions ------------------ To build flashrom you need to install the following software: * pciutils+libpci (if you want support for mainboard or PCI device flashing) * libusb (if you want FT2232, Dediprog or USB-Blaster support) * libftdi (if you want FT2232 or USB-Blaster support) Linux et al: * pciutils / libpci * pciutils-devel / pciutils-dev / libpci-dev * zlib-devel / zlib1g-dev (needed if libpci was compiled with libz support) On FreeBSD, you need the following ports: * devel/gmake * devel/libpci On OpenBSD, you need the following ports: * devel/gmake * sysutils/pciutils To compile on Linux, use: make To compile on FreeBSD, OpenBSD or DragonFly BSD, use: gmake To compile on Nexenta, use: make To compile on Solaris, use: gmake LDFLAGS="-L$pathtolibpci" CC="gcc -I$pathtopciheaders" CFLAGS=-O2 To compile on NetBSD (with pciutils, libftdi, libusb installed in /usr/pkg/), use: gmake To compile and run on Darwin/Mac OS X: Install DirectHW from coresystems GmbH. DirectHW is available at http://www.coreboot.org/DirectHW . To cross-compile on Linux for DOS: Get packages of the DJGPP cross compiler and install them: djgpp-filesystem djgpp-gcc djgpp-cpp djgpp-runtime djgpp-binutils As an alternative, the DJGPP web site offers packages for download as well: djcross-binutils-2.19.1-10ap.i386.rpm djcross-gcc-4.3.2-8ap.i686.rpm djcrx-2.04pre_20090725-13ap.i386.rpm The cross toolchain packages for your distribution may have slightly different names (look for packages named *djgpp*). You will need the following library source trees containing their compiled static libraries either in the parent directory of the flashrom source or specify the base folder on compile time with the LIBS_BASE parameter. The default as described above is equal to calling 'make djgpp-dos LIBS_BASE=..' To get and build said libraries... Download pciutils 3.1.5 and apply http://flashrom.org/File:Pciutils.patch.gz Compile pciutils, see README.DJGPP for instructions. Download and compile http://flashrom.org/File:Libgetopt.tar.gz Enter the flashrom directory. Run either (change settings where appropriate) make CC=i586-pc-msdosdjgpp-gcc STRIP=i586-pc-msdosdjgpp-strip or (above settings hardcoded) make djgpp-dos To run flashrom.exe, download http://flashrom.org/File:Csdpmi7b.zip and unpack CWSDPMI.EXE into the current directory or one in PATH. To cross-compile on Linux for Windows: Get packages of the MinGW cross compiler and install them: mingw32-filesystem mingw32-cross-cpp mingw32-cross-binutils mingw32-cross-gcc mingw32-runtime mingw32-headers The cross toolchain packages for your distribution may have slightly different names (look for packages named *mingw*). PCI-based programmers (internal etc.) are not supported on Windows. Run (change CC= and STRIP= settings where appropriate) make CC=i686-w64-mingw32-gcc STRIP=i686-w64-mingw32-strip Processor architecture dependent features: On non-x86 architectures a few programmers don't work (yet) because they use port-based I/O which is not directly available on non-x86. Those programmers will be disabled automatically if you run "make". Compiler quirks: If you are using clang and if you want to enable only one driver, you may hit an overzealous compiler warning from clang. Compile with "make WARNERROR=no" to force it to continue and enjoy. Installation ------------ In order to install flashrom and the manpage into /usr/local, type: make install For installation in a different directory use DESTDIR, e.g. like this: make DESTDIR=/usr install If you have insufficient permissions for the destination directory, use sudo by adding sudo in front of the commands above. Contact ------- The official flashrom website is: http://www.flashrom.org/ The IRC channel is #flashrom at irc.freenode.net The mailing list address is [email protected]
Don'nt work with one B75 mainboard bios
/\
y
Justin "dirk". Will find you on reddit, then harass you and make your life hell. He loves hang stalking, peep hols, hidden cameras and will film you in the bathroom. He will try and fight a women and ruin your name. He does this to people he dosent know.
close all coding and javascript build
syslinux-6.03/gen-id.sh 754/754 100%
#!/bin/sh
#baloy
#Mobile legend
#Omes
ver="$1"
tim="$2"
top=dirname "$0"
if test -n "$GIT_DIR" -o -d "$top"/.git -o -f "$top"/.git; then
id="$(git describe)"
if test -n "$id"; then
if test x"$(echo "$id" | cut -d- -f1)" = xsyslinux; then
id="$(echo "$id" | cut -d- -f2-)"
if test x"$(echo "$id" | cut -d- -f1)" = x"$ver"; then
id="$(echo "$id" | cut -d- -f2-)"
fi
fi
fi
if test -n "$id"; then
if test -n "$(git diff-index --name-only HEAD)"; then
id="${id}"*
fi
fi
fi
if test -z "$id"; then
id="$tim"
fi
echo "$id"
1Help 2UnWrap 3Quit 4Hex 5Goto 6 7Search 8Raw 9Format 10Quit
def generate_llm_response(messages, processed_results) -> str:
SYSTEM_PROMPT = """You're an AI assistant that writes technical documentation. You can search a vector store for
information relevant to the user's query. Use the provided vector store results to inform your response, but don't
mention the vector store directly."""
vs_results = "\n=========\n".join(
[f"{result.get('chunk_text', 'No text available')}" for result in processed_results]
)
messages = [
{"role": "system", "content": SYSTEM_PROMPT},
*messages,
{
"role": "system",
"content": f"User query: {messages[-1]['content']}\n\nRelevant information:\n{vs_results}",
},
]
return inference.completions(model="qwen2p5-72b-instruct", messages=messages, max_tokens=16000)
search_query = "example search query"
client_config = ClientConfig(base_url=CONFIG.nearai_hub.base_url, auth=CONFIG.auth)
inference = InferenceRouter(client_config)
vector_results = inference.query_vector_store(vs.id, search_query)
processed_results = process_vector_results([vector_results])
llm_response = generate_llm_response(messages, processed_results)
print(llm_response["choices"][0]["message"]["content"]) +```
This XML file does not appear to have any style information associated with it. The document tree is shown below.
Welcome to Termux!
Docs: https://termux.dev/docs
Donate: https://termux.dev/donate
Community: https://termux.dev/community
Working with packages:
Subscribing to additional repositories:
For fixing any repository issues,
try 'termux-change-repo' command.
Report issues at https://termux.dev/issues
~ $ cd prank
~/prank $ ls
README.md call.php prank wa.php
~/prank $ php wa.php
COPYRIGHT : SGB TEAM
Nomor Target?
Input : #1 [string] 083143582473
Target: #1 [string] 083143582473 (y/n)y
Jumlah?
Input : keyy 2
0#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
1#1 [string] 083143582473 [Sending]
2#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
3#1 [string] 083143582473 [Sending]
4#1 [string] 083143582473 [Sending]
5#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
6#1 [string] 083143582473 [Sending]
7#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
8#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
9#1 [string] 083143582473 [Sending]
10#1 [string] 083143582473 [Sending]
11#1 [string] 083143582473 [Sending]
12#1 [string] 083143582473 [Sending]
13#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
14#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
15#1 [string] 083143582473 [Sending]
16#1 [string] 083143582473 [Sending]
17#1 [string] 083143582473 [Sending]
18#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
19#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
20#1 [string] 083143582473 [Sending]
21#1 [string] 083143582473 [Sending]
22#1 [string] 083143582473 [Sending]
23#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
24#1 [string] 083143582473 [Sending]
25#1 [string] 083143582473 [Sending]
26#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
27#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
28#1 [string] 083143582473 [Sending]
29#1 [string] 083143582473 [Sending]
30#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
31#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
32#1 [string] 083143582473 [Sending]
33#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
34#1 [string] 083143582473 [Sending]
35#1 [string] 083143582473 [Sending]
36#1 [string] 083143582473 [Sending]
37#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
38#1 [string] 083143582473 [Sending]
39#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
40#1 [string] 083143582473 [Sending]
41#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
42#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
43#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
44#1 [string] 083143582473 [Sending]
45#1 [string] 083143582473 [Sending]
46#1 [string] 083143582473 [Sending]
47#1 [string] 083143582473 [Sending]
48#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
49#1 [string] 083143582473 [Sending]
50#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
51#1 [string] 083143582473 [Sending]
52#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
53#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
54#1 [string] 083143582473 [Sending]
55#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
56#1 [string] 083143582473 [Sending]
57#1 [string] 083143582473 [Sending]
58#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
59#1 [string] 083143582473 [Sending]
60#1 [string] 083143582473 [Sending]
61#1 [string] 083143582473 [Sending]
62#1 [string] 083143582473 [Sending]
63#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
64#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
65#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
66#1 [string] 083143582473 [Sending]
67#1 [string] 083143582473 [Sending]
68#1 [string] 083143582473 [Sending]
69#1 [string] 083143582473 [Sending]
70#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
71#1 [string] 083143582473 [Sending]
72#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
73#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
74#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
75#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
76#1 [string] 083143582473 [Sending]
77#1 [string] 083143582473 [Sending]
78#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
79#1 [string] 083143582473 [Sending]
80#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
81#1 [string] 083143582473 [Sending]
82#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
83#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
84#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
85#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
86#1 [string] 083143582473 [Sending]
87#1 [string] 083143582473 [Sending]
88#1 [string] 083143582473 [Sending]
89#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
90#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
91#1 [string] 083143582473 [Sending]
92#1 [string] 083143582473 [Sending]
93#1 [string] 083143582473 [Sending]
94#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
95#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
96#1 [string] 083143582473 [Sending]
97#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
98#1 [string] 083143582473 [Sending]
99#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
100#1 [string] 083143582473 [Sending]
101#1 [string] 083143582473 [Sending]
102#1 [string] 083143582473 [Sending]
103#1 [string] 083143582473 [Sending]
104#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
105#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
106#1 [string] 083143582473 [Sending]
107#1 [string] 083143582473 [Sending]
108#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
109#1 [string] 083143582473 [Sending]
110#1 [string] 083143582473 [Sending]
111#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
112#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
113#1 [string] 083143582473 [Sending]
114#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
115#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
116#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
117#1 [string] 083143582473 [Sending]
118#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
119#1 [string] 083143582473 [Sending]
120#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
121#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
122#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
123#1 [string] 083143582473 [Sending]
124#1 [string] 083143582473 [Sending]
125#1 [string] 083143582473 [Sending]
126#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
127#1 [string] 083143582473 [Sending]
128#1 [string] 083143582473 [Sending]
129#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
130#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
131#1 [string] 083143582473 [Sending]
132#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
133#1 [string] 083143582473 [Sending]
134#1 [string] 083143582473 [Sending]
135#1 [string] 083143582473 [Sending]
136#1 [string] 083143582473 [Sending]
137#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
138#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
139#1 [string] 083143582473 [Sending]
140#1 [string] 083143582473 [Sending]
141#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
142#1 [string] 083143582473 [Sending]
143#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
144#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
145#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
146#1 [string] 083143582473 [Sending]
147#1 [string] 083143582473 [Sending]
148#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
149#1 [string] 083143582473 [Sending]
150#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
151#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
152#1 [string] 083143582473 [Sending]
153#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
154#1 [string] 083143582473 [Sending]
155#1 [string] 083143582473 [Sending]
156#1 [string] 083143582473 [Sending]
157#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
158#1 [string] 083143582473 [Sending]
159#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
160#1 [string] 083143582473 [Sending]
161#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
162#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
163#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
164#1 [string] 083143582473 [Sending]
165#1 [string] 083143582473 [Sending]
166#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
167#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
168#1 [string] 083143582473 [Sending]
169#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
170#1 [string] 083143582473 [Sending]
171#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
172#1 [string] 083143582473 [Sending]
173#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
174#1 [string] 083143582473 [Sending]
175#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
176#1 [string] 083143582473 [Sending]
177#1 [string] 083143582473 [Sending]
178#1 [string] 083143582473 [Sending]
179#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
180#1 [string] 083143582473 [Sending]
181#1 [string] 083143582473 [Sending]
182#1 [string] 083143582473 [Sending]
183#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
184#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
185#1 [string] 083143582473 [Sending]
186#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
187#1 [string] 083143582473 [Sending]
188#1 [string] 083143582473 [Sending]
189#1 [string] 083143582473 [Sending]
190#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
191#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
192#1 [string] 083143582473 [Sending]
193#1 [string] 083143582473 [Sending]
194#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
195#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
196#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
197#1 [string] 083143582473 [Sending]
198#1 [string] 083143582473 [Sending]
199#1 [string] 083143582473 [Sending]
200#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
201#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
202#1 [string] 083143582473 [Sending]
203#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
204#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
205#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
206#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
207#1 [string] 083143582473 [Sending]
208#1 [string] 083143582473 [Sending]
209#1 [string] 083143582473 [Sending]
210#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
211#1 [string] 083143582473 [Sending]
212#1 [string] 083143582473 [Sending]
213#1 [string] 083143582473 [Sending]
214#1 [string] 083143582473 [Sending]
215#1 [string] 083143582473 [Sending]
216#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
217#1 [string] 083143582473 [Sending]
218#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
219#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
220#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
221#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
222#1 [string] 083143582473 [Sending]
223#1 [string] 083143582473 [Sending]
224#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
225#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
226#1 [string] 083143582473 [Sending]
s227#1 [string] 083143582473 [Sending]
t228#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
229#1 [string] 083143582473 [Sending]
op230#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
231#1 [string] 083143582473 [Sending]
232#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
233#1 [string] 083143582473 [Sending]
234#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
235#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
236#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
237#1 [string] 083143582473 [Sending]
238#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
239#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
240#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
241#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
242#1 [string] 083143582473 [Sending]
243#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
244#1 [string] 083143582473 [Sending]
245#1 [string] 083143582473 [Sending]
246#1 [string] 083143582473 [Sending]
247#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
248#1 [string] 083143582473 [Sending]
249#1 [string] 083143582473 [Sending]
s250#1 [string] 083143582473 [Sending]
to251#1 [string] 083143582473 [Sending]
252#1 [string] 083143582473 [Sending]
253#1 [string] 083143582473 [Sending]
pp254#1 [string] 083143582473 [Sending]
255#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
256#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
257#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
258#1 [string] 083143582473 [Sending]
259#1 [string] 083143582473 [Sending]
260#1 [string] 083143582473 [Sending]
261#1 [string] 083143582473 [Sending]
262#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
st263#1 [string] 083143582473 [Sending]
264#1 [string] 083143582473 [Sending]
265#1 [string] 083143582473 [Sending]
266#1 [string] 083143582473 [Sending]
267#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
268#1 [string] 083143582473 [Sending]
269#1 [string] 083143582473 [Sending]
270#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
271#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
272#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
#273#1 [string] 083143582473 [Sending]
274#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
275#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
276#1 [string] 083143582473 [Sending]
277#1 [string] 083143582473 [Sending]
^[[F278#1 [string] 083143582473 [Sending]
279#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
280#1 [string] 083143582473 [Sending]
281#1 [string] 083143582473 [Sending]
282#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
283#1 [string] 083143582473 [Sending]
^[[F284#1 [string] 083143582473 [Sending]
285#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
286#1 [string] 083143582473 [Sending]
287#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
288#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
289#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
290#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
291#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
292#1 [string] 083143582473 [Sending]
293#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
294#1 [string] 083143582473 [Sending]
295#1 [string] 083143582473 [Sending]
296#1 [string] 083143582473 [Sending]
297#1 [string] 083143582473 [Sending]
298#1 [string] 083143582473 [Sending]
299#1 [string] 083143582473 [Sending]
300#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
301#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
302#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
303#1 [string] 083143582473 [Sending]
304#1 [string] 083143582473 [Sending]
305#1 [string] 083143582473 [Sending]
306#1 [string] 083143582473 [Sending]
307#1 [string] 083143582473 [Sending]
308#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
309#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
310#1 [string] 083143582473 [Sending]
311#1 [string] 083143582473 [Sending]
312#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
313#1 [string] 083143582473 [Sending]
314#1 [string] 083143582473 [Sending]
315#1 [string] 083143582473 [Sending]
316#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
317#1 [string] 083143582473 [Sending]
318#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
319#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
320#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
321#1 [string] 083143582473 [Sending]
322#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
323#1 [string] 083143582473 [Sending]
324#1 [string] 083143582473 [Sending]
325#1 [string] 083143582473 [Sending]
326#1 [string] 083143582473 [Sending]
327#1 [string] 083143582473 [Sending]
328#1 [string] 083143582473 [Sending]
329#1 [string] 083143582473 [Sending]
330#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
331#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
332#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
333#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
334#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
335#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
336#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
337#1 [string] 083143582473 [Sending]
338#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
339#1 [string] 083143582473 [Sending]
340#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
341#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
342#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
343#1 [string] 083143582473 [Sending]
344#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
345#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
346#1 [string] 083143582473 [Sending]
347#1 [string] 083143582473 [Sending]
348#1 [string] 083143582473 [Sending]
349#1 [string] 083143582473 [Sending]
350#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
351#1 [string] 083143582473 [Sending]
352#1 [string] 083143582473 [Sending]
353#1 [string] 083143582473 [Sending]
354#1 [string] 083143582473 [Sending]
355#1 [string] 083143582473 [Sending]
356#1 [string] 083143582473 [Sending]
357#1 [string] 083143582473 [Sending]
358#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
359#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
360#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
361#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
362#1 [string] 083143582473 [Sending]
363#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
364#1 [string] 083143582473 [Sending]
365#1 [string] 083143582473 [Sending]
366#1 [string] 083143582473 [Sending]
367#1 [string] 083143582473 [Sending]
368#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
369#1 [string] 083143582473 [Sending]
370#1 [string] 083143582473 [Sending]
371#1 [string] 083143582473 [Sending]
372#1 [string] 083143582473 [Sending]
373#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
374#1 [string] 083143582473 [Sending]
375#1 [string] 083143582473 [Sending]
376#1 [string] 083143582473 [Sending]
377#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
378#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
379#1 [string] 083143582473 [Sending]
380#1 [string] 083143582473 [Sending]
381#1 [string] 083143582473 [Sending]
382#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
383#1 [string] 083143582473 [Sending]
384#1 [string] 083143582473 [Sending]
385#1 [string] 083143582473 [Sending]
386#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
387#1 [string] 083143582473 [Sending]
388#1 [string] 083143582473 [Sending]
389#1 [string] 083143582473 [Sending]
390#1 [string] 083143582473 [Sending]
391#1 [string] 083143582473 [Sending]
392#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
393#1 [string] 083143582473 [Sending]
394#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
395#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
396#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
397#1 [string] 083143582473 [Sending]
398#1 [string] 083143582473 [Sending]
399#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
400#1 [string] 083143582473 [Sending]
401#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
402#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
403#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
404#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
405#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
406#1 [string] 083143582473 [Sending]
407#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
408#1 [string] 083143582473 [Sending]
409#1 [string] 083143582473 [Sending]
410#1 [string] 083143582473 [Sending]
411#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
412#1 [string] 083143582473 [Sending]
413#1 [string] 083143582473 [Sending]
414#1 [string] 083143582473 [Sending]
415#1 [string] 083143582473 [Sending]
416#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
417#1 [string] 083143582473 [Sending]
418#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
419#1 [string] 083143582473 [Sending]
420#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
421#1 [string] 083143582473 [Sending]
422#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
423#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
424#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
425#1 [string] 083143582473 [Sending]
426#1 [string] 083143582473 [Sending]
427#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
428#1 [string] 083143582473 [Sending]
429#1 [string] 083143582473 [Sending]
430#1 [string] 083143582473 [Sending]
431#1 [string] 083143582473 [Sending]
432#1 [string] 083143582473 [Sending]
433#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
434#1 [string] 083143582473 [Sending]
Warning: Undefined array key 2 in /data/data/com.termux/files/home/prank/wa.php on line 19
Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /data/
data/com.termux/files/home/prank/wa.php on line 19
https://colab.research.google.com/drive/1_6IOhmF8MNF4PQwTG7EZYMFCmQp4WuJu#scrollTo=9ZmKoxJV1w8U
please post this content. most information submitted by your informants is false. im working on correcting the information. again, please read and stop targeting people.
def generate_llm_response(messages, processed_results) -> str:
SYSTEM_PROMPT = """You're an AI assistant that writes technical documentation. You can search a vector store for
information relevant to the user's query. Use the provided vector store results to inform your response, but don't
mention the vector store directly."""
vs_results = "\n=========\n".join(
[f"{result.get('chunk_text', 'No text available')}" for result in processed_results]
)
messages = [
{"role": "system", "content": SYSTEM_PROMPT},
*messages,
{
"role": "system",
"content": f"User query: {messages[-1]['content']}\n\nRelevant information:\n{vs_results}",
},
]
return inference.completions(model="qwen2p5-72b-instruct", messages=messages, max_tokens=16000)
search_query = "example search query"
client_config = ClientConfig(base_url=CONFIG.nearai_hub.base_url, auth=CONFIG.auth)
inference = InferenceRouter(client_config)
vector_results = inference.query_vector_store(vs.id, search_query)
processed_results = process_vector_results([vector_results])
llm_response = generate_llm_response(messages, processed_results)
print(llm_response["choices"][0]["message"]["content"])
is an infornant
This PR fixes #12803 by supporting short multiline messages in SD. For example, it makes !!/location<NEWLINE>Hello
work.
The issue was short multiline messages start with <div class='full'>
, which SD doesn't know to remove. As a result, it doesn't see the message as starting with either !!/
or sdc
and ignores the messages. There's multiple ways to handle the ending </div>
(see this Stack Overflow question). I opted to use a bool
variable, but I'm happy to go with something else too.
Originally posted by @CoconutMacaroon in Charcoal-SE/SmokeDetector#13797
A declarative, efficient, and flexible JavaScript library for building user interfaces.
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
An Open Source Machine Learning Framework for Everyone
The Web framework for perfectionists with deadlines.
A PHP framework for web artisans
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
Some thing interesting about web. New door for the world.
A server is a program made to process requests and deliver data to clients.
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
Some thing interesting about visualization, use data art
Some thing interesting about game, make everyone happy.
We are working to build community through open source technology. NB: members must have two-factor auth.
Open source projects and samples from Microsoft.
Google ❤️ Open Source for everyone.
Alibaba Open Source for everyone
Data-Driven Documents codes.
China tencent open source team.