[Release]MUWeb 0.7 viết hóa + MD5 - Trang 3
Hello & Welcome to our community. Is this your first visit? Đăng Ký
Follow us on
Follow us on Facebook Follow us on Twitter Linked In Flickr Watch us on YouTube My Space Blogger
 
Trang 3 của 7 Đầu tiênĐầu tiên 1 2 3 4 5 ... CuốiCuối
Kết quả 21 đến 30 của 61
  1. #21
    Thành Viên vutuyen's Avatar
    Ngày tham gia
    Sep 2006
    Đang ở
    Vietnamese
    Bài viết
    284
    Thanks
    0
    Thanked 40 Times in 7 Posts

    Ðề: MUWeb 0.7 viết hóa + MD5

    Cho Tôi hỏi tí, tôi muốn chạy web Asp ở cổng 80 và PHP ở cổng 8080 được không?
    Khách viếng thăm hãy cùng vutuyen xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  2. #22
    Thành Viên
    Ngày tham gia
    May 2006
    Bài viết
    113
    Thanks
    0
    Thanked 3 Times in 1 Post

    Ðề: MUWeb 0.7 viết hóa + MD5

    mình đã từng thử chạy web asp và php cùng lúc đc, trên 1 cổng thôi, ko cần phải 2 cổng, trong 1 trang web ví dụ [Only registered and activated users can see links. ], [Only registered and activated users can see links. ] .
    Bạn cài đặt, config PHP bình thường, sau đó config IIS như sau (dùng với IIS thôi nha)
    Configure IIS
    For these steps, open IIS Manager
    (Start -> Control Panel -> Administrative Tools -> Internet Information Services (IIS) Manager).
    Add and allow the PHP ISAPI Extension to IIS Web Service Extensions: C:\PHP\php5isapi.dll
    When you open IIS Manager, it should connect to the local computer automatically.
    Expand the local computer in the left pane
    Click on "Web Service Extensions" in the left pane
    In the right pane, click the blue underlined text, "Add a new Web service extension..."
    Enter "PHP ISAPI Extension" as the "Extension name"
    Click the "Add..." button and browse to the php5isapi.dll file in your PHP install directory
    Check the "Set extension status to Allowed" checkbox and click "OK"
    There are two ways to setup PHP for the web: ISAPI and CGI. ISAPI is typically more efficient and secure. If you want to add the CGI extension, in addition to or instead of the ISAPI, repeat the above, but enter "PHP CGI Extension" as the "Extension name", and enter the full path to php-cgi.exe (it will be in your PHP install directory along with php5isapi.dll).
    Note that I have seen the CGI module misbehave several different ways and recommend that you stick with the ISAPI module.
    The following two steps are suggested to apply to the "Web Sites" root folder in IIS Manager, but they can be applied to individual sites, instead. When applying changes to "Web Sites", note that a dialog might come up asking if you want to apply changes to a list of specific websites, too. The listed sites will be ones that have overridden any default values, so be careful about applying changes to them. Especially be careful of applying changes to the Microsoft SharePoint Administration site (thus speaks painful experience).
    - Add new extension (.php)
    Expand the local computer in the left pane
    Right-click on "Web Sites" in the left pane, then click "Properties" in the menu that pops up
    Flip top the "Home Directory" tab
    Click "Configuration"
    Flip to the "Mappings" tab
    Click "Add..."
    Enter the full path to php5isapi.dll in the "Executable" textbox (Browse... to find it more easily if you need to)
    Enter ".php" in the "Extension" textbox
    Select radial button "Limit to", enter "GET,POST,HEAD"
    Click "OK" all the way out
    This will apply to every website.
    This sets up IIS to actually respond to requests for php files. Until now, IIS hadn't know what to do with php files, you just told it to pass them through php5isapi.dll.

    Replace php5isapi.dll with php-cgi.exe if you chose the CGI extension in the previous step.
    Again noting that I don't recommend using the CGI module...
    - Turn on scripting permissions for your websites
    Right-click on "Web Sites", goto Properties -> Home Directory.
    Change the "Execute permissions" dropdown to "Scripts only".
    - Restart IIS or Reboot Server
    Right-click the local computer in the left pane of IIS Manager, click on All Tasks -> Restart IIS... -> OK
    - OR -
    If you modified the server's PATH environment variable in 2.5b and haven't rebooted yet, reboot now.
    Khách viếng thăm hãy cùng toan2003 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  3. #23
    Thành Viên PINOCHIO's Avatar
    Ngày tham gia
    Feb 2007
    Bài viết
    12
    Thanks
    21
    Thanked 0 Times in 0 Posts

    Ðề: MUWeb 0.7 viết hóa + MD5

    Bạn có thể chỉnh lại cho mình chỗ Ngân Hàng Được không.
    -mình muốn mua-bán reset,đổi nhân vật thì tiền được trừ hoặc cộng vào tài khoản ngân hàng(bank) không liên quan gì đến tiền trên người nhân vật hết.

    Nếu được xin bạn upload giùm mấy file sau khi config:
    mods.php,bank_manager.php,bank.class.php.Mình mù tịt về cái này.Cảm ơn
    Khách viếng thăm hãy cùng PINOCHIO xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  4. #24
    Thành Viên
    Ngày tham gia
    May 2006
    Bài viết
    113
    Thanks
    0
    Thanked 3 Times in 1 Post

    Ðề: MUWeb 0.7 viết hóa + MD5

    update cho bạn PINOCHIO sử dụng tiền trong bank để mua bán, đổi giới tính.
    Mình cũng thấy như vậy hợp lý hơn khi sử dụng chức năng này.
    Bên Ragezone sắp có bản muweb 0.8, khi nào có bản chính thức mình sẽ update, và sẽ giữ lại những chức năng mình đã thêm.
    [Only registered and activated users can see links. ]
    Khách viếng thăm hãy cùng toan2003 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  5. #25
    Thành Viên
    Ngày tham gia
    Jan 2007
    Bài viết
    214
    Thanks
    12
    Thanked 3 Times in 3 Posts

    Ðề: MUWeb 0.7 viết hóa + MD5

    sao tui down về chạy thử ngân hàng vẫn báo lỗi thế này nhỉ

    Fatal error: Call to a member function fetchrow() on a non-object in C:\Program Files\xampp\htdocs\muweb\includes\bank_manager.php on line 8

    bác xem lại thế nào
    Khách viếng thăm hãy cùng luckyday xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  6. #26
    Thành Viên
    Ngày tham gia
    May 2006
    Bài viết
    113
    Thanks
    0
    Thanked 3 Times in 1 Post

    Ðề: MUWeb 0.7 viết hóa + MD5

    @luckyday bạn dùng bản mới download ở trang 1 về chưa, lỗi của bạn có lẽ thiếu file.
    Khách viếng thăm hãy cùng toan2003 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  7. #27
    Thành Viên
    Ngày tham gia
    Jan 2007
    Bài viết
    214
    Thanks
    12
    Thanked 3 Times in 3 Posts

    Ðề: MUWeb 0.7 viết hóa + MD5

    mình dùng bản 1.02N không biết web này có thích hợp với bản 1.02N không, còn bản mới tớ đã download về và chép đè lên cái cũ cậu nói nhưng vẫn không được không biết có phải data của 1.02N không hợp hay không nữa, nếu không hợp bạn có thể edit lại cho mình dùng cho bản 1.02N được không?

    Thanks!
    Khách viếng thăm hãy cùng luckyday xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  8. #28
    Thành Viên
    Ngày tham gia
    May 2006
    Bài viết
    113
    Thanks
    0
    Thanked 3 Times in 1 Post

    Ðề: MUWeb 0.7 viết hóa + MD5

    @luckyday bạn có lẽ bạn thiếu colum bank khi mình update lần trước, bạn nên chạy install lại. Mình ko có data 1.02N, bạn có thể nén và up riêng folder data (DB) lên ko. Cũng có thể ko dùng đc nếu khác table hoặc colum nào đấy.
    Khách viếng thăm hãy cùng toan2003 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  9. #29
    Thành Viên
    Ngày tham gia
    Jan 2007
    Bài viết
    214
    Thanks
    12
    Thanked 3 Times in 3 Posts

    Ðề: MUWeb 0.7 viết hóa + MD5

    đây là data của bản 1.02N bạn giúp mình nhé
    [Only registered and activated users can see links. ]
    Khách viếng thăm hãy cùng luckyday xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  10. #30
    Thành Viên vutuyen's Avatar
    Ngày tham gia
    Sep 2006
    Đang ở
    Vietnamese
    Bài viết
    284
    Thanks
    0
    Thanked 40 Times in 7 Posts

    Ðề: MUWeb 0.7 viết hóa + MD5

    Trích dẫn Gửi bởi toan2003 [Only registered and activated users can see links. ]
    mình đã từng thử chạy web asp và php cùng lúc đc, trên 1 cổng thôi, ko cần phải 2 cổng, trong 1 trang web ví dụ [Only registered and activated users can see links. ], [Only registered and activated users can see links. ] .
    Bạn cài đặt, config PHP bình thường, sau đó config IIS như sau (dùng với IIS thôi nha)
    Configure IIS
    For these steps, open IIS Manager
    (Start -> Control Panel -> Administrative Tools -> Internet Information Services (IIS) Manager).
    Add and allow the PHP ISAPI Extension to IIS Web Service Extensions: C:\PHP\php5isapi.dll
    When you open IIS Manager, it should connect to the local computer automatically.
    Expand the local computer in the left pane
    Click on "Web Service Extensions" in the left pane
    In the right pane, click the blue underlined text, "Add a new Web service extension..."
    Enter "PHP ISAPI Extension" as the "Extension name"
    Click the "Add..." button and browse to the php5isapi.dll file in your PHP install directory
    Check the "Set extension status to Allowed" checkbox and click "OK"
    There are two ways to setup PHP for the web: ISAPI and CGI. ISAPI is typically more efficient and secure. If you want to add the CGI extension, in addition to or instead of the ISAPI, repeat the above, but enter "PHP CGI Extension" as the "Extension name", and enter the full path to php-cgi.exe (it will be in your PHP install directory along with php5isapi.dll).
    Note that I have seen the CGI module misbehave several different ways and recommend that you stick with the ISAPI module.
    The following two steps are suggested to apply to the "Web Sites" root folder in IIS Manager, but they can be applied to individual sites, instead. When applying changes to "Web Sites", note that a dialog might come up asking if you want to apply changes to a list of specific websites, too. The listed sites will be ones that have overridden any default values, so be careful about applying changes to them. Especially be careful of applying changes to the Microsoft SharePoint Administration site (thus speaks painful experience).
    - Add new extension (.php)
    Expand the local computer in the left pane
    Right-click on "Web Sites" in the left pane, then click "Properties" in the menu that pops up
    Flip top the "Home Directory" tab
    Click "Configuration"
    Flip to the "Mappings" tab
    Click "Add..."
    Enter the full path to php5isapi.dll in the "Executable" textbox (Browse... to find it more easily if you need to)
    Enter ".php" in the "Extension" textbox
    Select radial button "Limit to", enter "GET,POST,HEAD"
    Click "OK" all the way out
    This will apply to every website.
    This sets up IIS to actually respond to requests for php files. Until now, IIS hadn't know what to do with php files, you just told it to pass them through php5isapi.dll.

    Replace php5isapi.dll with php-cgi.exe if you chose the CGI extension in the previous step.
    Again noting that I don't recommend using the CGI module...
    - Turn on scripting permissions for your websites
    Right-click on "Web Sites", goto Properties -> Home Directory.
    Change the "Execute permissions" dropdown to "Scripts only".
    - Restart IIS or Reboot Server
    Right-click the local computer in the left pane of IIS Manager, click on All Tasks -> Restart IIS... -> OK
    - OR -
    If you modified the server's PATH environment variable in 2.5b and haven't rebooted yet, reboot now.
    Trời oai, toàn tiếng anh, thôi cũng xin biết ơn bạn.
    Khách viếng thăm hãy cùng vutuyen xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

 

 
