I can help with back-end PHP and database administration
Type: Posts; User: prosportal
I can help with back-end PHP and database administration
I can help with back-end PHP and database administration. Skype CoolEditz
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.
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....
That was probably the most professional reply I've ever gotten here.
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...
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.
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...
Clear Register Page.
<input type="reset" />
:):
</sarcasm>
I'm not familiar with that router. Google it.
You need to setup DMZ and port forward port 80 to your NAT ip addres (192.168....)
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.
That code is kind of messy. Go ahead and PM me your IM info and I'll send you a cleaner script.
Sounds to me like the script isn't coded properly. Anyhow, you can at least hide the button with the script I provided above.
If you want the simple, easily bypassed method, you could use a jquery function.
<!-- Get jquery API from google -->
<script type="text/javascript"...
You didn't close your array.
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...
My recommendation is to get rid of WAMP. Either use the real server apps or try XAMPP. It doesn't limit connections by default.
Is this what I helped you with earlier?
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...
Seems like a lot of manual input, unless YOU can do it.
Right, the actual item name. "Snail Shell"
Sorry buddy. Shoot me a message. I'll help you get it setup.
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,...
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.
Problem solved. jk462s will make you one.
How much are you willing to pay? :)
Has anyone put a table together of item id's and their friendly names?
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...
Top 10 Images Slideshow Scripts
Looks to me like those fields are already in the tables.
If you configure an instance of MySQL 5+ server, the GUI will give you the option. Make sure your firewall exceptions are in place.
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...
Either remove this post or post real information.
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...
Else IF
Although arrays are faster and more optimized.
<?php
$host['hostname'] = 'localhost'; // Host name [DEFAULT:Localhost]
$host['user'] = 'root'; // DB Username
$host['password'] = ''; // DB Password
$host['database'] = 'abidestory'; // DB Name...
You're killin' me.
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...
I don't guess I understand what you're asking for. The script I just posted is "like" the site you showed me.
Here.
<?php
$host['hostname'] = 'localhost'; // Host name [DEFAULT:Localhost]
$host['user'] = 'root'; // DB Username
$host['password'] = ''; // DB Password
$host['database'] = 'abidestory';...
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...
Use facebook's iFrame for Like-Box, not a div tag.
Replace your div tag with this.
<iframe...
Try this.
<?php
$host['hostname'] = 'localhost'; // Host name [DEFAULT:Localhost]
$host['user'] = 'root'; // DB Username
$host['password'] = ''; // DB Password
$host['database'] = ''; //...
You never broke out of your PHP to perform your HTML. Either close your PHP tag, or echo your HTML.
What happens when you type http://localhost on your web server?
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.
I have already answered this question here.
http://forum.ragezone.com/f692/web-problems-804401/
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...
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...