banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Messages posted by: vkt  XML
Profile for vkt Messages posted by vkt [ number of posts not being displayed on this page: 0 ]
 
theo ví dụ này chắc chắn được
( còn nếu bạn vẫn nói không được tôi chịu không giúp gì hơn được nữa )
Code:
<?php
$file = "D:/VertriServ/VertrigoServ/www/Chuong 6/readme.txt";
$handle= @fopen($file,"r");
if ($handle) {
echo "<b>Processing...</b><br />";
while (!feof($handle)) {
$buffer = fgets($handle, 1000);
echo $buffer;
}
fclose($handle);
echo "<br />Read file sucessfull!";
}
else
{
echo "Can't open file: ".$file."<br />";
echo "Please try again later!";
exit;
}
?>
Thay
D:\VertriServ\VertrigoServ\www\Chuong 6\readme.txt 


Bằng
D:/VertriServ/VertrigoServ/www/Chuong 6/readme.txt 



Mình viết lại

Code:
<?php
$file = "D:/VertriServ/VertrigoServ/www/Chuong 6/readme.txt";
$handle= @fopen($file,"r");
if ($handle) {
echo "<b>Processing...</b><br />";
while (!feof($handle)) {
$buffer = fgets($handle, 1000);
echo $buffer;
}
fclose($handle);
echo "<br />Read file sucessfull!";
}
else
{
echo "Can't open file: ".$file."<br />";
echo "Please try again later!";
exit;
}
?>
Hix, server vẫn phải là $Server = "192.168.1.68";

Cái ở trên có nghĩa là user demo được phép truy cập vào server 192.168.1.68 tại địa chỉ ip 192.168.1.66

Lưu ý: việc tạo tài khoản thực hiện trên máy cài MySQL Server (192.168.1.68)
Mặc định các user của MySQL chỉ login được vào từ localhost mà localhost của bạn ở đây là 192.168.1.68

vì vậy ta phải tạo 1 tài khoản để kết nối từ bên ngoài localhost

như ví dụ ở trên tôi tạo 1 tài khoản mysql tên là "demo" và được phép truy cập vào mysql server từ địa chỉ 192.168.1.66 với mật khẩu là "password"


thank anh conmale

vì khi forum sử dụng 2 ngôn ngữ, cái option language của em nó là null nên nó không nhận ra, chỉnh lại đã xong
Add 1 user theo ví dụ sau

CREATE USER 'demo'@'192.168.1.66' IDENTIFIED BY 'password';

GRANT USAGE ON * . * TO 'demo'@'192.168.1.66' IDENTIFIED BY 'password' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ; 


Nhớ add quyền cho user này truy xuất database của bạn.
Em thử rồi anh à, clear cahce, dns, hôm trước có setup lại máy tính, vẫn bị như vậy, em cũng thấy hơi kỳ, vì nếu mà lỗi diện rộng thì nhiều người đã phản hồi lại rồi.

conmale wrote:
Không phải "lỗi" của diễn đàn mà là "lỗi" của chất lượng đường truyền của người dùng. 


xin lỗi anh conmale cái này chắc là không đúng rồi, nhìn vào hình anh sẽ thấy chỉ có 1 số icon bị mất mà số icon khác vẫn hiển thị, lỗi này em đã bị hơn 1 tuần rồi, mạng của em vào các site khác vẫn ok, không lẽ nó chỉ chậm với HVA ?

đến thời điểm em biết bài này vẫn bị hiện tượng đó.

tại sao lỗi chất lượng đường truyền mà những icon hiển thị được

thì link nó như thế này

/hvaonline/templates/viet/images/icon_mini_profile.gif 


còn những file không hiện thị nó lại thêm 1 "/" vào mà chỉ bị cố định ở 1 số icon như trên hình, không thay đổi.

/hvaonline/templates/viet/images//reply.gif 



Lỗi đường truyền của em mà nó biên dịch sai mã trang web như vậy thì cũng thấy hơi lạ
bản .msi thường dùng vơi IIS, vì nó qua 1 lần packet thành file setup nữa nên nó nặng hơn file .zip
Mình dùng IE7 nó bị mất cái này "vi_VN" nên ko hiển thị được
Vậy bạn hãy download php bản zip trên php.net về rồi unzip lại xem sao



Mình đã thử truy cập trực tiếp vào những link icon bị đánh dấu chéo đỏ đó đều báo lỗi 404

một số link ra như thế này

/hvaonline/templates/viet/images//read.gif 


/hvaonline/templates/viet/images//post.gif 


đã thử bỏ 1 "/" vẫn báo lỗi 404

Mở file php.ini

tìm đến đoạn extension_dir = để khai báo foder ext

ví dụ

extension_dir ="X:\Path\php\ext"

tìm đến các dòng

;extension=php_mbstring.dll
;extension=php_mysql.dll
;extension=php_mysqli.dll

bỏ dấu ";" trước dòng đó đi, save và khởi động lại Apache

Note : tên folder dài quá 8 ký tự sẽ gây ra lỗi, tốt nhất là setup folder php tại thư mục gốc ví dụ : c:\php hoặc d:\php
Đây là 1 API do 1 tay người Iran viết khá lâu rồi

có thể download tại đây:

http://www1.giaitri24h.mobi/wap.inc.rar 



Demo tại đây

http://www1.giaitri24h.mobi/ywap/ 


Code để gọi api như sau

Code:
<?php
include("wap.inc.php");
$ym=new Ymess();
$username = "";
$password = "";
$status = "";
$friend = "";
$message = "";
list($MyCid,$MyWid,$MySid,$MyIntl,$MyCookie,$MyWapHost,$logged)=$ym->LoginWap($username,$password,'login.yahoo.com','us.m.yahoo.com',$status,$friend,$message);
?>


