Search:

Type: Posts; User: prosportal

Page 1 of 4 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    1,365

    Re: [MapleStory]Team Recruitment

    I can help with back-end PHP and database administration
  2. Re: [MapleStory] Team Recruitment (Coder, Web Developer, GFX, GM, Content Wizard).

    I can help with back-end PHP and database administration. Skype CoolEditz
  3. Replies
    86
    Views
    48,882

    Re: RIP Extalia! CLOSED AFTER 4 YEARS!

    I don't understand why the forums were shut down. Their host is obviously still paid up and I had an artwork thread that I would have liked to saved some uploaded images from.
  4. Replies
    0
    Views
    1,542

    Website aid / administration

    I'm offering assistance to anyone needing help, or would like to learn web development. I've been out of Maple development for a very long time, but have recently thought about dabbling in it again....
  5. Replies
    3
    Views
    636

    Re: [HELP] I give in...issue with 117.2

    That was probably the most professional reply I've ever gotten here.
  6. Replies
    3
    Views
    636

    [HELP] I give in...issue with 117.2

    So, I've been searching the forums for a couple hours now on an issue I'm having with 117.2

    I followed Y Squared's tutorial and I could run 117.1 just fine, but the cash shop wouldn't load. A...
  7. Replies
    7
    Views
    3,194

    Re: Realtime Stats with jquery/AJAX

    To prevent spamming, stats don't update until the initial 5 seconds. The execution time is less that .009 seconds and results are freed immediately.
  8. Replies
    7
    Views
    3,194

    Realtime Stats with jquery/AJAX

    This script will allow your visitors to view updated stats based on a time interval of your choice. This is the script I used for ChaoticStory that updated the number of users online and other...
  9. Replies
    2
    Views
    458

    Re: register page

    Clear Register Page.


    <input type="reset" />

    :):
    </sarcasm>
  10. Thread: CMS Problem

    by prosportal
    Replies
    5
    Views
    557

    Re: CMS Problem

    I'm not familiar with that router. Google it.
  11. Thread: CMS Problem

    by prosportal
    Replies
    5
    Views
    557

    Re: CMS Problem

    You need to setup DMZ and port forward port 80 to your NAT ip addres (192.168....)
  12. Replies
    11
    Views
    703

    Re: [HELP]Web hosting

    Mike, you must enable name pipes in order to connect remotely. If you are using MySQL server 5+, there is an option to allow remote connection during the initial configuration.
  13. Replies
    11
    Views
    748

    Re: [Help] Voting Issue

    That code is kind of messy. Go ahead and PM me your IM info and I'll send you a cleaner script.
  14. Replies
    11
    Views
    748

    Re: [Help] Voting Issue

    Sounds to me like the script isn't coded properly. Anyhow, you can at least hide the button with the script I provided above.
  15. Replies
    11
    Views
    748

    Re: [Help] Voting Issue

    If you want the simple, easily bypassed method, you could use a jquery function.



    <!-- Get jquery API from google -->
    <script type="text/javascript"...
  16. Replies
    2
    Views
    581

    Re: [Help]Php Error.

    You didn't close your array.
  17. Replies
    2
    Views
    579

    Re: How to get the website up

    What happens when you type localhost into your address bar? Sometimes TeamViewer or Skype can takeover port 80.

    Also is this a home PC or VPS/DS? Home routers can have firewalls enabled. Also make...
  18. Closed: Re: Max Connections and MySQL Administrator issue

    My recommendation is to get rid of WAMP. Either use the real server apps or try XAMPP. It doesn't limit connections by default.
  19. Closed: Re: Max Connections and MySQL Administrator issue

    Is this what I helped you with earlier?
  20. Replies
    1
    Views
    562

    Re: [help] Voting error

    This is probably happening when someone hasn't voted yet. When you put in your account name, the database is querying based on that name.

    You need to do a check to make sure the record exists...
  21. Replies
    7
    Views
    620

    Re: [SQL] itemid -> friendly name

    Seems like a lot of manual input, unless YOU can do it.
  22. Replies
    7
    Views
    620

    Re: [SQL] itemid -> friendly name

    Right, the actual item name. "Snail Shell"
  23. Replies
    20
    Views
    1,309

    Re: [Vote Point System] For my server

    Sorry buddy. Shoot me a message. I'll help you get it setup.
  24. Replies
    20
    Views
    1,309

    Re: [Vote Point System] For my server

    Easy keyboard warrior. Don't be so quick to criticize. You may not like the design of the site, but there are features many other sites don't offer; simply because either the coder doesn't know how,...
  25. Replies
    20
    Views
    1,309

    Re: [Vote Point System] For my server

    I did NOT use bootstrap. The other person did. There's not one piece of borrowed code on that website that I've put in.
  26. Replies
    20
    Views
    1,309

    Re: [Vote Point System] For my server

    Problem solved. jk462s will make you one.
  27. Replies
    20
    Views
    1,309

    Re: [Vote Point System] For my server

    How much are you willing to pay? :)
  28. Replies
    7
    Views
    620

    [SQL] itemid -> friendly name

    Has anyone put a table together of item id's and their friendly names?
  29. Replies
    3
    Views
    1,142

    Re: How to add gender into register.php ?

    First you need to create a gender field within your accounts table. Paste this into your query browser.


    ALTER TABLE `YOUR-SCHEMA`.`accounts` ADD COLUMN `gender` TINYINT UNSIGNED AFTER...
  30. Replies
    4
    Views
    591

    Re: CMS question

    Top 10 Images Slideshow Scripts
  31. Replies
    3
    Views
    625

    Re: CMS Website MySQL- Help Please

    Looks to me like those fields are already in the tables.
  32. Replies
    3
    Views
    490

    Re: Help! Remote Connection Web to VPS

    If you configure an instance of MySQL 5+ server, the GUI will give you the option. Make sure your firewall exceptions are in place.
  33. Replies
    4
    Views
    640

    Re: Re-directed web o.O

    You need to see if another process is using port 80. You can do that here See what process is using a TCP port - Windows Server - Techguide

    Also, check your C:\Windows\System32\Drivers\etc\hosts...
  34. Replies
    1
    Views
    658

    Re: Cms not working!

    Either remove this post or post real information.
  35. Replies
    10
    Views
    894

    Re: Website using Webs

    You can register accounts and query your database from an outside domain, but your database must remain on the server and allow remote connections. This is a big security gap, but with proper...
  36. Replies
    5
    Views
    639

    Re: Website Rankings error

    Else IF

    Although arrays are faster and more optimized.
  37. Thread: CMS Error

    by prosportal
    Replies
    20
    Views
    1,504

    Re: CMS Error

    <?php
    $host['hostname'] = 'localhost'; // Host name [DEFAULT:Localhost]
    $host['user'] = 'root'; // DB Username
    $host['password'] = ''; // DB Password
    $host['database'] = 'abidestory'; // DB Name...
  38. Thread: CMS Error

    by prosportal
    Replies
    20
    Views
    1,504

    Re: CMS Error

    You're killin' me.
  39. Thread: CMS Error

    by prosportal
    Replies
    20
    Views
    1,504

    Re: CMS Error

    Everything in HTML defaults to the top of the page. They're doing exactly what they're supposed to do. If you're wanting them to go down the page, you'll have to either put content above it, or line...
  40. Thread: CMS Error

    by prosportal
    Replies
    20
    Views
    1,504

    Re: CMS Error

    I don't guess I understand what you're asking for. The script I just posted is "like" the site you showed me.
  41. Thread: CMS Error

    by prosportal
    Replies
    20
    Views
    1,504

    Re: CMS Error

    Here.


    <?php
    $host['hostname'] = 'localhost'; // Host name [DEFAULT:Localhost]
    $host['user'] = 'root'; // DB Username
    $host['password'] = ''; // DB Password
    $host['database'] = 'abidestory';...
  42. Thread: CMS Error

    by prosportal
    Replies
    20
    Views
    1,504

    Re: CMS Error

    HTML works in a hierarchy. If you want content to show above your chat and facebook, then that code has to go above it. If you're just wanting to bump everything down, use line breaks above the code...
  43. Thread: CMS Error

    by prosportal
    Replies
    20
    Views
    1,504

    Re: CMS Error

    Use facebook's iFrame for Like-Box, not a div tag.

    Replace your div tag with this.


    <iframe...
  44. Thread: CMS Error

    by prosportal
    Replies
    20
    Views
    1,504

    Re: CMS Error

    Try this.



    <?php
    $host['hostname'] = 'localhost'; // Host name [DEFAULT:Localhost]
    $host['user'] = 'root'; // DB Username
    $host['password'] = ''; // DB Password
    $host['database'] = ''; //...
  45. Thread: CMS Error

    by prosportal
    Replies
    20
    Views
    1,504

    Re: CMS Error

    You never broke out of your PHP to perform your HTML. Either close your PHP tag, or echo your HTML.
  46. Replies
    5
    Views
    674

    Re: Wamp Server problem

    What happens when you type http://localhost on your web server?
  47. Replies
    5
    Views
    639

    Re: Website Rankings error

    Without reading through all your code; are you using an IDE like Netbeans for your PHP? It should be able to pinpoint that syntax error at the correct location.
  48. Replies
    4
    Views
    1,097

    Re: how to add gender to registeration pages

    I have already answered this question here.
    http://forum.ragezone.com/f692/web-problems-804401/
  49. Replies
    6
    Views
    731

    Re: hi all i need help in MySQL

    If you absolutely KNOW your password and you're still getting a connection error due to password issues, the service is running, and since it doesn't look like you have schema structures, I think you...
  50. Replies
    6
    Views
    731

    Re: hi all i need help in MySQL

    Anytime MySQL throws an invalid password message, it's either because you're using an incorrect password, or the MySQL service isn't running.

    Click Start>Run>Type 'Services.MSC' (no '' )
    Scroll...
Results 1 to 50 of 171
Page 1 of 4 1 2 3 4

Advertisement