<![CDATA[Messages posted by "jpg"]]> /hvaonline/posts/listByUser/126164.html JForum - http://www.jforum.net Re: Help : Viết Com không hoạt động The buttons on the toolbar are designed to work with the form named adminForm. Since this screen does not have a form yet, clicking on any of the buttons will result in a JavaScript error. Once adminForm is added with the hidden variable task, the buttons will function as expected   ]]> /hvaonline/posts/preList/16835/101303.html#101303 /hvaonline/posts/preList/16835/101303.html#101303 GMT Re: Help : Viết Com không hoạt động

canh_nguyen wrote:
Bồ viết cho version nào của joomla vì viết cho 1.0.x khác chút với 1.5. Nếu 1.0.x thì tớ có thể giúp được còn 1.5 chưa chơi, đợi nó ra chính thức rồi nhảy vào chưa muộn :D. 
:) Đi trước đón đầu ngay chứ lại bạn ơi , nó đang ở bản JOOMLA 1.5 RC mình cứ luyện đến khi nó ra đến bản State thì võ công đã đủ để đem đi kiếm money nuôi thân chứ lại ... ]]>
/hvaonline/posts/preList/16835/101127.html#101127 /hvaonline/posts/preList/16835/101127.html#101127 GMT
Help : Viết Com không hoạt động Code:
<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

$task = JRequest::getCmd('task');

print "abc".$task;

switch ($task)
{
	
	case 'add':
		
		print "Test";
		
		break;
		
	default:
		
		print "Demo";

		break;
		
}

?>
+toolbar.lienhe.php Code:
<?php

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

class TOOLBAR_lienhe
{
	function _DEFAULT(){
	
		JToolBarHelper::title(JText::_('Hello world'));
		JToolBarHelper::addNew();
		JToolBarHelper::editList();
		JToolBarHelper::deleteList();
		JToolBarHelper::publish();
		JToolBarHelper::unpublish();

		
	}
	function _New(){
				
		JToolBarHelper::save();
		JToolBarHelper::apply();
		JToolBarHelper::cancel();
		
	}
	
	
}


?>
admin.lienhe.php Code:
<?php

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

$task = JRequest::getCmd('task');

print "abc".$task;

switch ($task)
{
	
	case 'add':
		
		print "Test";
		
		break;
		
	default:
		
		print "Demo";
		
		break;
		
	
}


?>
Vấn đề xảy ra là khi mình bấm ào nút New tại sao nó ko nhảy vào phần sử lí của nút NEW .... Thông cảm mình mới làm quen với Joomla ...]]>
/hvaonline/posts/preList/16835/101000.html#101000 /hvaonline/posts/preList/16835/101000.html#101000 GMT
Làm thế nào Debug Javascript /hvaonline/posts/preList/16786/100607.html#100607 /hvaonline/posts/preList/16786/100607.html#100607 GMT Re: Vbulletin All Hacks & All Skins Collection 2007 /hvaonline/posts/preList/16084/96453.html#96453 /hvaonline/posts/preList/16084/96453.html#96453 GMT Re: cho em hỏi về lỗi session trong php

learn2hack wrote:
Lỗi: Không thể gửi session cookie - headers đã được gửi. Lỗi xảy ra khi dùng 1 hàm nào đó để gửi thông tin ra màn hình, hay đi bất cứ đâu (như echo) trước khi dùng hàm session_start(). Khắc phục lỗi này bằng cách đưa hàm sesion_start() lên đầu chương trình. 
:) Theo tớ thi không phải như vậy đâu , đây là việc sử dụng hàm header() trong php để thực hiện việc wwwect nhưng trước hàm header đó lại có lệnh print dẫn đến xảy ra lỗi như vậy thế thôi chứ chả phải lỗi Session gì đâu bạn có thể tham khảo vấn đề đó tại đây : Code:
http://www.php-scripts.com/20050922/24/
hay thông tin thêm tại : Code:
http://www.php.net/header
Thêm vào đó như ban l2h đã nói thì trước mỗi file *.php khi có sử dụng session thì phải khởi động session_start(); cho nó (Nếu Server đã hỗ trợ thì thôi) nhưng nếu đã gọi session_start() thì nó phải trước tất cả các lệnh của chương trình ... ]]>
/hvaonline/posts/preList/15898/95362.html#95362 /hvaonline/posts/preList/15898/95362.html#95362 GMT
Cần trợ giúp về phép lặp while trong PHP

