[Site] MaNGOS/TrinityCore Account Creation page menu

Shout-Out

User Tag List

Page 4 of 4 FirstFirst 1234
Results 46 to 59 of 59
  1. #46
    epicblood25's Avatar Corporal
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bump!!
    plz answer my ??

    [Site] MaNGOS/TrinityCore Account Creation page
  2. #47
    epicblood25's Avatar Corporal
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bump!!
    plz

  3. #48
    Behazelbubb's Avatar Private
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Vey nice!!

  4. #49
    CronicT's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still the download link not working been 6 days!! Please approve it

    ---------- Post added at 09:55 PM ---------- Previous post was at 09:53 PM ----------

    Originally Posted by Adderus View Post
    ok guys here is a new create.php which will allow the user to set their own expansion. This works with trinity core 2 rev 9182.
    Attachment 3792

    Just replace your other create.php with this one and it will work. If you want a virus scan which not sure why you would need 1 for a 1.1kb rar lol I can do that.

    here's virustotal for you guys:
    Please Approve this link.

  5. #50
    Adderus's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  6. #51
    steptaker's Avatar Sergeant
    Reputation
    24
    Join Date
    Feb 2010
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any guide on setting up the forum / vote link redirect or page it self?

  7. #52
    GlacialGaming's Avatar Banned
    Reputation
    7
    Join Date
    Sep 2010
    Posts
    11
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would there be any way you could make a logo like the one included, but it says 'World of Glacial Gaming" ? would be really appreciated.. thanks

  8. #53
    Willzy's Avatar Banned
    Reputation
    22
    Join Date
    Jul 2010
    Posts
    389
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone transfer this to ArcEmu?

  9. #54
    KnightDave's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Adderus View Post
    You cannot download from that link for some reason. Please update it or make another one, as i am in a big need for that modified create.php
    thanks

  10. #55
    Scoobyy's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I change the menu tabs?

  11. #56
    Sidriel's Avatar Corporal
    Reputation
    14
    Join Date
    Apr 2010
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit the images that come with that certain theme.

    For example to edit the account menu tab open up account.png and edit it in your image editor of choice. To edit the image it has when you hover over it, open up account_hov.png

  12. #57
    predattak's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2008
    Posts
    537
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is great THX
    Homosexuals are gay

  13. #58
    Vragoth's Avatar Established Member
    Reputation
    55
    Join Date
    Nov 2008
    Posts
    422
    Thanks G/R
    5/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This template is pretty neat.

  14. #59
    lateralus25's Avatar Private
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Tbc

    I added an "expansion" section into my Create.php

    echo '<div id="acc">
    <h2 align="center">Create an Account</h2><br /><form method="post">Account Name<br /><input type="text" name="accname" /><br /><br />Account Password<br /><input type="password" name="pword" /><br /><br />Retype your Password<br /><input type="password" name="pwordtwo" /><br /><br />E-mail Address (Use a valid E-mail)<br /><input type="text" name="accmail" /><br /><br />Expansion (Use the number 8 for Burning Crusade)<input type="text" name="expansion" name="expansion" /><br /><br /><input type="submit" value="" name="submit" /></form>
    </div>';

    $user = $_POST['accname'];
    $pass = $_POST['pword'];
    $email = $_POST['accmail'];
    $expansion = $_POST['expansion'];
    $hash = sha1(strtoupper($user).':'.strtoupper($pass));

    $query3 = mysql_query("INSERT INTO account (username, sha_pass_hash, email, expansion) VALUES ('".$user."','".$hash."','".$email."','".$expansion."')") or die(mysql_error());
    if (mysql_affected_rows($dbcon) <= 0) return show_error("Something went wrong, please try again. Account was not created!");

Page 4 of 4 FirstFirst 1234

Similar Threads

  1. Mangos Account Creation Page with ReggAcc
    By andross_01 in forum WoW EMU Guides & Tutorials
    Replies: 31
    Last Post: 07-07-2010, 01:38 PM
  2. Mangos 2.4.2 Website - account creation page
    By dew1960 in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 06-22-2008, 03:46 AM
  3. [Help/MaNGOS] Account Creation Page
    By Tkreder123 in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 03-25-2008, 07:11 AM
  4. Replies: 15
    Last Post: 11-25-2007, 09:53 AM
  5. [Help] Need Mangos Account Creation Page
    By hahaowned in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 10-10-2007, 12:36 PM
All times are GMT -5. The time now is 12:53 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search