Can someone help me rewrite this please this is my error it won't show data but someone said that if the exe was rewritten it will add data to the database. BTW after the character logs out the data was lost it was not updating the database. So I need it to rewrite.
Hope the image helps i think that was the source code. Willing to pay as long as it will work like it was used to be.
That's C#, not C++.
Besides that we don't even see the full code nor do we have enough informations to help you with this problem.
And instead of rewriting everything, you could just fix the bug.
.htaccess rewrite 07/25/2014 - Web Development - 8 Replies Moin,
mir kam vorhin ein Gedanke, ich weiß aber nicht ob dieser überhaupt in der Art überhaupt umsetzbar ist :D
Erst einmal habe ich folgenden Code:
RewriteEngine on
RewriteRule \. -
RewriteRule ^(+)/?$ index.php?$1
RewriteRule ^(+)/(+)/?$ index.php?$1=$2
RewriteRule ^(+)/(+)/(+)/?$ index.php?$1=$2&$3
[HELP] Mod rewrite on CMS by Hen! 04/04/2014 - Metin2 Private Server - 2 Replies Hi!
Whether it is possible to shorten links to such a form /register from index.php?s=register in CMS by Henn! ?
Oh, I forgot, how can I insert recaptcha(from google) to register or any other site?
Thanks!
Mod Rewrite Hilfe 03/13/2014 - Web Development - 4 Replies Hey,
Brauche mal kurze Hilfe.
Habe derzeit folgende URL :
blablabla.de/?blabla=123
will gerne das ich aber über
blablabla.de/123
Mod Rewrite Problem 09/09/2013 - Web Development - 3 Replies Hallo Elitepvpler!
Und zwar habe ich ein Problem. Ich habe einen Signaturen Generator. Die Links spuckt er mir so aus: klick
Mit meiner .htaccess sollte es dann aber so gehen:
http://134.255.216.192/1/2.png
Hier meine .htaccess:
RewriteEngine OnRewriteRule ^(*)/(*)\.png$ /signature.php?id=$1&signature=$2
htaccess URL Rewrite 04/17/2013 - Web Development - 4 Replies Hallo,
Kenne mich mit htacess URL Rewrite nicht wirklich aus, daher Frage ich hier nach. Also folgendes:
Punkt 1)
Wenn eine Person die Datei z.B /install/install.php aufruft wie sieht der htaccess Code dafür aus das er nur /install/ sieht?
Punkt 2)
Wenn jemand die URL username.game.domain.tld aufruft wie ist es Möglich das diese dann auf /profile/username.php weiterleitet?