CallRemoteFunction("RegisterPlayerForum","ssss", "Peter", "Ich@bin.peter", "abcdef", "127.0.1.1");
Beiträge von SSL
-
-
Debian ISO runterladen und Apache, PHP und MySQL isntallieren
-
Kommentier die Objekte wieder aus und teste es nochmal
-
Code
Alles anzeigenPrivate Function StringToMD5(ByVal Content As String) As String 'this code can also be applyed to the button code ' i just prefer this into a funtion, so you can use it easely Dim M5 As New Security.Cryptography.MD5CryptoServiceProvider Dim ByteString() As Byte = System.Text.Encoding.ASCII.GetBytes(Content) ByteString = M5.ComputeHash(ByteString) Dim FinalString As String = Nothing For Each bt As Byte In ByteString FinalString &= bt.ToString("x2") 'x2 is just a string format Next Return FinalString End Function
-
Was soll das CarID dort?
try this:PHPfunction GetCarInfo($user, $carid) { require "config.php"; $file=$GameDir."/scriptfiles/Autos/".$user.$carid.".dtcar"; if(!file_exists($file)) return false; $data = parse_ini_file($file); return $data; }
PHP$CarInfo = $functions->GetCarInfo($_POST['username'], $_POST['carid'] /*kA wie du die abfrägst, kannst auch einfach ne 0 hinschreiben*/);
-
Die hier ist auch für support-games.de?
-
Wieso noch eine Werbung?
-
GetPlayerPos & fopen etc nutzen
-
Nein, wie gesagt erst heut (vor)mittag.
-
shop.paysafecard.com geht aber mit den neuen Accounts nichtmehr
-
Kanns dir in nen Amazongutschein umwandeln, Daten kannste mir per PN schicken, bekommst den Code dann wenn ich am PC bin.
-
vbulletin, mybb, phpbb, ipboard
-
mysql_fetch_array gefällt mir persönlich besser
-
Nein
-
XAMPP löschen und wampserver installieren
-
MySQL-Standart-Port ist 3306
-
wampserver benutzen
-
Schonmal versucht MsgBoxen auszugeben, zbsp nach dem inStr, dann weißt du wo der Fehler liegt
-
-