The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems with MAIN THREAD
Author Message
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #3
RE: Problems with MySQL
(08-16-2012 03:02 AM)Shaklaban Wrote:  its depended on your sql statements, how many rows you returned from mysql and for what purpose?

Code:
[function f_acc_update]
if !( <DB.connected> )
DB.CONNECT
ENDIF
    DB.QUERY "SELECT * FROM accounts WHERE status='0'"
    if (<DB.ROW.NUMROWS> > 0)
        for R 0 <eval <DB.ROW.NUMROWS>-1>
            serv.account add <DB.ROW.<eval <LOCAL.R>>.login> <DB.ROW.<eval <LOCAL.R>>.password>
            DB.EXECUTE "UPDATE accounts SET status='1' WHERE login='<DB.ROW.<eval <LOCAL.R>>.login>'"
            serv.log MySQL Debug: #<eval <LOCAL.R>> La cuenta "<DB.ROW.<eval <LOCAL.R>>.login>" ha sido creada
        end
    endif

that is the script

it's just create accounts by web.

[Image: 2hy9q0y.png]
08-16-2012 06:24 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Problems with MAIN THREAD - Lazarus - 08-16-2012, 02:52 AM
RE: Problems with MySQL - Shaklaban - 08-16-2012, 03:02 AM
RE: Problems with MySQL - Lazarus - 08-16-2012 06:24 AM
RE: Problems with MySQL - Extreme - 08-16-2012, 04:18 PM
RE: Problems with MySQL - Lazarus - 08-16-2012, 11:30 PM
RE: Problems with MySQL - Shaklaban - 08-16-2012, 06:26 AM
RE: Problems with MySQL - Lazarus - 08-16-2012, 07:17 AM
RE: Problems with MySQL - Shaklaban - 08-16-2012, 03:28 PM
RE: Problems with MySQL - Shaklaban - 08-16-2012, 11:27 PM
RE: Problems with MySQL - Extreme - 08-17-2012, 01:05 AM
RE: Problems with MySQL - Lazarus - 08-17-2012, 03:48 AM
RE: Problems with MySQL - Extreme - 08-17-2012, 04:50 AM
RE: Problems with MySQL - Lazarus - 08-18-2012, 02:34 AM
RE: Problems with MySQL - Extreme - 08-18-2012, 09:46 AM
RE: Problems with MySQL - Lazarus - 08-18-2012, 03:09 PM
RE: Problems with MySQL - Extreme - 08-18-2012, 03:44 PM
RE: Problems with MySQL - Lazarus - 08-18-2012, 04:00 PM
RE: Problems with MySQL - Extreme - 08-19-2012, 02:47 AM
RE: Problems with MySQL - xwerswoodx - 08-19-2012, 02:55 AM
RE: Problems with MySQL - Lazarus - 08-21-2012, 02:07 PM
RE: Problems with MySQL - Shaklaban - 08-21-2012, 02:50 PM
RE: Problems with MySQL - RanXerox - 08-21-2012, 02:56 PM
RE: Problems with MySQL - Lazarus - 08-21-2012, 03:20 PM
RE: Problems with MySQL - Shaklaban - 08-21-2012, 03:48 PM
RE: Problems with MySQL - Lazarus - 08-22-2012, 03:26 PM
RE: Problems with MySQL - Shaklaban - 08-22-2012, 03:33 PM
RE: Problems with MySQL - Lazarus - 08-22-2012, 03:58 PM
RE: Problems with MySQL - Shaklaban - 08-22-2012, 03:59 PM
RE: Problems with MySQL - Lazarus - 08-22-2012, 04:05 PM
RE: Problems with MySQL - RanXerox - 08-23-2012, 02:16 AM
RE: Problems with MySQL - Lazarus - 08-23-2012, 11:54 AM
RE: Problems with MySQL - darksun84 - 08-23-2012, 12:26 PM
RE: Problems with MySQL - Lazarus - 08-23-2012, 01:13 PM
RE: Problems with MySQL - darksun84 - 08-23-2012, 01:14 PM
RE: Problems with MySQL - Lazarus - 08-23-2012, 01:22 PM
RE: Problems with MySQL - darksun84 - 08-23-2012, 01:29 PM
RE: Problems with MySQL - Lazarus - 08-23-2012, 01:37 PM
RE: Problems with MySQL - Lazarus - 08-24-2012, 12:27 AM
RE: Problems with MySQL - Shaklaban - 08-25-2012, 03:33 AM
RE: Problems with MySQL - Lazarus - 08-25-2012, 05:46 AM
RE: Problems with MySQL - RanXerox - 08-26-2012, 01:30 AM
RE: Problems with MySQL - Lazarus - 08-26-2012, 03:53 AM
RE: Problems with MAIN THREAD - Lazarus - 08-28-2012, 02:49 PM
RE: Problems with MAIN THREAD - darksun84 - 08-28-2012, 03:49 PM
RE: Problems with MAIN THREAD - Lazarus - 08-28-2012, 04:14 PM
RE: Problems with MAIN THREAD - darksun84 - 08-28-2012, 11:51 PM
RE: Problems with MAIN THREAD - Extreme - 08-29-2012, 01:05 AM
RE: Problems with MAIN THREAD - RanXerox - 08-29-2012, 01:26 AM
RE: Problems with MAIN THREAD - Extreme - 08-29-2012, 02:03 AM
RE: Problems with MAIN THREAD - Lazarus - 08-29-2012, 02:21 AM
RE: Problems with MAIN THREAD - darksun84 - 08-29-2012, 02:36 AM
RE: Problems with MAIN THREAD - RanXerox - 08-29-2012, 03:05 AM
RE: Problems with MAIN THREAD - Extreme - 08-29-2012, 03:33 AM
RE: Problems with MAIN THREAD - darksun84 - 08-29-2012, 03:39 AM
RE: Problems with MAIN THREAD - Lazarus - 08-29-2012, 04:41 AM
RE: Problems with MAIN THREAD - darksun84 - 08-29-2012, 04:49 AM
RE: Problems with MAIN THREAD - Lazarus - 08-29-2012, 06:43 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)