cái này có thể gửi 1 msg đến 1 nick yahoo khác, nhìn vào code chắc cũng dễ hiểu
Mình đang cần tài liệu để phân tích và đọc dữ liệu của packet, ai có share cho mình nha!

cảm ơn trước.
Hiện nay đã có rất nhiều trang webcam check nick Y!M, mình tìm được 1 trang check Y!M có cả check webcam rất hay.

Mọi người vào thử nhé.

Code:
http://www1.giaitri24h.mobi/ym/
Bạn có thể đăng ký 1 subdomain tại dyndns.org, hỗ trợ Dynamic IP rất tốt.
Loại Modem bình dân này không có chức năng đó đâu bạn.
đến bây giờ pavietnam.net và .com vẫn trỏ qua 5giay



GOOGLE HATES YOU...

Or That's What Some Of The So-Called "Gurus"
Want You To Believe.

... But The Truth Is That Those Who Have Been
Following My Instructions Are Still Raking In Massive
Passive Income By Claiming Their Piece Of The
$3.2 BILLION Dollar Google Cash Machine  


Download
http://www.ziddu.com/download.php?uid=ba6hlpanaKqbmpentqyZlJyiaLCWlp2r8 
http://www.ziddu.com/download.php?uid=aKqclJiqZ6qhnJSltKyZlJyiZrCWlp2p6 



Paperback: 384 pages
Publisher: For Dummies; Pap/Cdr edition (April 30, 2007)
Language: English
ISBN-10: 0470125055
ISBN-13: 978-0470125052

Product Description
What has made Ubuntu the most popular Linux distribution in recent years? It's the emphasis on ease of installation and use. It gets even easier when paired with Ubuntu Linux For Dummies. This friendly reference shows you how to run Ubuntu directly from CD-ROM and install it on a PC as a personal workstation and network server. You’ll find out how to download Ubuntu and start using it right away.

You'll also discover how to:
*Connect to a LAN via a wireless and Ethernet
*Use OpenOffice.org and Mozilla Firefox drawing and editing
*Tap into multimedia, graphics and other applications using Ubuntu
*Create services for a home or small business network
*Generate and manage web pages, print services, and more
*Find helpful information about Ubuntu and Linux
*Troubleshoot and fix problems

"Ubuntu" means "humanity toward others." Operating system guidebooks don’t get any more humane than Ubuntu Linux For Dummies.

Set up a workstation, connect to a wireless network, get online, and more
Ubuntu is about community — in this case, the Linux community, which is pretty friendly. So is this book, and it will have you up and running with Ubuntu in no time. You'll not only discover how to use the live version, but also how to install it permanently, use Ubuntu for daily work, and even play with multimedia.

*Try Ubuntu without permanently installing it
*Connect to a network via dialup or broadband
*Explore the GNOME® graphical desktop environment
*Set up calendars and e-mail clients
*Listen to MP3 and live Internet audio

Get acquainted with Ubuntu and taste the freedom

http://www.ziddu.com/download.php?uid=Z6udlZatbrKgmZTzaKqZnJGlbKebnZuqZw%3D%3D6 



Wiley Publishing, Inc.
by Brian Komar, Ronald Beekelaar, and Joern Wettern,PhD
Library of Congress Control Number: 2003101908
ISBN: 0-7645-4048-3
434 Pagse - {PDF}



What an amazing world we live in!

Almost anything you can imagine can be researched, compared, admired, studied, and in many cases, bought, with the click of a mouse.
The Internet has changed our lives, putting a world of opportunity before us.
Unfortunately, it has also put a world of opportunity into the hands of those whose motives are less than honorable.
A firewall, a piece of software or hardware that erects a barrier between your computer and those who might like to invade it, is one solution.

If you’ve been using the Internet for any length of time, you’ve probably received some unsavory and unsolicited e-mail.
If you run a business, you may be worried about the security of your data and your customers’ privacy.

At home, you want to protect your personal information from identity thieves and other shady characters.

“Firewalls For Dummies®” will give you the lowdown on firewalls, then guide you through choosing, installing, and configuring one for your personal or bus iness network.

“Firewalls For Dummies®” helps you understand what firewalls are, how they operate on different types of networks, what they can and can’t do, and how to pick a good one (it’s easier than identifying that perfect melon in the supermarket.)

You’ll find out about Developing security policies.
Establishing rules for simple protocols.
Detecting and responding to system intrusions.
Setting up firewalls for SOHO or personal use.
Creating demilitarized zones.
Using Windows or Linux as a firewall.
Configuring ZoneAlarm, BlackICE, and Norton personal firewalls.
Installing and using ISA server and FireWall-1

With the handy tips and hints this book provides, you’ll find that firewalls are nothing tofear - that is, unless you’re a cyber-crook!
You’ll soon be able to keep your data safer, protect your family’s privacy, and probably sleep better, too.

Download:
http://www.ziddu.com/download.php?uid=ba%2Bhl5qtbrCclJmltqyZlJyiaLCWlp2p8 

Nếu nhập đúng mã Serial trên thẻ thì bạn đã hoàn tất việc đăng ký bản quyền BKAV Pro không kể Online hay Offline,

Nhưng nếu bạn sử dụng tính năng Live Update lúc này BKAV Pro sẽ đối chiếu Serial của bạn với danh sách Serial trên Server của BKIS, nếu đúng nó sẽ cho bạn check và download bản update mới về, nếu sai nó sẽ đưa ra cảnh báo.
 

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|