Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
68% Quality Score
Upvotes Received
5
Posts with Upvotes
3
Upvoting Members
5
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
1 Commented Post
~12.3K People Reached
Favorite Tags
Member Avatar for Hosmer23

A handy code that brings up a password window to keep others off of the web pages you choose.

Member Avatar for dasabel100
0
760
Member Avatar for DealthRune

I need a PHP messaging system where you can send, recieve, and view the messages you sent from one user to another. If you need my SQL code for the database, just ask :)

Member Avatar for lexayo
0
4K
Member Avatar for DealthRune
Member Avatar for DealthRune

OK, this is wierd and also a first for me. Alright, I have XAMPP and am currently in the process of creating a game in PHP. But randomly the XAMPP control panel told me the the starter application for Apache was corrupted, so I tried to replace the file with …

Member Avatar for Ritesh_4
0
118
Member Avatar for DealthRune

Hi, I'm looking for a tutorial type of thing that can help me get a better understanding of colons in the URL. What I want to be able to do is be able to define a user in my database like this: [url]http://www.example.com/user:admin[/url] Please give me a tutorial or tell …

Member Avatar for sudeepjd
0
61
Member Avatar for DealthRune
Member Avatar for essential

A simple progress bar that you can addUp with some common events' like redirecting the user to another source. And while they wait let this progress bar do some work for them...

Member Avatar for israelvainberg
0
196
Member Avatar for DealthRune

Okay, I'm in need of MAJOR help. I'm trying to get my own private server up, but in order to do so, I need Visual Studio 2008 C++ Express Edition. I've went to the Windows homepage and found a download for Visual Studio 2008 C++ Express Edition. When I click …

0
82
Member Avatar for DealthRune

Okay, so I'm making a RPG PHP text-based game. I have admins, but I' having trouble with coming up with new admin tools that will be available. I'm asking the gamers part of Daniweb to help me come up with new admin tools that will be useful and effective. I'm …

0
72
Member Avatar for DealthRune

Well, I'm making this script that deals with numbers that can go up to some VERY large numbers. Like 1.0E+150 I have tried [CODE] <?php echo number_format(1.0E+10); ?> [/CODE] But that returns 10,000,000,000 I want a way to show that number, but without the comas. Can anyone help?

Member Avatar for DealthRune
0
131
Member Avatar for DealthRune

This one is a messaging system! Made it myself, works great! Hopes you like :)

Member Avatar for jamied_uk
1
256
Member Avatar for DealthRune

This is it, I've completed my forum script and I'm sharing it with you!!!!!!! :O Hope you like it, if you find any bugs, please post it here Oh yea, and the first registered person will be the admin

Member Avatar for smartness
0
167
Member Avatar for DealthRune

This is a nice and easy table editer. Use it to add and delete cells, rows, and a caption

Member Avatar for Jonh S. Brown
1
155
Member Avatar for DealthRune

Use this to encrypt your passwords, for login fields and password protection.

Member Avatar for LUCKYLOVE
0
299
Member Avatar for DealthRune

When I use my php, and code it and such, for some reason when I use '<?' my php doesn't work. And I need it to go like that because I download a lot of scripts other people made and most of them don't use '<?php'. Can anyone help??

Member Avatar for DealthRune
0
173
Member Avatar for essential

A simple tool that provides easy navigation in your site using a Combo box. It lets you jump to different location on the Web and also included with text display, which provides short details about the site. If you have comments, suggestions or request &#8212; don't hesitate to post back …

Member Avatar for DealthRune
0
181
Member Avatar for essential

Making a calendar is a bit more complex than making a timer or clock but mostly because any calendar script is going to be generating HTML to display the calendar and whenever you have programs writing programs things always get a bit funky! We'll do this as a prototype so …

Member Avatar for DealthRune
0
4K
Member Avatar for DealthRune

I am making 2 cookies, but when they are set, it shows me this error "Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\forum\index.php:4) in C:\xampp\htdocs\forum\index.php on line 81" But I dont have any headers?? Here is the code [CODE]$expire=time()+60*60*24*30; setcookie('username',$u,$expire); setcookie('password',$p,$expire);[/CODE] I made a …

Member Avatar for Josh Connerty
0
327
Member Avatar for DealthRune

I'm making a PHP forum script But, when ever i try to add a new topic it gives me this error: [QUOTE]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc) VALUES (Test, General …

Member Avatar for DealthRune
0
92
Member Avatar for DealthRune

I need help with this logout link i made When you click it, it should show a confirm box, but it doesn't. Heres the Javacript [CODE] <script language='javascript'> function confirm(){ var f = confirm("Are You Sure You Want To Logout?"); if(f){ return true; } else{ return false; } } </script> …

Member Avatar for DealthRune
0
99
Member Avatar for DealthRune
Member Avatar for DealthRune
0
266
Member Avatar for DealthRune

I am using this thread to show an example to a website on my javascript table editer I made. To see the script in action, just put it in one of your text editers (i.e Note Pad, ect... ect...) Description: With this, you can add cells, delete cells, add rows, …

Member Avatar for DealthRune
0
141
Member Avatar for DealthRune

I made this JavaScript that password protects a page. But the password you type in is completely visible! I want it so that the password are those black dots for each letter.... If anybody gots anything, please post it here, thx. Oh yea, here is the script [icode]<HTML> <BODY> <SCRIPT> …

Member Avatar for ShawnCplus
0
128
Member Avatar for DealthRune

Hi, I'm new to C++, and I made this program that makes either 1, or 2 pop up. And for 1, a text field is suppost to pop up to show you won, and if 2 pops up, it's suppost to say you lose. I got everything down (The unmber …

Member Avatar for DealthRune
0
107