Huyxvn wrote:
Sau khi đã truy xuất và lấy đc dữ liệu trong mySQL, em dùng hàm này để lặp các giá trị
while ($row = $db->sql_fetchrow($result)) { $catid = intval($row['catid']); $parentid = $row['parentid']; $title = $row['title']; $boxstuff .= "<div class=\"content\" onclick=\"SwitchMenu('sub$i')\">$title</div>\n";  
Em muốn mỗi lần lặp thì $i sẽ tăng thêm một giá trị, có cách nào ko ạ. Mong các bác chỉ dùm em 
Code:
$i=0;
while ($row = $db->sql_fetchrow($result)) {
$catid = intval($row['catid']);
			$parentid = $row['parentid'];
            $title = $row['title'];
			$boxstuff .= "<div class=\"content\" onclick=\"SwitchMenu('sub[b]$i[/b]')\">$title</div>\n";
$i++;
ok không bạn]]>
/hvaonline/posts/preList/14357/85711.html#85711 /hvaonline/posts/preList/14357/85711.html#85711 GMT
Xin Component Joomla for Hotel Alberghi Download 32 votes - 12 reviews Alberghi component it's a fork of Accombo for management of Hotel, Camping ecc. ecc. This new release 2.1 is compatible with RG_emulation O and global off Component component Module module Plugin plugin Language language GNU GPL | http://alberghi.joomlaitalia.com | Updated 148 days ago  Đã sử dụng qua con này rồi nhưng không thấy hay lắm ]]> /hvaonline/posts/preList/13156/78157.html#78157 /hvaonline/posts/preList/13156/78157.html#78157 GMT Howto : Cài đặt Zend Framework trên Zendstudio /hvaonline/posts/preList/11799/68272.html#68272 /hvaonline/posts/preList/11799/68272.html#68272 GMT Có vấn đề với ER/Studio
Các bước em đã thử :
1.Đã thử cài lại xem có lỗi không ! (Ko hiệu quả ) 2.Đã thử đem sang máy khác cài thử có Mysql nhưng vẫn không ăn thua  
Các bác đưa ra giải pháp gì giúp em với đang bí , nếu 10 -20 bảng thì ko nói làm gì chứ đằng này 40 bảng mà em tạo bằng tay chắc chết ]]>
/hvaonline/posts/preList/9911/56967.html#56967 /hvaonline/posts/preList/9911/56967.html#56967 GMT
Re: Ai có code Upload file len host thì share tui với class.upload.php upload.jpg This PHP script uploads files and manipulates images very easily. The perfect script to generate thumbnails or create a photo gallery! It can convert, resize and work on uploaded images in many ways, add labels, watermarks and reflections and other image editing features. It uses the GD library. This script is released under the GNU GENERAL PUBLIC LICENSE Version 2. download v0.23 license docs source version 0.23 released! Version 0.23 has been released, to fix a bug introduced in 0.22. If version 0.19 introduced many more features, such as image contrast, brightness, tint, color overlay, flip, rotation... addition of text within the image, all configurable... watermarks... and the possibility to work on local files, version 0.20 went further: cropping, borders, frames, graphic filters such as greyscale, negative, threshold filter, but also some more comprehensive error messages, and automatic gestion of file creation and permissions. version 0.21 brought some more feature such as smart cropping. version 0.22 adds web 2.0 style of reflections, more cropping and text capabilities, and support for open_basedir. Check out some demo samples. What is it? An example will be more useful than any blurb I can write : $foo = new Upload($_FILES['form_field']); if ($foo->uploaded) { // save uploaded image with no changes $foo->Process('/home/user/files/'); if ($foo->processed) { echo 'original image copied'; } else { echo 'error : ' . $foo->error; } // save uploaded image with a new name $foo->file_new_name_body = 'foo'; $foo->Process('/home/user/files/'); if ($foo->processed) { echo 'image renamed 'foo' copied'; } else { echo 'error : ' . $foo->error; } // save uploaded image with a new name, // resized to 100px wide $foo->file_new_name_body = 'image_resized'; $foo->image_resize = true; $foo->image_convert = gif; $foo->image_x = 100; $foo->image_ratio_y = true; $foo->Process('/home/user/files/'); if ($foo->processed) { echo 'image renamed 'image resized', resized x=100 and converted to GIF'; $foo->Clean(); } else { echo 'error : ' . $foo->error; } } What does it actually do in this example? This example uses a file uploaded via a form. With this single file, it will : * copy the file without any modification * copy the file after having changed its name to 'foo' * copy the file, resizing it to x=100, y=auto, converting it to GIF How does it work? * the class constructor upload handles a uploaded file (it can also handle a local file) * some optional parameters can be set up to act on the file during the process * the process is called with as an argument the destination directory on the server. If some parameters have been set up, the class will rename, resize, convert files and images * when the uploaded file is not needed anymore, we can delete it using clean. Why use this class? * with one uploaded file, you can do as many copies, convertions, resizing you want. * you can resize each image dimension, or both, keeping the image ratio or not. * you can choose to resize an image only if it is bigger -or smaller- than the wanted sizes * you can manipulate the image in many ways, play with colors, add borders, labels and watermarks... * its use is simplistic but powerful * more than 60 documented configuration settings * a lot of variables are set up during the process. You can retrieve all these values after a process. * error messages are understandable, and a variable log allows you to see what the class does. * it is already widely used on Internet * it is free :) Is it out there on Internet? class.upload.php is featured on HotScripts. If you like the script, please rate it or write a review for it. You can find it here : http://www.hotscripts.com/Detailed/45364.html class.upload.php is featured on PHP Classes. If you like the script, please rate it there. You can find it here : http://www.phpclasses.org/browse/package/2181.html class.upload.php is featured on Freshmeat. If you like the script, please rate it there. You can find it here : http://freshmeat.net/projects/class_upload_php/ Commercial licenses Commercial licenses are available here.   Code:
Source : http://www.verot.net/php_class_upload.htm
Hy vong bạn thích nó ! Thân ]]>
/hvaonline/posts/preList/9686/56883.html#56883 /hvaonline/posts/preList/9686/56883.html#56883 GMT
Re: Session được lưu ở đâu?

