credibleforyou
Senior
em gà NFO lắm! các anh xem có thể bỏ ra chút time xuất chiêu hok!excel + notepad++ là xong @@
em gà NFO lắm! các anh xem có thể bỏ ra chút time xuất chiêu hok!excel + notepad++ là xong @@
rảnh rỗi làm thêm cái auto cho cậu lun, phắn sau :binhsua139:
http://www.mediafire.com/?s68td33hflyz56z
Ý của em là thêm http:// vào trước tên của 1 4rum hay site,blog đó! ví dụ như lúc đầu chỉ có anhyeuem.net em muốn có tool hỗ trợ chuyển thành http://anhyeuem.net ! Anh giúp em nhé, nhiều quá em ko thể paste lên trình duyệt bằng tay đc! Thank anh
ngồi hóng đợi tin bác cái nỳ e cũng cầncủa bạn đây :
http://www.mediafire.com/download.php?1mqgcfyhukkm8s2
paste text vào ô theo từng dòng nó convert thành dạng http://text cho bạn
của bạn đây :
http://www.mediafire.com/download.php?1mqgcfyhukkm8s2
paste text vào ô theo từng dòng nó convert thành dạng http://text cho bạn
thanks!của bạn đây :
http://www.mediafire.com/download.php?1mqgcfyhukkm8s2
paste text vào ô theo từng dòng nó convert thành dạng http://text cho bạn
Giỏi pascal là giỏi Cấu trúc dữ liệu dữ liệu và giải thuật. Còn mấy cái này thì bình thường chỉ đọc ghi file text thôi.pascal mà lắm trò thế, trong lớp chắc giỏi tin nhất ấy nhỉ, nhớ hồi học pascal mình còn chả biết câu nào nữa
bạn có code cái giống y chang rồi à..code xong vứt lên từ bao giờ mà ko thấy ai dùng nhỉ :-<
ở trang 2 kia kìabạn có code cái giống y chang rồi à..
bạn wave 8x code hay lắm
có ai giúp em làm phần bỏ râu ria phía sau không nhỉ
VD : mmo4vn.com/xya/xxx.index thành mmo4vn.com
và mmo4vn.com/forum/ thành mmo4vn.com
bạn hãy cho mình chính xác chuỗi bạn đang cần lấy mình sẽ giúp .
polycarbonat.ru/forum/index.php
lottosafari.bestforums.info/index.php
ural.desadov.com/index.php
albom.com.ua/forum/index.php
webfininvest.com/forum/index.php
vremya.h15.ru/phpBB2/index.php
kinorusich.ru/forum/index.php
brainattack.com.ru/index.php
sapboard.ru/forums/index.php
pcsdetalizer.msk.ru/forum/index.php
sexhex.ru/forum/index.php
forum.moto555.ru/index.php
fourzero.net/board/index.php
phytonica.ru/forum/index.php
forums.madhouse.com.ru/index.php
getty.ru/index.php
oruzhie.info/beseda/index.php
nixzone.com/forum/index.php
soundex.ru/forums/index.php
fcgp.pp.ru/forum/index.php
polycarbonat.ru
lottosafari.bestforums.info
ural.desadov.com
vân vân
bạn hãy cho mình chính xác chuỗi bạn đang cần lấy mình sẽ giúp .
nó xuất thànhCode:polycarbonat.ru/forum/index.php lottosafari.bestforums.info/index.php ural.desadov.com/index.php albom.com.ua/forum/index.php webfininvest.com/forum/index.php vremya.h15.ru/phpBB2/index.php kinorusich.ru/forum/index.php brainattack.com.ru/index.php sapboard.ru/forums/index.php pcsdetalizer.msk.ru/forum/index.php sexhex.ru/forum/index.php forum.moto555.ru/index.php fourzero.net/board/index.php phytonica.ru/forum/index.php forums.madhouse.com.ru/index.php getty.ru/index.php oruzhie.info/beseda/index.php nixzone.com/forum/index.php soundex.ru/forums/index.php fcgp.pp.ru/forum/index.php
Code:polycarbonat.ru lottosafari.bestforums.info ural.desadov.com vân vân
<?php
if($_POST['links'])
{
$lienket = $_POST['links'];
$lienket = explode("\r\n", $lienket);
for ($i=0; $i < count($lienket); $i++)
{
$phandau = explode("/", $lienket[$i]);
$phandau = $phandau[0];
echo $phandau."<br />";
$phandau = "";
}
}
else
{
echo '
<form method="POST">
Links: <br /> <textarea name="links" cols="80" rows="20"></textarea>
<br /><input type="submit">
';
}
?>