|
You last visited: Today at 08:03
Advertisement
[EternalRappelz] SuperTool for all...
Discussion on [EternalRappelz] SuperTool for all... within the Rappelz Private Server forum part of the Rappelz category.
02/05/2012, 22:33
|
#16
|
elite*gold: 0
Join Date: Jan 2010
Posts: 390
Received Thanks: 396
|
Yes have 2/3 in the world.
But all over the rappelz just 2/3 real free you don't find it so stupid? :s
|
|
|
02/06/2012, 16:34
|
#17
|
elite*gold: 0
Join Date: Nov 2011
Posts: 57
Received Thanks: 20
|
oy )))

rus client ^^
|
|
|
02/06/2012, 17:56
|
#18
|
elite*gold: 0
Join Date: Apr 2011
Posts: 232
Received Thanks: 70
|
nice tool
|
|
|
02/07/2012, 11:58
|
#19
|
elite*gold: 0
Join Date: May 2011
Posts: 212
Received Thanks: 161
|
nice
|
|
|
02/26/2012, 21:28
|
#20
|
elite*gold: 0
Join Date: Dec 2011
Posts: 24
Received Thanks: 1
|
Quote:
Originally Posted by Devmar
Error connecting to mysql
|
I get this massage
Exportateur String By Eternal Rappelz Join US
Fatal error: Call to undefined function mssql_connect() in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\StringImportExport\sql _to_resource.php on line 10
here is the sql_to_resource.php - code
Code:
Exportateur String By Eternal Rappelz
<a href="http://sd-29988.dedibox.fr/site/joinus.php">Join US</a>
<?php
//IDENTIFIANT CONNEXION MSSQL
$source='BIMBO\SQLEXPRESS';
$id='sa';
$pass='';
//connexion
$conn = mssql_connect($source,$id,$pass);
//selection database de travail
$dbname = 'Arcadia';
mssql_select_db($dbname);
//fonction reverse hexdatabrut to int
function hex_to_dec($hex1,$hex2,$hex3,$hex4){
$hex11=hexdec(''.$hex1.'');
$hex22=hexdec(''.$hex2.'');
$hex33=hexdec(''.$hex3.'');
$hex44=hexdec(''.$hex4.'');
$dec_number=$hex11+$hex22*256+$hex33*256*256+$hex44*256*256*256;
return $dec_number;
}
//fonction reverse int to hexdatabrut
function dec_to_hexdec($int){
$hex=dechex($int);
$tabl_hex[1]=00;$tabl_hex[2]=00;$tabl_hex[3]=00;$tabl_hex[4]=00;
$longueur=strlen($hex);
if($longueur==8){
$tabl_hex[1]=hexdec(substr($hex,-2,2));
$tabl_hex[2]=hexdec(substr($hex,-4,2));
$tabl_hex[3]=hexdec(substr($hex,-6,2));
$tabl_hex[4]=hexdec(substr($hex,0,2));
}elseif($longueur==7){
$tabl_hex[1]=hexdec(substr($hex,-2,2));
$tabl_hex[2]=hexdec(substr($hex,-4,2));
$tabl_hex[3]=hexdec(substr($hex,-6,2));
$tabl_hex[4]=hexdec('0'.substr($hex,0,1));
}elseif($longueur==6){
$tabl_hex[1]=hexdec(substr($hex,-2,2));
$tabl_hex[2]=hexdec(substr($hex,-4,2));
$tabl_hex[3]=hexdec(substr($hex,0,2));
}elseif($longueur==5){
$tabl_hex[1]=hexdec(substr($hex,-2,2));
$tabl_hex[2]=hexdec(substr($hex,-4,2));
$tabl_hex[3]=hexdec('0'.substr($hex,0,1));
}elseif($longueur==4){
$tabl_hex[1]=hexdec(substr($hex,-2,2));
$tabl_hex[2]=hexdec(substr($hex,0,2));
}elseif($longueur==3){
$tabl_hex[1]=hexdec(substr($hex,-2,2));
$tabl_hex[2]=hexdec('0'.substr($hex,0,1));
}elseif($longueur==2){
$tabl_hex[1]=hexdec(substr($hex,0,2));
}elseif($longueur==1){
$tabl_hex[1]=hexdec('0'.substr($hex,0,1));
}
return $tabl_hex;
/* Old Function
$i=1;
$X=2;
$tabl_hex[1]=000;$tabl_hex[2]=000;$tabl_hex[3]=000;$tabl_hex[4]=000;
while($X > 1){
$Q=variant_int($int/256);
$X=$int-($Q*256);
$int=$Q;
$tabl_hex[$i]=$X;//(decimal to ASCII)dechex($X);
$i++;
}
return $tabl_hex;*/
}
//Utilisation fonction, sortit tableau
//$tabl_hex=dec_to_hexdec(30140650);
//fwrite($monfichier, chr($tabl_hex[1]).chr($tabl_hex[2]).chr($tabl_hex[3]).chr($tabl_hex[4]));
//ouverture/création fichier sortie
$monfichier = fopen("!PWS)3rDAd3O'`dU+O}deN", 'a+');
//placement pointeur à 0
fseek($monfichier, 0);
//ecriture du header sur 128bytes
fwrite($monfichier, chr(0x32).chr(0x30).chr(0x31).chr(0x30).chr(0x30).chr(0x36).chr(0x31).chr(0x35).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x90).chr(0x55).chr(0x01).chr(0x00));
//Query SELECT ligne par ligne dbo.StringResource
$SQL="SELECT name, group_id, code, value FROM dbo.StringResource ORDER BY code";
//execution query dans $cursor
$cursor = mssql_query($SQL,$conn);
//boucle ligne par ligne dans variable $row[0]->$row[3] (4)colonnes
while ($row=mssql_fetch_row($cursor)) {
//recuperation des donnees ligne
$name=$row[0];
$group_id=$row[1];
$code=$row[2];
$value=$row[3];
//recuperation longueur des chaines caractères (longueur name sur 32bit, longueur value sur 32bit;+1 dans la databrut)
if($name!='' AND $name!=' '){
$long_name=strlen($name);
}else{
$long_name=0;
}
if($value!='' AND $value!=' '){
$long_value=strlen($value);
}else{
$long_value=0;
}
//incrementation
$long_name=$long_name+1;
$long_value=$long_value+1;
//ecriture des longueurs string
$tabl_hex=dec_to_hexdec($long_name);
fwrite($monfichier, chr($tabl_hex[1]).chr($tabl_hex[2]).chr($tabl_hex[3]).chr($tabl_hex[4]));
$tabl_hex=dec_to_hexdec($long_value);
fwrite($monfichier, chr($tabl_hex[1]).chr($tabl_hex[2]).chr($tabl_hex[3]).chr($tabl_hex[4]));
//verification si case vide
if($name!='' AND $name!=' '){
//ecriture name
fwrite($monfichier, $name);
}else{
//le neant...
}
//ecriture 0x00 : espace name/value
fwrite($monfichier, chr(0x00));
//verification si case vide
if($value!='' AND $value!=' '){
//ecriture value
fwrite($monfichier, $value);
}else{
//le neant...
}
//ecriture 0x00 : espace value/code
fwrite($monfichier, chr(0x00));
//ecriture code
$tabl_hex=dec_to_hexdec($code);
fwrite($monfichier, chr($tabl_hex[1]).chr($tabl_hex[2]).chr($tabl_hex[3]).chr($tabl_hex[4]));
//ecriture group_id
//verification si -1
if($group_id==-1){
fwrite($monfichier, chr(0xFF).chr(0xFF).chr(0xFF).chr(0xFF));
}else{
$tabl_hex=dec_to_hexdec($group_id);
fwrite($monfichier, chr($tabl_hex[1]).chr($tabl_hex[2]).chr($tabl_hex[3]).chr($tabl_hex[4]));
}
//ecriture 16x32byte
fwrite($monfichier, chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00).chr(0x00));
}
fclose($monfichier);
echo "File was create ! Thank's to use EternalRappelz Tool.";
?>
|
|
|
02/26/2012, 23:24
|
#21
|
elite*gold: 0
Join Date: Feb 2012
Posts: 23
Received Thanks: 39
|
Active you MSSQL.DLL into php.ini -_-"
|
|
|
02/27/2012, 07:20
|
#22
|
elite*gold: 0
Join Date: Dec 2011
Posts: 24
Received Thanks: 1
|
ok np if that is the problem...
i activated it allready but maybe i made mistakes....
i ll check that
thank you
|
|
|
06/19/2012, 14:11
|
#23
|
elite*gold: 0
Join Date: May 2011
Posts: 139
Received Thanks: 12
|
can you upload it again please
|
|
|
06/19/2012, 16:01
|
#24
|
elite*gold: 0
Join Date: Jun 2012
Posts: 46
Received Thanks: 3
|
Link dead ? :O
|
|
|
06/19/2012, 19:50
|
#25
|
elite*gold: 0
Join Date: Jan 2010
Posts: 390
Received Thanks: 396
|
Yes and for ever
|
|
|
06/19/2012, 21:16
|
#26
|
elite*gold: 0
Join Date: May 2011
Posts: 139
Received Thanks: 12
|
why ????
please upload it again
I need it
|
|
|
06/20/2012, 11:53
|
#27
|
elite*gold: 0
Join Date: Sep 2008
Posts: 1,606
Received Thanks: 1,210
|
Open your eyes and stop crying  Look into Rappelz Download Center there is Xijezus String Editor which can do exactly the same and in my opinion has some more features...
|
|
|
06/20/2012, 21:34
|
#28
|
elite*gold: 0
Join Date: Jan 2010
Posts: 390
Received Thanks: 396
|
C1ph3r is not exactly the same in this one you will have the php source code
But why is will be never re-up? simply because RappelzDownloadCenter Forum ****** don't have it... Because Bubulle stop to developement into rappelz because have too many leecher, sucker , *** kicker....
|
|
|
06/20/2012, 21:43
|
#29
|
elite*gold: 0
Join Date: Mar 2011
Posts: 102
Received Thanks: 51
|
ptifou78
If you know how to pull. Ela and. Lua files from the client to write pm.
|
|
|
06/20/2012, 22:42
|
#30
|
elite*gold: 0
Join Date: Sep 2008
Posts: 1,606
Received Thanks: 1,210
|
Quote:
Originally Posted by ptifou78
C1ph3r is not exactly the same in this one you will have the php source code
But why is will be never re-up? simply because RappelzDownloadCenter Forum ****** don't have it... Because Bubulle stop to developement into rappelz because have too many leecher, sucker , *** kicker....
|
Xijezu's tools are written in c# isn't really hard to get the source
|
|
|
Similar Threads
|
[DEDIE][FR]EternalRappelz
01/16/2012 - Rappelz - 20 Replies
trés peu de français aucun interet :p
|
Where can i get an English patch for EternalRappelz
01/16/2012 - Rappelz - 3 Replies
Where can i get an English patch for EternalRappelz
I want to change the language from france to english
|
EternalRappelz Client
10/11/2011 - Rappelz Private Server - 5 Replies
Tach.
Ich würde gerne wissen ob es eine Möglichkeit gibt denn Clienten 2x ohne Sandbox zu starten.
Sandboxie klappt bei mir nicht und google hilft auch nicht..:(
|
USB+Portableapps = SuperTool
07/25/2008 - Main - 3 Replies
Hallo User
Ihr dürft auf Büro oder schul rechnern nichts installiern
so wie zum bei spiel Thunderbird oder PDF Reader dann
habe ich was für euch.
PortableApps
Dort ist alles Kostenloss,aber wenn ihr wolt könnt ihr eine spende
machen.
Für alle die Sehen wollen was die Packete enthalten gehts hier
|
All times are GMT +1. The time now is 08:03.
|
|