|
|
|
Áú¹®°ú ´äº¯
|
|
* ¸Å´º¾ó°ú ÀÚÁÖ ¹¯´Â Áú¹®À» ¸ÕÀú È®ÀÎ ÇϽðí, Áú´ä °Ô½ÃÆÇ¿¡¼ °Ë»öÈÄ Áú¹®¹Ù¶ø´Ï´Ù.
* Áú¹®½Ã¿¡´Â ÀÚ½ÅÀÇ °èÁ¤ ¾ÆÀ̵ð¿Í ȨÁÖ¼Ò¸¦ ÇÊÈ÷ ³²°ÜÁֽñ⠹ٶø´Ï´Ù.
* ¿¡·¯·Î ÀÎÇÑ ¹®Àǽà ¿¡·¯¸Þ¼¼Áö¸¦ ÇÊÈ÷ ÇÔ²² ³²°ÜÁֽñ⠹ٶø´Ï´Ù.
* Áú´ä °Ô½ÃÆÇÀº °ø°³°Ô½ÃÆÇÀ¸·Î °èÁ¤ ºñ¹Ð¹øÈ£ Á¤º¸¸¦ ³²±â½Ã¸é ¾ÈµË´Ï´Ù.
|
Read Reply from No. 1777 article |
2002-08-31 13:34:49 |
|
|
|
|
NickName |
wyjang |
Subject |
Re^2: [Q]Bookmarker...[Âü°í] Ȥ½Ã »ç¿ëÇϽ÷Á¸é... |
|
|
¹«Ã´ ´äÀåÀ» »¡¸®ÇϽô±º¿ä.
bookmarker program ÀÇ index.php3 ºÎºÐÁß quota °Ë»çºÎºÐÀ» »©°í ÇϴϵǴ±º
¿ä. ±× °Ë»ç°¡ ÇʼöÀûÀÎ Áö´Â ¸ð¸£Áö¸¸ ¿©ÇÏÆ° ´Ù¸¥ °÷¿¡¼ »ç¿ëÇÏ´Â °Í°ú °°
ÀÌ ±â´ÉÀÌ Àß µÇ´Â ±º¿ä.
Á»´õ ÇØº¸¸é Ȥ½Ã ¾î¶²Çö»óÀÌ ÀϾÁö ¸ð¸£Áö¸¸...
Àü php´Â ¸ð¸¨´Ï´Ù.
PHP Àß ¾Æ½Ã´Â ºÐÁß QUOTA °Ë»ç »èÁ¦°¡ ½É°¢ÇÑ ¿À·ù¸¦ ¹ß»ý ½Ã۸é ÄÚ¸àÆ®¸¦
¿Ã·ÁÁÖ¼¼¿ä.... ¼²ºÎ¸¥ ¼öÁ¤À¸·Î ÀÎÇÑ Å¸ÀÎÀÇ ½Ç¼ö¹æÁö¸¦ À§ÇØ...
<<¿©ÇÏÆ° ... ÇöÀç±îÁöÀÇ Áö½ÄÀ¸·Î ±×³É »ç¿ëÇÏ·Á¸é.......>
[Âü°í]
index.php3 ºÎºÐÀÇ ÀϺθ¦ ÄÚ¸àÆ® ó¸®Çϰí ÇÏ¸é µË´Ï´Ù.
(ÇÁ·Î±×·¥À» ¾Ë°í °íÄ£°ÍÀÌ "Àý´ë" ¾Æ´Ï¹Ç·Î Â÷ÈÄÀÇ ¿¡·¯ µîÀº º¸À司ÇÔÀ» ¾Æ
½ÃÁÒ:-))
I think the following bookmarker program is cool.
[bookmarker] http://renaghan.com/pcr/bookmarker.html
When you install it, please read the README file.
And...
1. create tables for bookmarkers in my db.
$ mysql -uACCOUNT -pPASSWORD DB_ID <./lib/db/create_db.mysql
ACCOUNT = your web_hosting(db) account
PASSWORD = password to access the your db.
DB_ID = db name ( DB_ID is the same as the ACCOUNT if you are just
user in byus.net)
Notice: There is no space between -u and ACCOUNT.
2. comment the following part in index.php3
to avoid magic_quota error..............
[Line number]
11 # test for proper PHP config
12
13 # ===== commented by ME ============================= Start ===
14 # if (!isset($HTTP_GET_VARS)) {
15 # $phpE = "<br>Turn on track_vars in your php or apache config
file.";
16 # }
17 # if (get_magic_quotes_gpc() == 1) {
18 # $phpE .= "<br>Turn magic_quotes_gpc OFF in your php or apache
config file.";
19 # }
20 # if (get_magic_quotes_runtime() == 1) {
21 # $phpE .= "<br>Turn magic_quotes_runtime OFF in your php or
apache config file.";
22 # }
23 # if (!empty($phpE)) {
24 # print("<html><head><title>bookmarker PHP Configuration
Error</title></head><body
25 # bgcolor=white><h1>bookmarker PHP Configuration
Error</h1><p><font color=red><strong>$phpE</strong>
</font></body></html>");
26 # exit;
27 # }
28 # ===== commented by ME ============================= End ===
3. Access to index.php3
Good luck.
[ °ü·Ã±Û ]
|
|
Page Loading [ 0.61 Sec ]
SQL Time [ 0.58 Sec ]
|
|
|