stupidmistakez wrote:
Ok, cao thủ, mà cũng không cần cao thủ nữa ^^, giả thích dùm với :D  
Với cái kiểu này thì ? ai sẽ trả lời cho bạn
PS: dear jpg, I don't know what level you are, but just let you know something: to the point of view of an educator, what you just said (Bởi vì nó không xứng đáng được trả lời) is one of the most stupid and non-sense thing ever ;). 
Vâng tôi là người việt và tôi không biết tiếng anh ..... đừng sử dụng tiếng anh thế em sợ lắm ạ .Bạn sử dụng tiếng anh giỏi quá ạ ? Em không dám tham gia topic nữa kẻo làm loãng topic của anh ạ :lol:) ]]>
/hvaonline/posts/preList/9261/54422.html#54422 /hvaonline/posts/preList/9261/54422.html#54422 GMT
Re: Session được lưu ở đâu?

stupidmistakez wrote:
sao không thấy ai trả lời hết nhỉ?  
Bởi vì nó không xứng đáng được trả lời , nếu bạn hỏi câu như vậy thì tôi đoán rằng bạn chưa từng viết web dù chỉ là form login ]]>
/hvaonline/posts/preList/9261/54307.html#54307 /hvaonline/posts/preList/9261/54307.html#54307 GMT
có cách nào convert được file đuôi .exe thành đuôi .gz k0 ?

