Posts
 
Reputation
Joined
Last Seen
Ranked #828
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
11
Posts with Upvotes
10
Upvoting Members
11
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Commented Posts
0 Endorsements
Ranked #718
Member Avatar for opjjuly

hey guys, i was wondering, is there any other way to hide .php extensions without using .htaccess? Instead of: [url]http://www.example.com/index.php[/url] Visitors to your site will see: [url]http://www.example.com/index/[/url] my webhost does not support the .htaccess thingy. :yawn: :@

Member Avatar for mervin_2
0
826
Member Avatar for LutherVespers

After running Windows XP for far too many years, I decided to upgrade to Windows 7. I built my PC around 5 years ago: Intel Core 2 Duo E6600 OCZ 2GB (2 x 1GB) DDR2 667MHz RAM Western Digital Caviar 320GB HD OC GameXStream 600W Power Supply DFI Infinity 975X …

Member Avatar for Young1cby
0
2K
Member Avatar for phoenix_2000

Heya all, First of all, sorry if this is the wrong part of the forum to post on, i was doubting between the networking and OS forums. Currently, i have a freecom [silverstore-2-NAS](http://www.freecom.com/Products/External-Hard-Drives/Network-Hard-Drives/SilverStore2) but i feel the software is rather restrictive to me. So what i'd like to do is …

Member Avatar for Shabbir_2
0
333
Member Avatar for rkara924

I am having an issue at with the browser refresh button. For some reason when I go to a page and click refresh it takes me back to wherever I started. For instance if the user goes to the Home page first then goes to Projects and then clicks refresh …

Member Avatar for rkara924
0
316
Member Avatar for phoenix_2000

Heya all, I have a VPS with centOs 7 on it, that has a bit of an issue. Whenever i try to access my VPS from a browser using httpS://, it gives me the following error: Secure Connection Failed An error occurred during a connection to 37.59.111.21:8000. SSL received a …

Member Avatar for CimmerianX
0
351
Member Avatar for phoenix_2000

Hey all, Im working on a website that has to be capable of viewing youtube video's without having to browse to youtube itself. I followed the tutorials from both video.js and video.js' youtube plugin, but when the page loads, it gives me: Uncaught ReferenceError: videojs is not defined (vjs.youtube.js line …

Member Avatar for phoenix_2000
0
2K
Member Avatar for phoenix_2000

Heya all, I'm trying to render a histogram of relative frequencies using D3 in combination with AJAX. Now i'm getting all my data correctly, but when i try to draw my chart, the first 2 bars are missing. The only error i'm getting on both firefox's and chrome's javascript console …

Member Avatar for phoenix_2000
0
3K
Member Avatar for phoenix_2000

Heya all, I'm working on a small 'file browser', where the list of files is printed in a console (for now), but where the user inserts the file's path in a GUI. My gui is rather simple: one frame and one panel containing a JTextField and a JButton. I want …

Member Avatar for phoenix_2000
0
262
Member Avatar for phoenix_2000

Heya all, Right now, i'm working on a small, text-based game, but i'm a bit confused about how to get my coupeling right. at the moment, i have 5 classes: an Item class, an inventory, a player, a room and a 'game' class that loads the game. The game class …

Member Avatar for phoenix_2000
0
168
Member Avatar for AleXHB

Hello, I found a tutorial and im looking to create my own website like pandora in html5 or ajax for my country (or at least that's my plan). The tutorial explains almost everything except 3 things: how to make the songs to not repeat if they have already been played, …

Member Avatar for Troy III
0
395
Member Avatar for phoenix_2000

Heya all, I'm using a special cakePHP plugin for displaying a fully fledged calendar. ([CakePHP full calendar plugin](http://bakery.cakephp.org/articles/silasmontgomery/2011/03/02/cakephp_full_calendar_plugin_2)) By clicking on an appointment in the calendar, the user is redirected to an edit screen, where he or she can change the date, time and a lot of other related data. …

Member Avatar for LastMitch
0
599
Member Avatar for Wailintun

HI everyone, I have a problem with post I want to do this in multi step and echo all data that I selected from drop down. here my one page full code, then multi step page code. full code <?php include('config.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> …

Member Avatar for Wailintun
0
188
Member Avatar for surajdgiri

<?php include 'includes/config.php'; include 'header.php'; $check = ''; $TOTAL_FILE = 0; $rowsPerPage=12; $PATH = ''; if($parentid != 0) { $folddetail = $db->query("select * from category where id = ".$parentid, database::GET_ROW); $seq = $folddetail['pathc'];//$db->query("select pathc from category where id = ". $parentid, database::GET_FIELD); $PATH = '» <a href="'.BASE_PATH.'">Home</a> '; $PATH .= $seq; } …

Member Avatar for phoenix_2000
-1
346
Member Avatar for naphets

# I need help understanding how to pull data from a database # *(The database i have) & insert data into fields on my webpages. So I can edit the site from a mysql database.* *As far as I think understand, I have commented the code below...* Q-0= Please help …

Member Avatar for naphets
0
198
Member Avatar for shaqib

Hello, I am trying to populate a listbox.here are my codes which works fine. <?php echo "<select name=name value=''>Exten Name</option>"; while($nt1=mysql_fetch_array($result_users)){//Array or records stored in $nt echo "<option value=$nt1[name]>$nt1[name]</option>"; /* Option values are added by looping through the array */ } echo "</select>";// Closing of list box ?> These data …

Member Avatar for phoenix_2000
0
135
Member Avatar for OsaMasw

Hello guys I mentioned earlier that I have installed mod_security module first everything was works fine until I've tried to upload large files my chmod for upload dirctory was 777 and when uploading file its ends with Internal Server Error I've changed the chmod of upload folder to 755 and …

Member Avatar for OsaMasw
0
2K
Member Avatar for phoenix_2000

Hello all, Im looking for a tool that allows me to visualise a single entry in a database, so i can see that entry, and all entries that have a foreign key to it, and foreign keys to those etc. Im not talking about an ERD, but more like a …

Member Avatar for pixelsoul
0
147
Member Avatar for peter_budo

Does anyone can recommend some application to play Blu-ray on pc? I have CyberLink PowerDVD 8 that came with optical drive, but often there is a lag (visible stop in playback). I would love if VLC player people added BR support to application, but at the moment libbluray is more …

Member Avatar for abbotbass
1
241
Member Avatar for phoenix_2000

hey people, I've been experimenting with some new (for me) java techniques, like keybindings. i've got a small app, where the bindings work fine, untill i press a JButton with actionListener. the actionListener doesn't do anything at all, but keybindings fail after i press one of them. here's my code …

Member Avatar for phoenix_2000
0
531
Member Avatar for phoenix_2000

Hello people, First of all, sorry if this is the wrong forum to post in. I've got what i think is a rather specific question, related to web-development. about six months ago, i spend a few months developing an internal application for my internship, about 1 week before i left, …

Member Avatar for phoenix_2000
0
115
Member Avatar for phoenix_2000

Hello people, First of all, i'm not an experienced ASP coder at all, i usually do php/java so i'm still kinda puzzled by this language. For my current project, i need to update a piece of an intranet, written completely in ASP. since it can't be reached from my position, …

Member Avatar for phoenix_2000
0
183
Member Avatar for Venom Rush

I'm trying to think of better ways to fight spam than having a captcha that a user needs to fill in. I've considered emailing a confirmation link to the user that they need to click in order to send the message they filled out in the form, but with Google …

Member Avatar for Venom Rush
0
175
Member Avatar for mits28

I am trying to learn JavaMail API.i am working on this.i have search much from google..i know for hosting mails, mail server is require and Apache james is a open source server.i have downloaded that.but i am not able to configure that.i dont understand how actualy javamail work with James.I …

Member Avatar for godzab
0
177
Member Avatar for code739

>could someone help me out of this code i have a problem the quoted input text could not be print see my codes `function generate_table(){ $query = "select id,branchcode,accountno,accountname,naturalaccount,mname,placeholder,design,elevel from account_codes"; $result = mssql_query($query); $index = 0; while($result_row=mssql_fetch_array($result)){ $index++; echo '<tr> <td><input size="2" type="hidden" value="'.$result_row['id'].'" name="did'.$index.'" id="did'.$index.'" disabled="disabled"/>'; echo '<select …

Member Avatar for broj1
0
208
Member Avatar for yup790

I have been using XNA recently and discoverd a major difficulty: when designing levels you have to spen ages pre planning exactly where sprites/objects will go. To solve This problem I had an idea for a game engine/level editor that just imports sprites, creates variables for the sprites and has …

Member Avatar for Akill10
0
183
Member Avatar for sphe_g

Hi Everyone, I'm doing my third year in Information Technology. As part of our syllabus, we need to go out into the "real world" and find an information systems problem, which we then solve using the skills we've learnt over the years, as well as any new skills we learn …

Member Avatar for phoenix_2000
0
214
Member Avatar for ehpratah

hi i'm just wondering on how can i make all the type text in my textbox all uppercase using php? tnx Alot..

Member Avatar for designershiv
0
163
Member Avatar for coolstorybro

Background info: I can no longer connect to my wireless internet after having virtually no problems. I do still have internet, just not wifi. So the problem is, according to system preferences on my macbook pro, my router's ip address starts with 172.... but when I put in said router …

Member Avatar for JorgeM
0
522
Member Avatar for phoenix_2000

Hello, For my current project i'm working with a lot of nested arrays and objects. i'd like to be able to see all their values just as vardump does, but that function doesn't go as deep as i'd like. I already tried the krumo library, but it didn't show me …

Member Avatar for pritaeas
0
97
Member Avatar for kunaldinde