Trang 3 của 7 Đầu tiênĐầu tiên 1 2 3 4 5 ... CuốiCuối

Các Chủ đề tương tự

  1. [RELEASE] Cùng việt hóa Đắc Kỷ 1.3.6
    Bởi MAXSAI trong diễn đàn CHUYÊN ĐỀ WEB GAMES
    Trả lời: 144
    Bài viết cuối: 09-04-15, 06:54 AM
  2. Những lời khuyên Không nên bỏ qua khi mua muweb
    Bởi vothailam trong diễn đàn SQL Server & Website
    Trả lời: 9
    Bài viết cuối: 29-05-11, 07:12 AM
  3. vấn đề Muweb season 6
    Bởi vothailam trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 1
    Bài viết cuối: 17-05-11, 10:31 AM

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •  
Múi giờ GMT +7. Bây giờ là 04:46 AM.
vBulletin®, Copyright ©2000-2011, Jelsoft Enterprises Ltd.
CLBGamesVN không chịu trách nhiệm về Luật Bản Quyền của các tài liệu, bài viết v.v...được đăng tải trên diễn đàn này.
Diễn đàn phát triển dưới sự đóng góp của tất cả thành viên. BQT chỉ là những người thành lập ra sân chơi, quản lý và duy trì về mặt kỹ thuật, nội dung khi hợp lệ.