tuantub wrote:
khờ khờ, một chương trình không thể vừa chạy trên win và trên linux được, bác conmale nói thế rồi mà bạn vẫn không hiểu sao ? chỉ trừ phi là chương trình đấy khi được xuất bản có hai bản, một bản cho linux, một bản cho win thì bạn ở mỗi HDH cài một bản cho HDH đó là chạy được. vui vẻ 
Ai bảo bạn thế ! Java là để làm chi ? Chỉ cần có máy ảo là bạn có thể chạy trên bất cứ phần cứng hay hệ điều hành nào :wink: ]]>
/hvaonline/posts/preList/6580/53957.html#53957 /hvaonline/posts/preList/6580/53957.html#53957 GMT
Cần Tìm :Plugins for TinyMCE Code:
http://tinymce.moxiecode.com/plugins.php
Hic trình soạn thảo thì nó free còn plugin thì nó bắt thu phí ,tiền đâu ra mà mua bây giờ :cry: ,thôi đi xin vậy :lol:) ]]>
/hvaonline/posts/preList/9338/53894.html#53894 /hvaonline/posts/preList/9338/53894.html#53894 GMT
Tạo Banner đuổi nhau như vnexpress.net hoặc nhacso.net

Golden Autumn wrote:

jpg wrote:
Mình đang muốn làm những vấn đề như sau : 1.Làm thế nào để có đoạn Script tạo ra banner có thể thể chạy theo như trang nhất của vnexpress.net hoặc Nhacso.net 2.Làm thế nào để có một Banner tự động chuyển sang một ảnh khác trong 1 khoảng thời gian mà tớ đã định trước (ví dụ đang ở vị trí hiện tại là ảnh A sau khoảng 2 giây thì chuyển thành ảnh B ) 
Cái này có thể dùng phần mềm chứ không cần javascript gì cả :))  
Bạn có thể nói cho mình biết đó là phần mềm gì không GA ? ]]>
/hvaonline/posts/preList/8518/50948.html#50948 /hvaonline/posts/preList/8518/50948.html#50948 GMT
PHP vs JSP /hvaonline/posts/preList/8404/50658.html#50658 /hvaonline/posts/preList/8404/50658.html#50658 GMT Lập kế hoạch trước khi thực hiện 1 project !

Mr. dang wrote:
nãy giờ đọc toàn thấy mấy đại ca cò kè linh tinh lạc đề, quay lại chuyện chính đi em hiện là sv, đang táy máy cái php chơi, em định viết 1 cái code blog ajax, nhưng hồi giờ chưa làm trong group lần nào nên không có kinh nghiệm. mí anh nếu có thể thì giúp em một bản kế hoạch chi tiết được không, sẵn tiện để làm ví dụ luôn, chớ đọc đi đọc lại bài hướng dẫn mà em vẫn cứ thấy mơ hồ lém :) 
Sử dụng cái đầu và thứ chứa trong nó phân tích xem : 1. Bạn cần điều gì ? 2.Bạn đưa ra hướng giải quyết như thế nào ? Khi giải quyết vấn đề đó gặp khó khăn ở đâu ở chỗ nào ? Bạn đã thử tìm kiếm vấn đề đó trên internet chưa ? 3.Bạn đã giải quyết vấn đề đó như thế nào ? Gặp khó khăn ở công đoạn nào ? Khi đến giai đoạn 3 này bạn hỏi thì có lẽ theo tôi bạn sẽ nhận được câu trả lời ưng ý hơn đó ]]>
/hvaonline/posts/preList/8081/50599.html#50599 /hvaonline/posts/preList/8081/50599.html#50599 GMT
Re: Tạo Banner đuổi nhau như vnexpress.net hoặc nhacso.net http://www.wikiupload.com/download_page.php?id=111897  Comment :
http://www.wikiupload.com/comment.php?id=111897 
]]>
/hvaonline/posts/preList/8518/50030.html#50030 /hvaonline/posts/preList/8518/50030.html#50030 GMT
Tạo Banner đuổi nhau như vnexpress.net hoặc nhacso.net

