|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Web Coding | |
Trying to get stuff done.
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | ||||||||||||||
|
Intel Overclocker
|
First off, yes... I know I have not been on in like 2 months. But, I have been really busy doing so much stuff. Now that its summer and I have school out of the way, I can stay up much later to try to get stuff done. Well, I am still up from yesterday actually, and now its like 6:45AM. But whatever.
Anyhow one thing I need to finish is a few sites. One site is for the game server company I just got hired at. The site is www.minvera.com Basically, the site is pretty much done for these guys... except they have a login at the top of it, and what they want it to do is login to the game server Cpanel from their homepage, and right now all it does is take you to the Cpanel when you click login. It doesnt actually log you in. I dont even know if this is possible, but whatever is necessary to accomplish this would be much appreciated. The second site is for my CS:S gaming team (another reason I have been gone )The URL for this is http://6gbgaming.freehostia.com/ Yes, I know its free hosting, but my team leader does not want me to upload it to the domain untill it is 100% working. There are 2 things I need to accomplish with this one. First off, in the news section of the site... there are news posts (of course) The images that make up each post, I have to copy and paste each time I make a post and enter all the information in the .php file and reupload it to the server. I really dont like this. I want it to be like PHP-Nuke, where there is an admin backend and I can just type in whatever I want into a form box and click post and it appears on the site. I am new to PHP so I dont know how to do that at all really. The next thing I want to do is try to integrate the forum into the site. Rignt now it is just in an iframe, which I am not too pleased about. It is already coded in PHP right now, so the last question is how hard would it be to put this into a PHP Nuke template? I believe that will be my best option, even though the rest of my buddies are not to fond of Nuke, they actually prefer Mambo/Joomla. So yeah, this is a pretty long post. But like I said, I am new to PHP and I still have many questions.
__________________
Quote:
"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke Aumotocnic: An unfortunate member of the overclock.net insomnia club. Overclock.net Headphone Club: Because perfect hair is overrated.
|
||||||||||||||
|
|
|
|
#2 (permalink) | ||||||||||||||
|
Programmer
Join Date: Aug 2006
Location: Blagoevgrad, Bulgaria
Posts: 503
Rep: 19
![]() Unique Rep: 18
Trader Rating: 0
|
Quote:
Code:
<tbody><tr> <input type="hidden" name="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" value="" /> <input name="scrollLeft" id="scrollLeft" type="hidden" /><input name="scrollTop" id="scrollTop" type="hidden" /> <input type="hidden" name="DropDownListTemplates" value="Modern" /> <input type="hidden" name="ButtonLogin" value="Login" /> <td class="form">Username: <input name="UserName" type="text"></td> <td class="form">Password: <input name="Password" type="password"></td> <td><input value="Login" type="submit"></td> I'll empasize that name="username" is now name="UserName", and name="password" is name="Password", but the hidden fields are mandatory, especially this one "<input type="hidden" name="ButtonLogin" value="Login" />" About the WYSIWYG editing of the page in your second page... well search.. Its very hard somebody to tell you from a forum how to make WYSIWYG editing in a few steps. I cannot. So search for TinyMCE or FCKeditor and integrating it into PHP, and saving the data in a file/database.
__________________
Debian worshipper I'm feeling that vodka more like without the K letter - voda (вода, water in Slavic countries) Officially, Debian for desktop and development, Windows XP SP2 for gaming. (ATI should have fixed their drivers for Linux sooner...)
Last edited by metala : 06-11-08 at 05:31 PM. |
||||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|