+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: Help! Connect.php (wap)

  1. #1
    Member DarkWizardLT
    Join Date
    Oct 2007
    Location
    Lithuanian, Pakruojis
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Post

    <?php
    if (!get_magic_quotes_gpc()) {
    $_GET = array_map(&#39;trim&#39;, $_GET);
    $_POST = array_map(&#39;trim&#39;, $_POST);
    $_COOKIE = array_map(&#39;trim&#39;, $_COOKIE);
    $_GET = array_map(&#39;addslashes&#39;, $_GET);
    $_POST = array_map(&#39;addslashes&#39;, $_POST);
    $_COOKIE = array_map(&#39;addslashes&#39;, $_COOKIE);
    }
    include_once("config.php");
    $db = @mysql_connect($dbhost, $dbuser, $dbpass) or die("<img src=\"img/banner.gif\" alt=\"$title\"/>
    $line
    Problemos jungiantis prie serverio. Pabandykite veliau. Serveris dar tvarkomas - DarkWizardLT
    $line
    <a href=\"http://wapdark.roflmfao.cn\">Wap-Dark</a></p></card></wml>");
    mysql_select_db($dbname, $db);
    ?>


    I dont understand where I need write my db info? I getting "Problemos jungiantis prie serverio. Pabandykite veliau. Serveris dar tvarkomas - DarkWizardLT" message when im going to my wap site (its mine under-constructing message) here is wap game and cant load wap writing that message :/ (my wap wapdark.roflmfao.cn) or I need write database in index.php ? if yes where?
    Srry for mistakes

    [im new in scripting]
    Still.. alive..


    Contacts if someone will need from me and if I will disapear (srry dont know how to spell :D) again:
    STEAM: darkwizardltz
    Skype: darkwizardlt2000
    Email: , , , , ,

  2. #2
    Junior Member lazerpoint
    Join Date
    May 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    erm try config.php

  3. #3
    Member DarkWizardLT
    Join Date
    Oct 2007
    Location
    Lithuanian, Pakruojis
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Ok lets try
    EDIT: I cant get it :/ Who can configure my site? I can give hostname, passwrd.. Who can PM me.
    Still.. alive..


    Contacts if someone will need from me and if I will disapear (srry dont know how to spell :D) again:
    STEAM: darkwizardltz
    Skype: darkwizardlt2000
    Email: , , , , ,

  4. #4
    Senior Member andre3
    Join Date
    Jan 2006
    Location
    jamaica
    Posts
    140
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    i will help u just email ur config.php to my email along with ur phpmyadmin host, database name, database user and password
    wapZan Mobile site builder - Yours is here




  5. #5
    Member DarkWizardLT
    Join Date
    Oct 2007
    Location
    Lithuanian, Pakruojis
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    I writed my acc details to PM.. If u configure and it will works I will be thankful for u
    EDIT: I think this script is bugged because other scripts is good works to me now I installed PHP-Fusion on web xD
    Anyway thanks to lazerpoint and andre3
    Still.. alive..


    Contacts if someone will need from me and if I will disapear (srry dont know how to spell :D) again:
    STEAM: darkwizardltz
    Skype: darkwizardlt2000
    Email: , , , , ,

  6. #6
    Member DarkWizardLT
    Join Date
    Oct 2007
    Location
    Lithuanian, Pakruojis
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Who can help?
    Game now working I find out where was problem. But when registers writing Congratulations u registered (on my language) and when I try to log in writing "That character doesnt exist" (wapdark.roflmfao.cn).
    Reg script:
    <?php
    header("Content-type: text/vnd.wap.wml");
    header("Cache-Control: no-store, no-cache, must-revalidate");
    print "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
    echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\""
    . " \"http://www.wapforum.org/DTD/wml_1.1.xml\">";
    include_once("core.php");
    echo"<wml><card id=\"heroes\" title=\"Registracija\"><p align=\"center\">";
    include_once("connect.php");
    $i = addslashes(htmlspecialchars($_GET[&#39;i&#39;])); if (!$i) { $i = ""; }
    $ref = addslashes(htmlspecialchars($_GET[&#39;ref&#39;])); if (!$ref) { $ref = ""; }

    if ($i > 0) {
    $name = addslashes(htmlspecialchars($_POST[&#39;name&#39;])); if (!$name) { $name = ""; }
    if ($name == "") {
    echo"Neįvestas herojaus vardas.
    $line
    <a href=\"register.php?ref=$ref\">$back</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    $check = mysql_fetch_array(mysql_query("SELECT id FROM users WHERE username=&#39;$name&#39; LIMIT 1"));
    if ($check[0] > 0) {
    echo"Šis vardas jau užregistruotas.
    $line
    <a href=\"register.php?ref=$ref\">$back</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    if (is_numeric(substr($name,0,1))) {
    echo"Herojaus vardas negali prasidėti skaičiu.
    $line
    <a href=\"register.php?ref=$ref\">$back</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    if (strlen($name) < 3) {
    echo"Herojaus vardas turi būti bent iš trijų simbolių.
    $line
    <a href=\"register.php?ref=$ref\">$back</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    if (strlen($name) > 20) {
    echo"Herojaus vardas negali būti ilgesnis nei dvidešimt simbolių.
    $line
    <a href=\"register.php?ref=$ref\">$back</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    for ($k = 0; $k < strlen($name); $k++) {
    $symbol = ord($name[$k]);
    if ((($symbol >= 4 and ($symbol <= 57)) or (($symbol >= 65) and ($symbol <= 80)) or (($symbol >= 82) and ($symbol <= 90)) or (($symbol >= 97) and ($symbol <= 112)) or (($symbol >= 114) and ($symbol <= 122))) { }
    else {
    echo"Naudojate blogus simbolius savo herojaus varde.
    $line
    <a href=\"register.php?ref=$ref\">$back</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    }
    }

    if ($i > 2) {
    $class = addslashes(htmlspecialchars($_POST[&#39;class&#39;])); if (!$class) { $class = ""; }
    if (!file_exists("heroes/$class")) {
    echo"Neegzistuojanti herojaus klasė.
    $line
    <a href=\"register.php?ref=$ref\">$back</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    }

    if ($i > 3) {
    $identify = addslashes(htmlspecialchars($_POST[&#39;identify&#39;])); if (!$identify) { $identify = ""; }
    if (!file_exists("heroes/$class/$identify.php")) {
    echo"Neegzistuojantis herojus.
    $line
    <a href=\"register.php?ref=$ref\">$back</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    }

    if ($i > 5) {
    $pass = addslashes(htmlspecialchars($_POST[&#39;pass&#39;]));
    $vpass = addslashes(htmlspecialchars($_POST[&#39;vpass&#39;]));
    if ($pass == "") {
    echo"Neįvestas slaptažodis.
    $line
    <anchor>$back<go href=\"register.php?m=$m&amp;i=5&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/><postfield name=\"identify\" value=\"$(identify)\"/></go></anchor></p></card></wml>";
    mysql_close($db);
    exit;
    }
    if ($vpass == "") {
    echo"Nepakartotas slaptažodis.
    $line
    <anchor>$back<go href=\"register.php?m=$m&amp;i=5&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/><postfield name=\"identify\" value=\"$(identify)\"/></go></anchor></p></card></wml>";
    mysql_close($db);
    exit;
    }
    if (strlen($pass) < 3) {
    echo"Slaptažodis turi būti bent iš trijų simbolių.
    $line
    <anchor>$back<go href=\"register.php?m=$m&amp;i=5&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/><postfield name=\"identify\" value=\"$(identify)\"/></go></anchor></p></card></wml>";
    mysql_close($db);
    exit;
    }
    if (strlen($pass) > 40) {
    echo"Slaptažodis negali būti ilgesnis nei keturiasdešimt simbolių.
    $line
    <anchor>$back<go href=\"register.php?m=$m&amp;i=5&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/><postfield name=\"identify\" value=\"$(identify)\"/></go></anchor></p></card></wml>";
    mysql_close($db);
    exit;
    }
    if ($pass !== $vpass) {
    echo"Slaptažodžiai nesutampa.
    $line
    <anchor>$back<go href=\"register.php?m=$m&amp;i=5&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/><postfield name=\"identify\" value=\"$(identify)\"/></go></anchor></p></card></wml>";
    mysql_close($db);
    exit;
    }
    if ($pass == $name) {
    echo"Nenaudokite vietoj slaptažodžio savo herojaus vardo.
    $line
    <anchor>$back<go href=\"register.php?m=$m&amp;i=5&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/><postfield name=\"identify\" value=\"$(identify)\"/></go></anchor></p></card></wml>";
    mysql_close($db);
    exit;
    }
    }

    if ($i == "") {
    echo"Labai atidžiai išsirinkite herojų - vėliau jo negalėsite pakeisti ir nuo pasirinkimo labai priklausys žaidimo eiga.
    $line
    Herojaus vardas*:
    <input type=\"text\" name=\"name\" maxlength=\"20\"/>
    <anchor>$next<go href=\"register.php?m=$m&amp;i=2&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/></go></anchor>
    $line
    Pastaba: * naudokite tik raides ir skaičius.
    $line
    Žingsnis: 1 iš 5
    $line
    <a href=\"index.php?ref=$ref\">$home</a>";
    }

    if ($i == "2") {
    echo"Pasirinkite herojaus klasę:
    <select name=\"class\">";
    include_once("names/classes.php");
    if ($handle = opendir("heroes/")) {
    while (false !== ($file = readdir($handle))) {
    if ($file != "." && $file != ".." && $file != "index.php") {
    $class = $class_name[$file];
    echo"<option value=\"$file\">$class</option>";
    }
    }
    closedir($handle);
    }
    echo"</select>
    <anchor>$next<go href=\"register.php?m=$m&amp;i=3&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/></go></anchor>
    <a href=\"register.php?ref=$ref\">$back</a>
    $line
    Žingsnis: 2 iš 5
    $line
    <a href=\"index.php?ref=$ref\">$home</a>";
    }

    if ($i == "3") {
    include_once("names/heroes.php");
    echo"Pasirinkite herojų:
    <select name=\"identify\">";
    if ($handle = opendir("heroes/$class")) {
    while (false !== ($file = readdir($handle))) {
    if ($file != "." && $file != ".." && $file != "index.php") {
    $file = explode(".", $file);
    $heroe = $heroe_name[$file[0]];
    echo"<option value=\"$file[0]\">$heroe</option>";
    }
    }
    closedir($handle);
    }
    echo"</select>
    <anchor>$next<go href=\"register.php?m=$m&amp;i=4&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/><postfield name=\"identify\" value=\"$(identify)\"/></go></anchor>
    <anchor>$back<go href=\"register.php?m=$m&amp;i=2&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/></go></anchor>
    $line
    Žingsnis: 3 iš 5
    $line
    <a href=\"index.php?ref=$ref\">$home</a>";
    }

    if ($i == "4") {
    include_once("heroes/$class/$identify.php");
    include_once("names/heroes.php");
    include_once("names/skills.php");
    $basic_primary_skills = basic_primary_skills();
    $basic_skills = basic_skills();
    $heroe_info = heroe_info();
    $heroe = $heroe_name[$identify];
    echo"$heroe
    <img src=\"img/heroes/$identify.gif\" alt=\"$heroe\"/>
    Ataka: $basic_primary_skills[attack]
    Gynyba: $basic_primary_skills[defense]
    Galia: $basic_primary_skills[power]
    Išmintis: $basic_primary_skills[knowledge]
    $line</p><p align=\"left\">Biografija:$heroe_info[biography]
    Specialybė:$heroe_info[speciality]
    Sugebėjimai:";
    for ($u = 0; $u < count($basic_skills); $u++) {
    if ($u > 0) { echo", "; }
    $skill = explode("|", $basic_skills[$u]);
    echo"".$skill_name[$skill[0]]." ($skill[1])";
    }echo".

    Armija:$heroe_info[army]
    Papildoma:$heroe_info[extra]</p><p align=\"center\">$line
    <anchor>$next<go href=\"register.php?m=$m&amp;i=5&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/><postfield name=\"identify\" value=\"$(identify)\"/></go></anchor>
    <anchor>$back<go href=\"register.php?m=$m&amp;i=3&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/></go></anchor>
    $line
    Žingsnis: 4 iš 5
    $line
    <a href=\"index.php?ref=$ref\">$home</a>";
    }

    if ($i == "5") {
    echo"Slaptažodis*:
    <input type=\"password\" name=\"pass\" maxlength=\"40\"/>
    Pakartokite Slaptažodį*:
    <input type=\"password\" name=\"vpass\" maxlength=\"40\"/>
    $line
    Pastaba: * patariame slaptažodyje naudoti didžiąsias bei mažiąsias raides ir skaičius. Naudoti ne trumpesnį nei iš aštuonių simbolių. Slaptažodžiai yra koduojami, tad nepamirškite jo.
    $line
    <anchor>$next<go href=\"register.php?m=$m&amp;i=6&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/><postfield name=\"identify\" value=\"$(identify)\"/><postfield name=\"pass\" value=\"$(pass)\"/><postfield name=\"vpass\" value=\"$(vpass)\"/></go></anchor>
    <anchor>$back<go href=\"register.php?m=$m&amp;i=4&amp;ref=$ref\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"class\" value=\"$(class)\"/><postfield name=\"identify\" value=\"$(identify)\"/></go></anchor>
    $line
    Žingsnis: 5 iš 5
    $line
    <a href=\"index.php?ref=$ref\">$home</a>";
    }

    if ($i == "6") {
    mysql_query("UPDATE sms SET text=&#39;$name&#39;, type=&#39;registered&#39; WHERE id=&#39;$validate[0]&#39; LIMIT 1");
    $array = array("A","a","B","b","C","c","D","d","E","e","F", "f","G","g","H","h","I","i","J","j","K","k","L","l ","M","m","N","n","O","o","P","p","R","r","S","s", "T","t","U","u","V","v","W","w","X","x","Y","y","Z ","z","0","1","2","3","4","5","6","7","8","9") ;
    while ($session == "") {
    for ($i = 1; $i <= 20; $i++) {
    $n = mt_rand(0,59);
    $id = "$id$array[$n]";
    }
    $check = mysql_fetch_array(mysql_query("SELECT id FROM users WHERE session=&#39;$id&#39; LIMIT 1"));
    if ($check[0] > 0) $id = "";
    else break;
    }
    $pass = md5(md5($pass));
    @$day = mysql_fetch_array(mysql_query("SELECT day FROM time LIMIT 1"));
    if ($day[0] == "") {
    $day[0] = 1;
    $day[1] = time() + $day_length;
    mysql_query("INSERT INTO time(day, time) VALUES (&#39;$day[0]&#39;,&#39;$day[1]&#39;)");
    }
    include_once("heroes/$class/$identify.php");
    $basic_primary_skills = basic_primary_skills();
    $time = time();
    $spell_points = $basic_primary_skills[knowledge] * 10;
    $basic_skills = basic_skills();
    $skills = "$basic_skills[0]=$basic_skills[1]=$basic_skills[2]=$basic_skills[3]=$basic_skills[4]=$basic_skills[5]=$basic_skills[6]";
    $artifacts = "=======";
    mysql_query("INSERT INTO users(username, password, session, class, identify, attack, defense, power, knowledge, spell_points, day, reg, login, skills, artifacts, online) VALUES (&#39;$name&#39;,&#39;$pass&#39;,&#39;$id&#39;,&#3 9;$class&#39;,&#39;$identify&#39;,&#39;$basic_prim ary_skills[attack]&#39;,&#39;$basic_primary_skills[defense]&#39;,&#39;$basic_primary_skills[power]&#39;,&#39;$basic_primary_skills[knowledge]&#39;,&#39;$spell_points&#39;,&#39;$day[0]&#39;,&#39;$time&#39;,&#39;$time&#39;,&#39;$skills &#39;,&#39;$artifacts&#39;,&#39;$time&#39;)");
    $name = strtolower($name);
    $basic_army = basic_army();
    for ($i = 0; $i < count($basic_army); $i++) {
    $unit = explode("|", $basic_army[$i]);
    include_once("units/$unit[0].php");
    $q = explode("-", $unit[1]);
    $qq = mt_rand($q[0], $q[1]);
    $unit_info[attack] = $unit_info[attack] + $basic_primary_skills[attack];
    $unit_info[defense] = $unit_info[defense] + $basic_primary_skills[defense];
    @$unit_info = @buy_unit($unit[0], $unit_info);
    mysql_query("INSERT INTO army(username, unit, quantity, attack, defense, min_damage, max_damage, health) VALUES (&#39;$name&#39;,&#39;$unit[0]&#39;,&#39;$qq&#39;,&#39;$unit_info[attack]&#39;,&#39;$unit_info[defense]&#39;,&#39;$unit_info[min]&#39;,&#39;$unit_info[max]&#39;,&#39;$unit_info[health]&#39;)");
    }

    if ($ref !== "") {
    mysql_query("UPDATE users SET gold=gold+1000 WHERE username=&#39;$ref&#39; LIMIT 1");
    if (mysql_affected_rows() > 0) {
    $date = date("m-d H:i");
    $text = "Sveiki! Per jūsų rekomendavimo nuorodą užsiregistravo $name ir jums už tai gaunate 1000 aukso! Ir toliau kvieskite kitus prisijungti prie herojų būrio!
    Su pagarba, wapdream.com administracija.";
    mysql_query("INSERT INTO pm(nick, name, text, date, active, action) VALUES (&#39;$ref&#39;,&#39;Gavote 1000 aukso!&#39;,&#39;$text&#39;,&#39;[$date]&#39;,&#39;0&#39;,&#39;note&#39;)");
    $file = @fopen("ref.txt", "r");
    flock($file, 1);
    $count = fgets($file, 255);
    fclose($file);
    $file = @fopen("ref.txt", "w");
    if ($count == "") { $count = 0; }
    $count++;
    fputs($file, $count);
    flock($file, 2);
    fclose($file);
    }
    }
    echo"Herojus sėkmingai užregistruotas!
    $line
    <a href=\"index.php?m=$m&amp;id=$id\">&gt;&gt;&gt;</a>";

    $file = @fopen("users.txt", "r");
    flock($file, 1);
    $count = fgets($file, 255);
    fclose($file);
    $file = @fopen("users.txt", "w");
    if ($count == "") { $count = 0; }
    $count++;
    fputs($file, $count);
    flock($file, 2);
    fclose($file);
    }
    echo"</p></card></wml>";
    mysql_close($db);
    ?>

    Login script:
    <?php
    header("Content-type: text/vnd.wap.wml");
    header("Cache-Control: no-store, no-cache, must-revalidate");
    print "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
    echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\""
    . " \"http://www.wapforum.org/DTD/wml_1.1.xml\">";
    include_once("core.php");
    echo"<wml><card id=\"heroes\" title=\"Prisijungimas\"><p align=\"center\">";
    include_once("connect.php");
    $i = addslashes(htmlspecialchars($_GET[&#39;i&#39;])); if (!$i) { $i = ""; }
    $ref = addslashes(htmlspecialchars($_GET[&#39;ref&#39;]));
    if ($i == "") {
    echo"Prisijungimas
    $line
    Vardas:
    <input type=\"text\" name=\"name\" maxlength=\"14\"/>
    Slaptažodis:
    <input type=\"password\" name=\"pass\" maxlength=\"40\"/>
    <anchor>Prisijungti<go href=\"login.php?i=2\" method=\"post\"><postfield name=\"name\" value=\"$(name)\"/><postfield name=\"pass\" value=\"$(pass)\"/></go></anchor>
    $line
    <a href=\"index.php?ref=$ref\">$home</a>";
    }
    if ($i == "2") {
    $name = addslashes(htmlspecialchars($_POST[&#39;name&#39;]));
    $pass = addslashes(htmlspecialchars($_POST[&#39;pass&#39;]));
    if ($name == "") {
    echo"Neįvestas herojaus vardas.
    $line
    <a href=\"login.php\">$back</a>
    <a href=\"index.php\">$home</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    $check = mysql_fetch_array(mysql_query("SELECT id FROM users WHERE username=&#39;$name&#39; LIMIT 1"));
    if ($check[0] == "") {
    echo"Toks herojus neegzistuoja.
    $line
    <a href=\"login.php\">$back</a>
    <a href=\"index.php\">$home</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    if ($pass == "") {
    echo"Neįvestas slaptažodis.
    $line
    <a href=\"login.php\">$back</a>
    <a href=\"index.php\">$home</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    $pass = md5(md5($pass));
    $id = mysql_fetch_array(mysql_query("SELECT session FROM users WHERE username=&#39;$name&#39; and password=&#39;$pass&#39; LIMIT 1"));
    if ($id[0] == "") {
    echo"Neteisingas slaptažodis.
    $line
    <a href=\"login.php\">$back</a>
    <a href=\"index.php\">$home</a></p></card></wml>";
    mysql_close($db);
    exit;
    }
    mysql_query("UPDATE users SET username=&#39;$name&#39; WHERE session=&#39;$id[0]&#39; LIMIT 1");
    echo"Prisijungėte sėkmingai!
    $line
    <a href=\"index.php?id=$id[0]\">&gt;&gt;&gt;</a>";
    }
    echo"</p></card></wml>";
    mysql_close($db);

    ?>

    Who know where is problem? pls help (i didnt created new topic because this already is about helping and i did double post because to make active this topic and wait until someone replie..)
    Still.. alive..


    Contacts if someone will need from me and if I will disapear (srry dont know how to spell :D) again:
    STEAM: darkwizardltz
    Skype: darkwizardlt2000
    Email: , , , , ,

  7. #7
    Senior Member Ricky21ster
    Join Date
    Aug 2006
    Posts
    141
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default

    1st thing never give away ur details then ur site neva been safe just post ur config.php here
    get cheap web hosting ever
    ===================
    get free hosting for life time wap not allowed
    ===================
    get free cpanel web hosting wap are allowed
    ===================

    ===================

  8. #8
    Member DarkWizardLT
    Join Date
    Oct 2007
    Location
    Lithuanian, Pakruojis
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    1.here arent my site information details. 2.my config.php is good. (and i know how to change password anyway) 3. on config is my information detail (db, password xD) 4.problem with register.php or login.php. 5.anyway I think nobody needs game with bad login.php.
    Still.. alive..


    Contacts if someone will need from me and if I will disapear (srry dont know how to spell :D) again:
    STEAM: darkwizardltz
    Skype: darkwizardlt2000
    Email: , , , , ,

  9. #9
    Super Moderator subzero is an unknown quantity at this point subzero's Avatar
    Join Date
    Mar 2006
    Location
    Your Screen.
    Posts
    2,828
    Thanks
    76
    Thanked 75 Times in 39 Posts
    Blog Entries
    2
    Rep Power
    0

    Default

    what ever you do mate they just downloaded your files when they fixed your site lol dont trust no one in here only one is gumslone




    Super Cheap hosting:
    Read Tearms&Conditions here:
    FAQ:
    Support forum:


    WapMasterz.Net is back with new forum style!!
    Click this image to goto wapmasterz site!



  10. #10
    Member DarkWizardLT
    Join Date
    Oct 2007
    Location
    Lithuanian, Pakruojis
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Lol. Here are and good ppl like andre And who needs my wap sites and web site? It sux newbie can create it. xD
    EDIT: I dont need info anymore close this topic pls. [3 reasons: 1. boored of waiting who can help with this game; 2. I have other working game; 3. Ill better try to create MUOnline, Emperor or WapDrag game ]
    Still.. alive..


    Contacts if someone will need from me and if I will disapear (srry dont know how to spell :D) again:
    STEAM: darkwizardltz
    Skype: darkwizardlt2000
    Email: , , , , ,

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Replies: 4
    Last Post: 08-04-10, 23:37
  2. Replies: 8
    Last Post: 29-09-09, 05:49
  3. Money Earnings With Wap - Monetize Or Product?
    By norway000 in forum WAP World
    Replies: 9
    Last Post: 05-02-08, 18:13
  4. Wap Uploader Need Help!
    By floryn09 in forum Coding Forum
    Replies: 10
    Last Post: 11-08-07, 16:50
  5. Samsung Codes
    By lamar-wap in forum Mobile Phones / Phone News
    Replies: 3
    Last Post: 11-02-07, 14:13

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

SEO by vBSEO