canh_nguyen wrote:
@jpg : đã fix link ở bài trên bạn down về test nhé. Còn về cái mimetype kia mình không can thiệp được hehe chuyện của mấy bác quản lý. 
Cảm ơn bạn ! Mình sẽ thử , OK được rồi cảm ơn bạn ]]>
/hvaonline/posts/preList/8518/50026.html#50026 /hvaonline/posts/preList/8518/50026.html#50026 GMT
Re: 1 site kiểu như friendsreunited.com liệu có khả thi ở Việt Nam

conmale wrote:

Siêu trộm wrote:
Bên tui cũng đang làm 1 site community, dạo này thấy có vẻ xu hướng làm site community hơi "bị" nở rộ nhỉ. Ban đầu em cũng thắc mắc, nếu làm những website như thế này thì sẽ lấy lợi nhuận ở đâu để duy trì, nhưng sau khi nghe xếp phân tích thì cũng ko đến nỗi "bi quan" lắm đâu. Nếu xây dựng được 1 cộng đồng thật sự thì lợi nhuận thu được sẽ không phải là nhỏ đâu. Nhưng website cộng đồng đối với VN vẫn còn khá "hiu", hiện tại chỉ thấy có blog là nhận được sự quan tâm nhiều nhất mà thôi, còn lại thì đa số user vào lướt xem sơ qua rồi thôi, cần phải có những ý tưởng mới lạ để có thể giữ chân họ và cao hơn nữa là làm thế nào để họ vào website mỗi ngày. Quả là khó. 
Phải hiểu thông tin thế nào là có ích cho "họ" :)).  
:mrgreen: Tiếp anh ạ ! 1.Họ mong muốn điều gì ở website đó ? 2.Họ chấp nhận chi trả bao nhiêu cho mong muốn đó ? ]]>
/hvaonline/posts/preList/8046/49921.html#49921 /hvaonline/posts/preList/8046/49921.html#49921 GMT
Tạo Banner đuổi nhau như vnexpress.net hoặc nhacso.net

gsmth wrote:

jpg wrote:

canh_nguyen wrote:
@jpg : bạn down lại bằng link trên nhé, không hiểu cái host bị bệnh gì mà để file rar là nó không down mà lại đọc luôn >.< Sorry. 
1. :mrgreen: Chắc bệnh nó là bệnh không hiểu định dạng *.rar thôi hay bạn cho nó thành file Zip cũng được mà , không thì up lên bất cứ chỗ nào cho tớ cũng được mà 2.Hosting của bạn là Linux hay Window vậy ?  
Kỹ thuật gọi là chưa add mime đúng :wink:  
:mrgreen: ]]>
/hvaonline/posts/preList/8518/49850.html#49850 /hvaonline/posts/preList/8518/49850.html#49850 GMT
Tạo Banner đuổi nhau như vnexpress.net hoặc nhacso.net

canh_nguyen wrote:
@jpg : bạn down lại bằng link trên nhé, không hiểu cái host bị bệnh gì mà để file rar là nó không down mà lại đọc luôn >.< Sorry. 
1. :mrgreen: Chắc bệnh nó là bệnh không hiểu định dạng *.rar thôi hay bạn cho nó thành file Zip cũng được mà , không thì up lên bất cứ chỗ nào cho tớ cũng được mà 2.Hosting của bạn là Linux hay Window vậy ? ]]>
/hvaonline/posts/preList/8518/49815.html#49815 /hvaonline/posts/preList/8518/49815.html#49815 GMT
Tạo Banner đuổi nhau như vnexpress.net hoặc nhacso.net

