B / Y / U / S
HOME À¥ È£½ºÆÃ µµ¸ÞÀÎ ¸Å´º¾ó °í°´Áö¿ø ¼³Á¤Á¤º¸ °èÁ¤½Åû 2025-04-24 Thursday 
À¥ È£½ºÆÃ
# °øÁö »çÇ×
# ÀÚÁÖ ¹¯´Â Áú¹®
# Áú¹®°ú ´äº¯
# °¡ÀÔ ¹®ÀÇ
Ä¿¹Â´ÏƼ
# ÀÚÀ¯°Ô½ÃÆÇ
# ¸®´ª½ºÆÁ
# ¾ÆÀÌÅ¥ Å×½ºÆ®
# ³»È¨ ¼Ò°³
# °Ö·¯¸®
# ÀÚ·á½Ç

  Áú¹®°ú ´äº¯
* ¸Å´º¾ó°ú ÀÚÁÖ ¹¯´Â Áú¹®À» ¸ÕÀú È®ÀÎ ÇϽðí, Áú´ä °Ô½ÃÆÇ¿¡¼­ °Ë»öÈÄ Áú¹®¹Ù¶ø´Ï´Ù.
* Áú¹®½Ã¿¡´Â ÀÚ½ÅÀÇ °èÁ¤ ¾ÆÀ̵ð¿Í ȨÁÖ¼Ò¸¦ ÇÊÈ÷ ³²°ÜÁֽñ⠹ٶø´Ï´Ù.
* ¿¡·¯·Î ÀÎÇÑ ¹®Àǽà ¿¡·¯¸Þ¼¼Áö¸¦ ÇÊÈ÷ ÇÔ²² ³²°ÜÁֽñ⠹ٶø´Ï´Ù.
* Áú´ä °Ô½ÃÆÇÀº °ø°³°Ô½ÃÆÇÀ¸·Î °èÁ¤ ºñ¹Ð¹øÈ£ Á¤º¸¸¦ ³²±â½Ã¸é ¾ÈµË´Ï´Ù.
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.

[ °ü·Ã±Û ]


1777 [Q]Bookmarker error message..  wyjang  2002.08.31  ...42 
  ´äÀå Re: [Q]Bookmarker error message..  Ç®ºñ´©  2002.08.31  ...54 
  ´äÀå Re^2: [Q]Bookmarker...[Âü°í] Ȥ½Ã »ç¿ëÇϽà wyjang  2002.08.31  ...46 
Regist Addr [ 199.77.204.91 ] ¸ñ·Ïº¸±â À­±Û ¾Æ·§±Û ±Û¾²±â ´äÀå¾²±â ¼öÁ¤ »èÁ¦
Á¤±ÔÇ¥Çö½Ä [ »ó¼¼ °Ë»ö ]
Page Loading [ 0.38 Sec ] SQL Time [ 0.36 Sec ]

Copyleft 1999-2025 by JSBoard Open Project
Theme Designed by IDOO And follow GPL2

°³ÀÎÁ¤º¸ Ãë±Þ¹æÄ§ ÀÌ¿ë ¾à°ü »çÀÌÆ® ¸Ê ¾îµå¹Î °ü¸®