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: dbvn  XML
Profile for dbvn Messages posted by dbvn [ number of posts not being displayed on this page: 0 ]
 
sao ko nén qua *.CAB giống trong win nhỉ? cái này nén cũng dzui
trời ơi, anh ma châm chơi em quá, giisp dùm em cí đi anh 2, nói én lít em chịu thua
haaaaaaaaaaaaa. tức cười thiệt
hiểu dc chút chút, học én lít dc có 3 phét thôi đó...


Error

SQL-query:

-- MySQL dump 9.07
--
-- Host: localhost Database: jforum
---------------------------------------------------------
-- Server version 4.0.12-nt

--
-- Table structure for table 'jforum_banlist'
--

DROP TABLE IF EXISTS jforum_banlist

MySQL said: You have an error in your SQL syntax near '--------------------------------------------------------- -- Server version 4.0.' at line 4


anh conmale biết lỗi gì ko? khi chạy file sql bị vậy đó
Renaming files
Now, look for a file named new_rename.htm in the root directoy. If it exists, rename it to index.htm (delete the existing index.htm first). This will make browsers to be wwwected to the forum when acessing the context path's root.



Đặt lại tên của hồ sơ mà làm không được sao?

anh conmale dịch dùm lại cho này cí, đổi tên là đổi tên cái gì ạ, đổi tên file new_remane.htm tha`nh file index.htm trong thư mục root hả anh conmale
cụ thể cấu hình ra sao? cậu đã có lòng thì giúp mình cí, bí quá

[Session]
; Handler used to store/retrieve data.
session.save_handler = files

; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored.
session.save_path = /tmp

; Whether to use cookies.
session.use_cookies = 1

dòng này cấu hình lại như thế nào
Code:
Database Configuration
First of all, you must have MySQL or PostgreSQL installed and properly configured. HSQLDB is supported as well, and has built-in support, so you don't need to download it (eg, it is an embedded database).
Open the file WEB-INF/config/SystemGlobals.properties. Now search for a key named database.driver.name and configure it according to the following table:
Database key Value
MySQL mysql
PostgeSQL postgresql
HSQLDB hsqldb
Key: database.driver.name
The default value is mysql, which means JForum will try to use MySQL. Note that the value should be in lowercase.
Next, you can tell JForum whether to use a Connection Pool or not. A connection pool will increase the performance of your application, but there are some situations where the use of a connection pool is not recommended or even possible, so you can change it according to your needs.
By default JForum uses a connection pool, option which is specified by the key database.connection.implementation. The following table shows the possible values for this key:
Connection Storage Type key Value
Pooled Connections net.jforum.PooledConnection
Simple Connections net.jforum.SimpleConnection
DataSource Connections net.jforum.DataSourceConnection
Key: database.connection.implementation
If you have chosen net.jforum.DataSourceConnection, then set the name of the datasource in key database.datasource.name, and ignore the table below. Otherwise, do the following steps:
Edit the file WEB-INF/config/database/<DBNAME>/<DBNAME>.properties, where <DBNAME> is the database name you are using - for instance, mysql, postgresql or hsqldb. In this file there are some options you should change, according to the table below:
Key Name key Value description
database.connection.username Database username
database.connection.password Database password
database.connection.host The host where the database is located
dbname The database name. The default value is jforum. All JForum tables are preceded by "jforum_", so you don't need to worry about conflicting table names.
File: WEB-INF/config/database/<DBNAME>/<DBNAME>.properties
The other properties you may leave with the default values if you don't know what to put.
Note for MySQL users
If you're going to use MySQL 4.1 or newer, please pay attention to the fact that starting from this version (the mysql version, not JForum) many architectural changes were made. By default, now the system runs using the UTF-8 character set (previous versions lack support for it), and it may result in some problems depending the way you configured JForum to connect to MySQL. Regular installations will opt to use unicode and UTF-8 as character encoding, but, when using MySQL 4.1+, you shoudl avoid id.
To do that, open the file mysql.properties and change the value of the keys "mysql.encoding" and "mysql.unicode" to empty (eg, mysql.unicode= ).
Creating the database tables
The next step is to create the tables. To do that, use the import script named "<DBNAME>_db_struct.sql", placed at WEB-INF/config/database/<DBNAME>. This script will create all necessary tables to run JForum. The script were tested and should work with no problem at all.
Also, please keep in mind that if you are upgrading JForum you need to take a look to see if a migration script exists. Look in the file named "Readme.txt" in the root directory to see.
Populating the tables
Now it is time to run the script to populate the database tables. To do that, use the script named "<DBNAME>_data_dump.sql", also located at WEB-INF/config/database/<DBNAME>. One more time, you should have no problems with this step. If you do, please remember to inform the error message, as well the database name and version you're using.
Renaming files
Now, look for a file named new_rename.htm in the root directoy. If it exists, rename it to index.htm (delete the existing index.htm first). This will make browsers to be wwwected to the forum when acessing the context path's root.
Security Information and Considerations
# Remove the line "install = net.jforum.view.install.InstallAction" from the file WEB-INF/config/modulesMapping.properties
# JForum uses a servlet mapping to invoke the pages. This mapping is *.page, and is already properly configured at WEB-INF/web.xml. If you are running JForum on a ISPs which have Apache HTTPD in front of Tomcat, you may need to contact their Technical Support and ask them to explicity enable the mapping for you.
# The directory "images", "tmp" and "WEB-INF" ( e its sub-directories ) should have write permission to the user who runs the web server. You'll get nasty exceptions if there is no write permission. In the same way, if you're going to use the file attachments support, the directoy you'd chosen to store the files ("uploads" by default) should also be writable.
# The administration interface is accessible via the link Admin Control Panel, located in the bottom of the main page. You will only see this link if you are logged as Administrator. See above the default password for the admin user:
The username is Admin and the password is admin
# This step is HIGHLY recommended: Open the file WEB-INF/config/SystemGlobals.properties and search for a key named user.hash.sequence. There is already a default value to the key, but is VERY RECOMMENDED that you change the value. It may be anything, and you won't need to remember the value. You can just change one or other char, insert some more... just type there some numbers and random characters, and then save the file. This value will be used to enhance the security of your JForum installation, and you will just need to do this step once.

sự thật thì tui ko biết thiệt mà, biết cấu hình ra sao dễ chết lắm đó chứ, anh em nào đã cài qua hd sơ sơ qua cũng dc mà
bác nào biết cách khắc phục lỗi này ko

Warning: open(/tmp\sess_bafa82a874f1ca6ccb3c590e5f279323, O_RDWR) failed: m (2) in c:\fox\www\amnhac\index.php on line 7

đã cấu hình cho music box nhưng vẫn bị y như vậ, login thì bị báo lỗi gần tương tự...
với các source music khác cũng bị y tình trạng như vậy
cái này chắc chắn là liên quan đến cái thằng cookies nhưng ko biết cách khắc phục, mong các bác chỉ giúp cho, hiii

-----
máy chạy bản fox-1 (apche, mysqlm phpmyadmin,perl ,hermes)

batigol wrote:
Vậy anh Conmale cho em hỏi chút, anh có Lang Việt của bản JS này không, cả bộ gõ nữa.Em muon test thử bản JS này có jif hay không
Thanks Conmale 

trang web này thì biết, và đã tải bản Jforum từ đó về, nhưng mà ko có thư mục install... Khunglong có link cụ thể cho xin luôn dc ko? cần gấp lắm, và nhân tiện đây cho hỏi về mod nhạc hoặc mod khác có thể vào đâi tải đây
kệ nói bậy chút có sao đâu, sống mà ko nói ra suy nghĩ của mình thì chết sướng hơn, bạn manhtien đừng nghĩ hva cao siêu đến vậy? đúng là hva có lợi thế riêng nhất định, vì sao? vì họ xài chính server của mình, và có quền root server đó... và khả năng cấu hình hệ thống chống hack hiệu quả hơn là ta xài đồ thuê và đồ free...
hình như web manhtien.kiss.to bị vi phạm điều luật gì đó của hosting bạn đang xài cũng có thể, hoặc có kẻ xấu chơi bạn cũng nên... nói chung nói tới đây thôi, biết tới đâu nói tới đó, mắc công bị cho là ... nói tầm bậy hi'c
nhưng em down về ko biết cách cài, vì ko có thư mục install và file install như trong hướng dẫn, bác giúp dùm em cài cái này với
bộ gõ HIM có sắn rồi, đã biết cách cài, em biết HVA xài forrum Java Server Pages mà heeeeee
hix... conmale thích dùng từ chính xác quá đi mất, thì ko phải bootnet thì "mạng boot client" vậy? như vậy có đúng chưa anh conmale hii, anh conmale giải thích dùm cách thức tấn công và sử dụng câu lệnh gì vậy? em mới tìm hiểu nên ko có nắm rõ từ ngữ xin anh bỏ qua cho
ko down dc godwill nen chưa thử dc, có ai có, xin cho link down coi thử nó lợi hại đến đâu
vậy xflash này có phải là cái "boot net" để tấn công DDOS ko vậy? nghe nói tên Dantruongx đã thiết lập ở vn 1 mạng lưới boot clietn khá mạnh, mà chưa hiểu hắn dùng cách gì để kết nối tất cả các client lại với nhau, xài virus thì đúng là có rồi, nhưng chưa hiểu thấu đáo, mong các cao thủ ra tay giải thích dùm đệ
mình đang rất cần bản này, bạn nào có xin share cho mình với
link die rồi bạn ơi, up dùm lại đi bạn
phần cứng + phần mềm chống DDOS tôt nhất, nen bỏ tiền ra mua các code chống DDOS của các hãng bảo mật có tiếng cho yên tâm
đúng bài, chú siêutrom này nhanh thiệt, xài bản mới cho sướng, hiện tại tui xài Orcale, làm data cho VBB, chạy tốt quá, sửa lại chút sướng thiệt , chắc chưa ai nghĩ đến xài Oracle thì phải, cài trên localhost chạy đã
nếu xài host free thì xài PBLang cho chắc, ko cần host hỗ trợ database vẫn cài dặt và sử dung bình thường, có thể vào getsource.net đê tìm down, rất dễ sư dụng, có support lang vietnam, khỏi cần pải việt hoá cho mất công.
webzip hay nhất.... xài tốt lắm
xài HIM hả, vậy còn uni thì sao? đây là bỗ gõ JFRoum, mà em down cái diễn đàn về ko có thư mục Install, nên ko biết cài kiểu sao, em down về bản JForum 2.1.6 ... xin HD dùm em, chạy trên localhost, xài apche server, hỗ trợ đầy đủ php, sql, phpmyadmin, per, asp,..
bộ gõ TV của HVA JForrum có ai biết ko?
cho link down và hướng dẫn lun nha
cái này ko có cãi nghe, mà chú ko biết cài mà có dc bản có key mới ghê, tui mới nghe đến vbb lần đầu, down về cài thử, xài cũng tạm dc, không bằng JForum của HVA này, cái này tui đang ngâm cứu coi có thể thêm mấy thứ "vớ vẩn" vào ko :d
couln't connect database hả? vậy là chú đã vào phpadmin xoá mất database sql rồi cũng nên, hoặc chưa cấu hình đúng, test lại coi. chạy rất oke
 

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