nssolution wrote:
Bạn vào trang này nè http://www.dynamicdrive.com. Có đầy đủ đồ nghề về Javascript theo như bạn yêu cầu. Từ code cho đến demo free nữa, tha hồ cho bạn chọn lựa luôn. 
:mrgreen: Cảm ơn bạn đang tìm xem có cái banner chạy dọc theo kiểu vnexpress.net không ]]>
/hvaonline/posts/preList/8518/49767.html#49767 /hvaonline/posts/preList/8518/49767.html#49767 GMT
Re: Tạo Banner đuổi nhau như vnexpress.net hoặc nhacso.net

canh_nguyen wrote:
Hi có phải bạn muốn tạo cái banner chạy dọc 2 bên theo trang kể cả khi kéo trang xuống đó phải không? Nếu đúng thế thì bạn thử down http://vnsongs.com/test_vnexpress.rar về xem thử. Đó là source của vnexpress mình đã bỏ bớt những phần không cần dùng và có ghi chú trong dó. 
Tớ không thể download được bạn xem lại link chút đi ]]>
/hvaonline/posts/preList/8518/49765.html#49765 /hvaonline/posts/preList/8518/49765.html#49765 GMT
Re: Tạo Banner đuổi nhau như vnexpress.net hoặc nhacso.net /hvaonline/posts/preList/8518/49677.html#49677 /hvaonline/posts/preList/8518/49677.html#49677 GMT Tạo Banner đuổi nhau như vnexpress.net hoặc nhacso.net

gsmth wrote:
gsmth có 1 cách là sử dụng định định dạng .gif, để lưu và định thời gian cho các ảnh khác đi kèm.  
:)) Chào bạn ! Theo tớ thì không phải rồi bạn ạ ?(Câu 2) Bên vnexpress.net họ làm thế này bạn ạ Javascript tạo banner luân hồi Code:
http://vnexpress.net/Vietnam/Vi-tinh/Kinh-nghiem/2001/05/3B9B07AB/
<script language="Javascript"> <!-- // original content taken from Nic's JavaScript Page with permission // lack of these three lines will result in copyright infringment // introduced by: vnexpress.net var currentdate = 0; var core = 0; function initArray() { this.length = initArray.arguments.length; for (var i = 0; i < this.length; i++) { this[i] = initArray.arguments[i]; } } link = new initArray( "http://www.fpt.com.vn/", "http://vnexpress.net/", "http://www.fpt.vn/" ); image = new initArray( "http://vnexpress.net/vietnam/home/logo.gif", "http://vnexpress.net/vietnam/home/logo.gif", "http://vnexpress.net/vietnam/home/logo.gif" ); text = new initArray( "FPT Internet", "Trang thông tin tiếng Việt hàng đầu", "FPT Internet" ); var currentdate = new Date(); var core = currentdate.getSeconds() % image.length; var ranlink = link[core]; var ranimage = image[core]; var rantext = text[core]; document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>'); //--> </SCRIPT>  
Nhưng khi tớ thử test trên FireFox thì không thể chạy được bạn ạ ]]>
/hvaonline/posts/preList/8518/49585.html#49585 /hvaonline/posts/preList/8518/49585.html#49585 GMT
Tạo Banner đuổi nhau như vnexpress.net hoặc nhacso.net /hvaonline/posts/preList/8518/49567.html#49567 /hvaonline/posts/preList/8518/49567.html#49567 GMT muốn làm 1 cracker

shogun_vn wrote:
em muốn làm 1 cracker và rất thích crack phần mềm nhưng em chẳng biết bắt đầu từ đâu có ai biết ko chỉ cho em với em xin cám ơn 
:mrgreen: Bắt đầu từ việc đi mua phần mềm có bản quyền ]]>
/hvaonline/posts/preList/8462/49302.html#49302 /hvaonline/posts/preList/8462/49302.html#49302 GMT