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
56b mysql
Author Message
nori4
Apprentice
*

Posts: 11
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Sep 2017
Reputation: 0



Post: #8
RE: 56b mysql
i see that i have missed one dbghelp.dll that dll important or not and for what needed?

yeah of course
Code:
[FUNCTION mysql_classes]
if (<tag0.points> < 10000)
return 1
endif

IF !(<DB.CONNECTED>)
serv.log 'WARNING' DB connection is lost and function is stopped. waiting re-connect.
return 1
ENDIF

DB.QUERY "SELECT `uid` FROM `classes` WHERE `uid`='<UID>'"
IF (<DB.ROW.NUMROWS> > 0)
    DB.EXECUTE "UPDATE classes SET name='<DB.escapedata <skillclass.name>>' WHERE uid='<UID>'"
ELSE
    DB.EXECUTE "INSERT INTO `classes` (`name`,`uid`) VALUES ('<DB.escapedata <skillclass.name>>', '<UID>')"
ENDIF

[FUNCTION mysql_dueling]
if !(<dtag0.dueling_w>)
return 1
endif

IF !(<DB.CONNECTED>)
serv.log 'WARNING' DB connection is lost and function is stopped. waiting re-connect.
return 1
ENDIF
DB.QUERY "SELECT `uid` FROM `dueling` WHERE `uid`='<UID>'"
IF (<DB.ROW.NUMROWS> > 0)
    DB.EXECUTE "UPDATE dueling SET name='<DB.escapedata <name>>', deaths='<dtag0.dueling_d>', win='<dtag0.dueling_w>' WHERE uid='<UID>'"
ELSE
    DB.EXECUTE "INSERT INTO `dueling` (`name`,`uid`, `deaths`, `win`) VALUES ('<DB.escapedata <name>>', '<UID>', '<dtag0.dueling_d>', '<dtag0.dueling_w>')"
ENDIF

and i got like this 7 update
(This post was last modified: 09-20-2017 08:13 PM by nori4.)
09-20-2017 08:12 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
56b mysql - nori4 - 09-13-2017, 08:39 PM
RE: 56b mysql - darksun84 - 09-13-2017, 08:56 PM
RE: 56b mysql - nori4 - 09-15-2017, 04:35 AM
RE: 56b mysql - nori4 - 09-20-2017, 07:50 PM
RE: 56b mysql - darksun84 - 09-20-2017, 07:58 PM
RE: 56b mysql - nori4 - 09-20-2017, 08:05 PM
RE: 56b mysql - darksun84 - 09-20-2017, 08:10 PM
RE: 56b mysql - nori4 - 09-20-2017 08:12 PM
RE: 56b mysql - darksun84 - 09-21-2017, 01:53 AM
RE: 56b mysql - nori4 - 09-21-2017, 04:05 AM
RE: 56b mysql - Coruja - 09-21-2017, 04:20 AM
RE: 56b mysql - nori4 - 09-21-2017, 06:06 AM
RE: 56b mysql - darksun84 - 09-21-2017, 07:16 AM
RE: 56b mysql - nori4 - 09-21-2017, 07:51 AM
RE: 56b mysql - darksun84 - 09-21-2017, 08:10 AM
RE: 56b mysql - nori4 - 10-07-2017, 04:06 PM
RE: 56b mysql - massis87 - 10-07-2017, 05:15 PM
RE: 56b mysql - nori4 - 10-26-2017, 05:22 AM
RE: 56b mysql - nori4 - 10-28-2017, 10:07 PM
RE: 56b mysql - darksun84 - 10-29-2017, 12:57 AM

Forum Jump:


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