Jump to content
  • 0

Pws Mporw Na Perasw Php Arxeia Se Html?


Question

Posted

Paidia mipws 3erei kaneis pws mporw na perasw arxeia .php se html... Ta arxeia php ta exw to mono pou 8elw einai na ta balw mesa stin selida mou...! An mporei kapoios as mou pei ton kodika html pou prepei...Thx

15 answers to this question

Recommended Posts

  • 0
Posted (edited)
<html>
<head>
</head>
<body>
<?php

include("test.php");

?>
</body>
</html>

if you mean something like this.

Edited by Cr1MsOn
  • 0
Posted (edited)

php and html are to differents files, you can have png/gif together? no you cant, that means you cant!
 
config_sql,php
 

<?php
////////////MySQL Infos///////////////////
    $server = 'localhost'; //Server Address - if is localhost use localhost if not then use Internet Protocol
    $User  = 'root'; //Username
    $Password    = ''; //Password mysql
    $Database    = ''; //Database Name
    $Connection = mysql_connect($server, $User, $Password) or die(mysql_error());
               mysql_select_db($Database, $Connection) or die(mysql_error());           
function total($tab, $cond = NULL) {
    $sql = mysql_query("SELECT COUNT(*) AS total FROM ".$tab." ".$cond."") or die(mysql_error());
    $c = mysql_fetch_array($sql);
    return $c['total'];
}
?>

 
Index,php
 

<?php
include('configs/config_sql.php');
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
</body>
</html>
Edited by FirefoxAurora
  • 0
Posted

 

php and html are to differents files, you can have png/gif together? no you cant, that means you cant!

 

config_sql,php

 

<?php
////////////MySQL Infos///////////////////
    $server = 'localhost'; //Server Address - if is localhost use localhost if not then use Internet Protocol
    $User  = 'root'; //Username
    $Password    = ''; //Password mysql
    $Database    = ''; //Database Name
    $Connection = mysql_connect($server, $User, $Password) or die(mysql_error());
               mysql_select_db($Database, $Connection) or die(mysql_error());           
function total($tab, $cond = NULL) {
    $sql = mysql_query("SELECT COUNT(*) AS total FROM ".$tab." ".$cond."") or die(mysql_error());
    $c = mysql_fetch_array($sql);
    return $c['total'];
}
$loginserver = @fsockopen($server, 2106, $errno, $errstr, 1);
$gameserver = @fsockopen($server, 7777, $errno2, $errstr2, 1);
?>

 

Index,php

 

<?php
include('configs/config_sql.php');
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
</body>
</html>

And now i have 2 php files right??? config_sql.php and Index.php

  • 0
Posted (edited)

it won't work in l2

reason?

 

 

>Login Server: <?php echo $loginserver ? '<img src="images/on.gif">' : '<img src="images/off.gif">'; ?>  

              Game Server: <?php echo $gameserver ? '<img src="images/on.gif">' : '<img src="images/off.gif">'; ?>  

Players Online: </a> <?php echo $funcao_ons ?>

Edited by FirefoxAurora
  • 0
Posted

reason?

 

 

>Login Server: <?php echo $loginserver ? '<img src="images/on.gif">' : '<img src="images/off.gif">'; ?>  

              Game Server: <?php echo $gameserver ? '<img src="images/on.gif">' : '<img src="images/off.gif">'; ?>  

Players Online: </a> <?php echo $funcao_ons ?>

 

It wont work in L2, basically the L2 HTMLs are String "instructions" that make the C part of the client construct an HTML, but its not really an HTML, the features it provides are very limited, it has only the basic instructions of HTML, nothing else

  • 0
Posted

<?php

$L2JBS_config["mysql_host"]="localhost"; // MySQL Host  ["localhost"]  ->>> HERE NEED TO PUST IP ADRESS FROM HOSTING?<<< 

$L2JBS_config["mysql_port"]="3306"; // MySQL Port ["3306"]

$L2JBS_config["mysql_db"]="l2jdb"; // MySQL Database ["l2jdb"]

$L2JBS_config["mysql_login"]="root"; // MySQL User ["root"]

$L2JBS_config["mysql_password"]="master"; // MySQL Password

 

["root"]

$facepcs="20"; // Count of Face PCs

include("_config_procs.php");

error_reporting(0);

?>

  • 0
Posted (edited)

attachicon.giferr.png  re pedia kapios help exw prob otan paw na valw players online auto m vgazi..

Έχεις καταλάβει ότι αυτό το topic το έχει φτιάξει άλλος για να πάρει βοήθεια και αυτά που κάνεις post είναι off-topic;

 

Θα πρέπει να ανοίξεις δικό σου topic αν θες βοήθεια.

Edited by MikeJ

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • aCis (“another Crappy interlude server”) is a commercial project I would not use even if paid. l2jfrozen yes, a 10 year old, effectively dead project produces more reliable results and at least works. l2jhellas also works. aCis might as well be renamed KPMIS (“Keep Paying My Interlude Server”): endless fixes, freemium, and no realistic path to true L2OFF parity, but its recommended like hell. lucera is even better the downside is you just need to dive into code and no sources   lets leave it at that
    • Download Here: https://sitehunterus.blogspot.com/2025/12/exelo-combo-tool-v2.html VirusTotal https://www.virustotal.com/gui/file/2acd067847ee092c7986f55c9f77620d89505d1c0bda34a0ee8f55b9c2905c11?nocache=1 Visit my Blogger list to download 100% free software https://www.freetoolss.com/ https://blackhat8.blogspot.com/ https://hack-crack9.blogspot.com/ https://hackernoons.blogspot.com/ https://sharetools99.blogspot.com/
    • Care to detail why ?   L2JHellas probably got the same issue, it's inherent to L2J if you don't rework Player intentions (and solving it with a Config < 500 attack is stupid, if it works for attack it works for other types of desires), also last time I checked L2JHellas he was using my changesets to fix its own stuff (which is ok, copy-paste my knownlist system which is 10y old is fine, but don't say it will act different since it's literally the same sub-system).   About Lucera code source isn't available so it's easy to say it's better, internally you got no clue what is happening and RU forks got the "feeling" to get everything, but everything is half done, everytime I put an eye on such sources (whatever based on l2ru, they only know how to copy-paste each other).   In the other hand, you seem to use aCis since years (I think I see your name since a decade, and you still use it since you made this topic :   Be a little more appreciative about the work done, it's not only mine but my community aswell, and if you find something, consider to report rather than getting such an idiotic behavior.   I understand you're not forced to share any type of fixes, and than people tend to feel superior when they fix something than aCis didn't yet fix. The thing is, for each bug you found, I found and fixed 10x more than you.   409 is way beyond 382 in all possible ways, if you believe the versus good for you, but don't make ppl believe it's the case, because it's not. There's at least 400+ fixed issues (and that's counting 10 issues by revision, which is kinda low) and entire new systems (spawns, SCHs, pathfind, whole AI implemented, Desire system,...).
    • better than using 409... Search for L2jHellas or Lucera and you won't have any headaches.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock