-
Content Count
3,324 -
Joined
-
Last visited
Everything posted by truefusion
-
Gfx Crew Application: Se?or Maniac
truefusion replied to Se?or Maniac's topic in Graphics, Design & Animation
Got any links to these wallpapers? Or would you say, they're experiments that went wrong? -
After modifying the script again: include ( $data_array2[0] . '.txt' ); } else { include ('index.txt'); } } elseif (in_array($submit , $data_array2)) { if (file_exists($submit . '.txt' )) { include ( $submit . '.txt' ); } else { include ('index.txt'); } } else { if (file_exists($data_array2[0] . '.txt' )) { include ( $data_array2[0] . '.txt' ); } else { include ('index.txt'); } } ?> linenums:0'><?php$data_array = array();$data_array2 = array();$row = 0;$file_name = "menu_data.txt";$handle = @fopen($file_name, "r");if (!$handle) { echo "File Handle Not Available For Use"; exit; }while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) { $num = count($data); for ($c=0; $c < $num; $c++) { $data_array[$row][] = $data[$c]; } $row++;}/* if ( (strpos ($data[2],"$page="))) { $data_array[] = trim(substr($data[2], 6) ); }}*/fclose($handle);$data_array2 = $data_array;$submit = $_GET ;if( !isset($_GET ) || ($_GET == NULL ) ) { if (file_exists($data_array2[0] . '.txt' )) { include ( $data_array2[0] . '.txt' ); } else { include ('index.txt'); } } elseif (in_array($submit , $data_array2)) { if (file_exists($submit . '.txt' )) { include ( $submit . '.txt' ); } else { include ('index.txt'); } } else { if (file_exists($data_array2[0] . '.txt' )) { include ( $data_array2[0] . '.txt' ); } else { include ('index.txt'); } }?> You get something like this as the output: Array( [0] => Array ( [0] => ~ Pages ~ [1] => sbhead1 [2] => header ) [1] => Array ( [0] => Index Page [1] => link [2] => ?page=index [3] => Index Page here [4] => Index Alternate Text here ) [2] => Array ( [0] => Template Script [1] => link [2] => ?page=one [3] => Template Script Title [4] => Template Script Alternate Text here ) [3] => Array ( [0] => Sidebar Script [1] => link [2] => ?page=two [3] => Sidebar Script Title [4] => Sidebar Script Alternate Text here ) [4] => Array ( [0] => Array Script [1] => link [2] => ?page=three [3] => Array Script Title [4] => Array Script Alternate Text here ) [5] => Array ( [0] => Sample Menu Data [1] => link [2] => ?page=four [3] => Sample Menu Data Page [4] => Sample Menu Data Alternate Text here ) [6] => Array ( [0] => Contact Form [1] => link [2] => ?page=five [3] => Explain the email Form [4] => Explain the email Form Text here ) [7] => Array ( [0] => Contact the Author [1] => link [2] => ?page=contact [3] => Contact the Author from here [4] => Contact the Author Alternate Text here ) [8] => Array ( [0] => footer ) [9] => Array ( [0] => ~ Forums ~ [1] => sbhead2 [2] => header ) [10] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum and Hosting [4] => Xisto Forum and Hosting ) [11] => Array ( [0] => PC Pit Stop [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC Pit Stop Forum [4] => PC Pit Stop Forum ) [12] => Array ( [0] => CSS Creator [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => CSS Creator Forum [4] => CSS Creator Forum ) [13] => Array ( [0] => PC How to's [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC How To Forum [4] => PC How To Forum ) [14] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum [4] => Xisto Forum ) [15] => Array ( [0] => footer [1] => sbhead1 [2] => header ))Array( [0] => Array ( [0] => ~ Pages ~ [1] => sbhead1 [2] => header ) [1] => Array ( [0] => Index Page [1] => link [2] => ?page=index [3] => Index Page here [4] => Index Alternate Text here ) [2] => Array ( [0] => Template Script [1] => link [2] => ?page=one [3] => Template Script Title [4] => Template Script Alternate Text here ) [3] => Array ( [0] => Sidebar Script [1] => link [2] => ?page=two [3] => Sidebar Script Title [4] => Sidebar Script Alternate Text here ) [4] => Array ( [0] => Array Script [1] => link [2] => ?page=three [3] => Array Script Title [4] => Array Script Alternate Text here ) [5] => Array ( [0] => Sample Menu Data [1] => link [2] => ?page=four [3] => Sample Menu Data Page [4] => Sample Menu Data Alternate Text here ) [6] => Array ( [0] => Contact Form [1] => link [2] => ?page=five [3] => Explain the email Form [4] => Explain the email Form Text here ) [7] => Array ( [0] => Contact the Author [1] => link [2] => ?page=contact [3] => Contact the Author from here [4] => Contact the Author Alternate Text here ) [8] => Array ( [0] => footer ) [9] => Array ( [0] => ~ Forums ~ [1] => sbhead2 [2] => header ) [10] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum and Hosting [4] => Xisto Forum and Hosting ) [11] => Array ( [0] => PC Pit Stop [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC Pit Stop Forum [4] => PC Pit Stop Forum ) [12] => Array ( [0] => CSS Creator [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => CSS Creator Forum [4] => CSS Creator Forum ) [13] => Array ( [0] => PC How to's [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC How To Forum [4] => PC How To Forum ) [14] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum [4] => Xisto Forum ) [15] => Array ( [0] => footer [1] => sbhead1 [2] => header ))Array( [0] => Array ( [0] => ~ Pages ~ [1] => sbhead1 [2] => header ) [1] => Array ( [0] => Index Page [1] => link [2] => ?page=index [3] => Index Page here [4] => Index Alternate Text here ) [2] => Array ( [0] => Template Script [1] => link [2] => ?page=one [3] => Template Script Title [4] => Template Script Alternate Text here ) [3] => Array ( [0] => Sidebar Script [1] => link [2] => ?page=two [3] => Sidebar Script Title [4] => Sidebar Script Alternate Text here ) [4] => Array ( [0] => Array Script [1] => link [2] => ?page=three [3] => Array Script Title [4] => Array Script Alternate Text here ) [5] => Array ( [0] => Sample Menu Data [1] => link [2] => ?page=four [3] => Sample Menu Data Page [4] => Sample Menu Data Alternate Text here ) [6] => Array ( [0] => Contact Form [1] => link [2] => ?page=five [3] => Explain the email Form [4] => Explain the email Form Text here ) [7] => Array ( [0] => Contact the Author [1] => link [2] => ?page=contact [3] => Contact the Author from here [4] => Contact the Author Alternate Text here ) [8] => Array ( [0] => footer ) [9] => Array ( [0] => ~ Forums ~ [1] => sbhead2 [2] => header ) [10] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum and Hosting [4] => Xisto Forum and Hosting ) [11] => Array ( [0] => PC Pit Stop [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC Pit Stop Forum [4] => PC Pit Stop Forum ) [12] => Array ( [0] => CSS Creator [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => CSS Creator Forum [4] => CSS Creator Forum ) [13] => Array ( [0] => PC How to's [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC How To Forum [4] => PC How To Forum ) [14] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum [4] => Xisto Forum ) [15] => Array ( [0] => footer [1] => sbhead1 [2] => header ))Array( [0] => Array ( [0] => ~ Pages ~ [1] => sbhead1 [2] => header ) [1] => Array ( [0] => Index Page [1] => link [2] => ?page=index [3] => Index Page here [4] => Index Alternate Text here ) [2] => Array ( [0] => Template Script [1] => link [2] => ?page=one [3] => Template Script Title [4] => Template Script Alternate Text here ) [3] => Array ( [0] => Sidebar Script [1] => link [2] => ?page=two [3] => Sidebar Script Title [4] => Sidebar Script Alternate Text here ) [4] => Array ( [0] => Array Script [1] => link [2] => ?page=three [3] => Array Script Title [4] => Array Script Alternate Text here ) [5] => Array ( [0] => Sample Menu Data [1] => link [2] => ?page=four [3] => Sample Menu Data Page [4] => Sample Menu Data Alternate Text here ) [6] => Array ( [0] => Contact Form [1] => link [2] => ?page=five [3] => Explain the email Form [4] => Explain the email Form Text here ) [7] => Array ( [0] => Contact the Author [1] => link [2] => ?page=contact [3] => Contact the Author from here [4] => Contact the Author Alternate Text here ) [8] => Array ( [0] => footer ) [9] => Array ( [0] => ~ Forums ~ [1] => sbhead2 [2] => header ) [10] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum and Hosting [4] => Xisto Forum and Hosting ) [11] => Array ( [0] => PC Pit Stop [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC Pit Stop Forum [4] => PC Pit Stop Forum ) [12] => Array ( [0] => CSS Creator [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => CSS Creator Forum [4] => CSS Creator Forum ) [13] => Array ( [0] => PC How to's [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC How To Forum [4] => PC How To Forum ) [14] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum [4] => Xisto Forum ) [15] => Array ( [0] => footer [1] => sbhead1 [2] => header ))Array( [0] => Array ( [0] => ~ Pages ~ [1] => sbhead1 [2] => header ) [1] => Array ( [0] => Index Page [1] => link [2] => ?page=index [3] => Index Page here [4] => Index Alternate Text here ) [2] => Array ( [0] => Template Script [1] => link [2] => ?page=one [3] => Template Script Title [4] => Template Script Alternate Text here ) [3] => Array ( [0] => Sidebar Script [1] => link [2] => ?page=two [3] => Sidebar Script Title [4] => Sidebar Script Alternate Text here ) [4] => Array ( [0] => Array Script [1] => link [2] => ?page=three [3] => Array Script Title [4] => Array Script Alternate Text here ) [5] => Array ( [0] => Sample Menu Data [1] => link [2] => ?page=four [3] => Sample Menu Data Page [4] => Sample Menu Data Alternate Text here ) [6] => Array ( [0] => Contact Form [1] => link [2] => ?page=five [3] => Explain the email Form [4] => Explain the email Form Text here ) [7] => Array ( [0] => Contact the Author [1] => link [2] => ?page=contact [3] => Contact the Author from here [4] => Contact the Author Alternate Text here ) [8] => Array ( [0] => footer ) [9] => Array ( [0] => ~ Forums ~ [1] => sbhead2 [2] => header ) [10] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum and Hosting [4] => Xisto Forum and Hosting ) [11] => Array ( [0] => PC Pit Stop [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC Pit Stop Forum [4] => PC Pit Stop Forum ) [12] => Array ( [0] => CSS Creator [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => CSS Creator Forum [4] => CSS Creator Forum ) [13] => Array ( [0] => PC How to's [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC How To Forum [4] => PC How To Forum ) [14] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum [4] => Xisto Forum ) [15] => Array ( [0] => footer [1] => sbhead1 [2] => header ))Array( [0] => Array ( [0] => ~ Pages ~ [1] => sbhead1 [2] => header ) [1] => Array ( [0] => Index Page [1] => link [2] => ?page=index [3] => Index Page here [4] => Index Alternate Text here ) [2] => Array ( [0] => Template Script [1] => link [2] => ?page=one [3] => Template Script Title [4] => Template Script Alternate Text here ) [3] => Array ( [0] => Sidebar Script [1] => link [2] => ?page=two [3] => Sidebar Script Title [4] => Sidebar Script Alternate Text here ) [4] => Array ( [0] => Array Script [1] => link [2] => ?page=three [3] => Array Script Title [4] => Array Script Alternate Text here ) [5] => Array ( [0] => Sample Menu Data [1] => link [2] => ?page=four [3] => Sample Menu Data Page [4] => Sample Menu Data Alternate Text here ) [6] => Array ( [0] => Contact Form [1] => link [2] => ?page=five [3] => Explain the email Form [4] => Explain the email Form Text here ) [7] => Array ( [0] => Contact the Author [1] => link [2] => ?page=contact [3] => Contact the Author from here [4] => Contact the Author Alternate Text here ) [8] => Array ( [0] => footer ) [9] => Array ( [0] => ~ Forums ~ [1] => sbhead2 [2] => header ) [10] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum and Hosting [4] => Xisto Forum and Hosting ) [11] => Array ( [0] => PC Pit Stop [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC Pit Stop Forum [4] => PC Pit Stop Forum ) [12] => Array ( [0] => CSS Creator [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => CSS Creator Forum [4] => CSS Creator Forum ) [13] => Array ( [0] => PC How to's [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC How To Forum [4] => PC How To Forum ) [14] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum [4] => Xisto Forum ) [15] => Array ( [0] => footer [1] => sbhead1 [2] => header ))Array( [0] => Array ( [0] => ~ Pages ~ [1] => sbhead1 [2] => header ) [1] => Array ( [0] => Index Page [1] => link [2] => ?page=index [3] => Index Page here [4] => Index Alternate Text here ) [2] => Array ( [0] => Template Script [1] => link [2] => ?page=one [3] => Template Script Title [4] => Template Script Alternate Text here ) [3] => Array ( [0] => Sidebar Script [1] => link [2] => ?page=two [3] => Sidebar Script Title [4] => Sidebar Script Alternate Text here ) [4] => Array ( [0] => Array Script [1] => link [2] => ?page=three [3] => Array Script Title [4] => Array Script Alternate Text here ) [5] => Array ( [0] => Sample Menu Data [1] => link [2] => ?page=four [3] => Sample Menu Data Page [4] => Sample Menu Data Alternate Text here ) [6] => Array ( [0] => Contact Form [1] => link [2] => ?page=five [3] => Explain the email Form [4] => Explain the email Form Text here ) [7] => Array ( [0] => Contact the Author [1] => link [2] => ?page=contact [3] => Contact the Author from here [4] => Contact the Author Alternate Text here ) [8] => Array ( [0] => footer ) [9] => Array ( [0] => ~ Forums ~ [1] => sbhead2 [2] => header ) [10] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum and Hosting [4] => Xisto Forum and Hosting ) [11] => Array ( [0] => PC Pit Stop [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC Pit Stop Forum [4] => PC Pit Stop Forum ) [12] => Array ( [0] => CSS Creator [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => CSS Creator Forum [4] => CSS Creator Forum ) [13] => Array ( [0] => PC How to's [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC How To Forum [4] => PC How To Forum ) [14] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum [4] => Xisto Forum ) [15] => Array ( [0] => footer [1] => sbhead1 [2] => header ))Array( [0] => Array ( [0] => ~ Pages ~ [1] => sbhead1 [2] => header ) [1] => Array ( [0] => Index Page [1] => link [2] => ?page=index [3] => Index Page here [4] => Index Alternate Text here ) [2] => Array ( [0] => Template Script [1] => link [2] => ?page=one [3] => Template Script Title [4] => Template Script Alternate Text here ) [3] => Array ( [0] => Sidebar Script [1] => link [2] => ?page=two [3] => Sidebar Script Title [4] => Sidebar Script Alternate Text here ) [4] => Array ( [0] => Array Script [1] => link [2] => ?page=three [3] => Array Script Title [4] => Array Script Alternate Text here ) [5] => Array ( [0] => Sample Menu Data [1] => link [2] => ?page=four [3] => Sample Menu Data Page [4] => Sample Menu Data Alternate Text here ) [6] => Array ( [0] => Contact Form [1] => link [2] => ?page=five [3] => Explain the email Form [4] => Explain the email Form Text here ) [7] => Array ( [0] => Contact the Author [1] => link [2] => ?page=contact [3] => Contact the Author from here [4] => Contact the Author Alternate Text here ) [8] => Array ( [0] => footer ) [9] => Array ( [0] => ~ Forums ~ [1] => sbhead2 [2] => header ) [10] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum and Hosting [4] => Xisto Forum and Hosting ) [11] => Array ( [0] => PC Pit Stop [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC Pit Stop Forum [4] => PC Pit Stop Forum ) [12] => Array ( [0] => CSS Creator [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => CSS Creator Forum [4] => CSS Creator Forum ) [13] => Array ( [0] => PC How to's [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC How To Forum [4] => PC How To Forum ) [14] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum [4] => Xisto Forum ) [15] => Array ( [0] => footer [1] => sbhead1 [2] => header ))Array( [0] => Array ( [0] => ~ Pages ~ [1] => sbhead1 [2] => header ) [1] => Array ( [0] => Index Page [1] => link [2] => ?page=index [3] => Index Page here [4] => Index Alternate Text here ) [2] => Array ( [0] => Template Script [1] => link [2] => ?page=one [3] => Template Script Title [4] => Template Script Alternate Text here ) [3] => Array ( [0] => Sidebar Script [1] => link [2] => ?page=two [3] => Sidebar Script Title [4] => Sidebar Script Alternate Text here ) [4] => Array ( [0] => Array Script [1] => link [2] => ?page=three [3] => Array Script Title [4] => Array Script Alternate Text here ) [5] => Array ( [0] => Sample Menu Data [1] => link [2] => ?page=four [3] => Sample Menu Data Page [4] => Sample Menu Data Alternate Text here ) [6] => Array ( [0] => Contact Form [1] => link [2] => ?page=five [3] => Explain the email Form [4] => Explain the email Form Text here ) [7] => Array ( [0] => Contact the Author [1] => link [2] => ?page=contact [3] => Contact the Author from here [4] => Contact the Author Alternate Text here ) [8] => Array ( [0] => footer ) [9] => Array ( [0] => ~ Forums ~ [1] => sbhead2 [2] => header ) [10] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum and Hosting [4] => Xisto Forum and Hosting ) [11] => Array ( [0] => PC Pit Stop [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC Pit Stop Forum [4] => PC Pit Stop Forum ) [12] => Array ( [0] => CSS Creator [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => CSS Creator Forum [4] => CSS Creator Forum ) [13] => Array ( [0] => PC How to's [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC How To Forum [4] => PC How To Forum ) [14] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum [4] => Xisto Forum ) [15] => Array ( [0] => footer [1] => sbhead1 [2] => header ))Array( [0] => Array ( [0] => ~ Pages ~ [1] => sbhead1 [2] => header ) [1] => Array ( [0] => Index Page [1] => link [2] => ?page=index [3] => Index Page here [4] => Index Alternate Text here ) [2] => Array ( [0] => Template Script [1] => link [2] => ?page=one [3] => Template Script Title [4] => Template Script Alternate Text here ) [3] => Array ( [0] => Sidebar Script [1] => link [2] => ?page=two [3] => Sidebar Script Title [4] => Sidebar Script Alternate Text here ) [4] => Array ( [0] => Array Script [1] => link [2] => ?page=three [3] => Array Script Title [4] => Array Script Alternate Text here ) [5] => Array ( [0] => Sample Menu Data [1] => link [2] => ?page=four [3] => Sample Menu Data Page [4] => Sample Menu Data Alternate Text here ) [6] => Array ( [0] => Contact Form [1] => link [2] => ?page=five [3] => Explain the email Form [4] => Explain the email Form Text here ) [7] => Array ( [0] => Contact the Author [1] => link [2] => ?page=contact [3] => Contact the Author from here [4] => Contact the Author Alternate Text here ) [8] => Array ( [0] => footer ) [9] => Array ( [0] => ~ Forums ~ [1] => sbhead2 [2] => header ) [10] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum and Hosting [4] => Xisto Forum and Hosting ) [11] => Array ( [0] => PC Pit Stop [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC Pit Stop Forum [4] => PC Pit Stop Forum ) [12] => Array ( [0] => CSS Creator [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => CSS Creator Forum [4] => CSS Creator Forum ) [13] => Array ( [0] => PC How to's [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC How To Forum [4] => PC How To Forum ) [14] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum [4] => Xisto Forum ) [15] => Array ( [0] => footer [1] => sbhead1 [2] => header ))Array( [0] => Array ( [0] => ~ Pages ~ [1] => sbhead1 [2] => header ) [1] => Array ( [0] => Index Page [1] => link [2] => ?page=index [3] => Index Page here [4] => Index Alternate Text here ) [2] => Array ( [0] => Template Script [1] => link [2] => ?page=one [3] => Template Script Title [4] => Template Script Alternate Text here ) [3] => Array ( [0] => Sidebar Script [1] => link [2] => ?page=two [3] => Sidebar Script Title [4] => Sidebar Script Alternate Text here ) [4] => Array ( [0] => Array Script [1] => link [2] => ?page=three [3] => Array Script Title [4] => Array Script Alternate Text here ) [5] => Array ( [0] => Sample Menu Data [1] => link [2] => ?page=four [3] => Sample Menu Data Page [4] => Sample Menu Data Alternate Text here ) [6] => Array ( [0] => Contact Form [1] => link [2] => ?page=five [3] => Explain the email Form [4] => Explain the email Form Text here ) [7] => Array ( [0] => Contact the Author [1] => link [2] => ?page=contact [3] => Contact the Author from here [4] => Contact the Author Alternate Text here ) [8] => Array ( [0] => footer ) [9] => Array ( [0] => ~ Forums ~ [1] => sbhead2 [2] => header ) [10] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum and Hosting [4] => Xisto Forum and Hosting ) [11] => Array ( [0] => PC Pit Stop [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC Pit Stop Forum [4] => PC Pit Stop Forum ) [12] => Array ( [0] => CSS Creator [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => CSS Creator Forum [4] => CSS Creator Forum ) [13] => Array ( [0] => PC How to's [1] => link1 [2] => [url="http://forums.xisto.com/no_longer_exists/; [3] => PC How To Forum [4] => PC How To Forum ) [14] => Array ( [0] => Xisto [1] => link1 [2] => [url="http://forums.xisto.com/"&; [3] => Xisto Forum [4] => Xisto Forum ) [15] => Array ( [0] => footer [1] => sbhead1 [2] => header )) From this: ~ Pages ~,sbhead1,headerIndex Page,link,?page=index,Index Page here,Index Alternate Text hereTemplate Script,link,?page=one,Template Script Title,Template Script Alternate Text hereSidebar Script,link,?page=two,Sidebar Script Title,Sidebar Script Alternate Text hereArray Script,link,?page=three,Array Script Title,Array Script Alternate Text hereSample Menu Data,link,?page=four,Sample Menu Data Page,Sample Menu Data Alternate Text hereContact Form,link,?page=five,Explain the email Form,Explain the email Form Text hereContact the Author,link,?page=contact,Contact the Author from here,Contact the Author Alternate Text herefooter~ Forums ~,sbhead2,headerXisto,link1,http://trap17.com Forum and Hosting,Xisto Forum and HostingPC Pit Stop,link1,http://pcpitstop.com Pit Stop Forum,PC Pit Stop ForumCSS Creator,link1,http://csscreator.com Creator Forum,CSS Creator ForumPC How to's,link1,http://pchowtos.co.uk How To Forum,PC How To ForumXisto,link1,http://astahost.com Forum,Xisto Forumfooter,sbhead1,header
-
And Yet Another Sig....rofl
truefusion replied to -.AsSaSsIn.-'s topic in Graphics, Design & Animation
The more i look at it, the more the background color matches with the render. But, it could still use some extra color, like more green or something. -
Well it worked fine for me, when i tested it out. I made 3 empty text files (for the test). Each had their own seperate info to be displayed. The menu_data.txt had 'index,one,two' as its info, and the script stuck 'index' in its own key, and so forth. And, when $_GET wasnt defined it showed me the content from index.txt . When i gave $_GET the value of 'two', it showed me the content found in two.txt .And as for the security thingy, just dont make any files that store special info with the extension: "txt".
-
Gfx Crew Application: Se?or Maniac
truefusion replied to Se?or Maniac's topic in Graphics, Design & Animation
Eh, another bump. Just cause we didnt reply to the application, doesnt mean it wasnt looked at, or not discussed. Several views for each of them. I feel like an employer that received a call from someone asking me why didnt i hire them..But, you got anything else to show? I mean, sure, the gfx forum is mostly about sigs, but other things pop in there from time to time, that could always use a comment on. We would like to know if you're capable of doing more than just sigs. -
This what you were trying to do?: <?php$data_array = array();$data_array2 = array();$file_name = "menu_data.txt";$handle = @fopen($file_name, "r");if (!$handle) { echo "File Handle Not Available For Use"; exit; }while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) { $num = count($data); for ($c=0; $c < $num; $c++) { $data_array[] = $data[$c]; }}/* if ( (strpos ($data[2],"$page="))) { $data_array[] = trim(substr($data[2], 6) ); }}*/fclose($handle);$data_array2 = array_unique( $data_array );$submit = $_GET ;if( !isset($_GET ) || ($_GET == NULL ) ) { if (file_exists($data_array2[0] . '.txt' )) { include ( $data_array2[0] . '.txt' ); } else { include ('index.txt'); } } elseif (in_array($submit , $data_array2)) { if (file_exists($submit . '.txt' )) { include ( $submit . '.txt' ); } else { include ('index.txt'); } } else { if (file_exists($data_array2[0] . '.txt' )) { include ( $data_array2[0] . '.txt' ); } else { include ('index.txt'); } }?> Not really sure where you were going at with: if ( (strpos ($data[2],"$page="))) { $data_array[] = trim(substr($data[2], 6) ); }} So, i couldnt implement it, and wrapped comments around it, just incase you still need it. But, meh, hope this helped.
-
Heh, i have trouble understanding you, especially with all this "I" thing... But, one shouldn't be materialistic. And you cant be permanently happy on earth. I've felt true happiness. Infact, it lasted for a whole day. Straight from when i got out of bed, to when i went back to bed. Nothing could have ruined that day. That was on the day after i repented. Something tells me, I'll receive such happiness again, and it'll be permanent the next time. But, not on earth. And if that's the feeling I'll get in Heaven, then that's where i'll strive to go to. As for nirvana, it's not permanent. You'll eventually snap out of it.
-
The Ten Commandments Are they still valid today?
truefusion replied to wild20's topic in General Discussion
This is where people come in, before they get married, and say, "Dont take things too fast". And after they make the mistake, they come in again, and say, "I told you so..." But, mind you, you can be forgiven for sin, once. If you sin again, after being forgiven, i wouldnt know what to tell you. -
Sometimes it's better to start young, but, um, it would depend on what you're trying to bulk up. If you're trying to work out the entire body, you can do one body part at a time. That way your whole body wont ache from all the work. And if your job interferes, rather than walking everywhere, you can jog. And if your job is close enough, dont drive, but bike over. I'm sure you can find other exercises over the internet. Oh, be sure to stretch before any workout.
-
New Sigg With The New Style Ive Been Playing With
truefusion replied to -.AsSaSsIn.-'s topic in Graphics, Design & Animation
Nice God of War sig, but yea, add a another border. But, i'm not saying that the border should go all the way around, maybe add a mask to it and fill it in with the gradient tool. That might look nicer. Think of something. Get them creative juices flowing. -
I never said you did, but rather practice other stuff as well. Afterall, the gfx section consists of more than just sigs.
-
Best way to lose weight is to increase your metabolism. There are plenty of healthy foods out there that help increase your metabolism, while providing essential vitamins and minerals. If you've been eating pretty much the same thing everyday, which you think will help you lose weight, just gotta say, that it'll just make you add on weight after a while. You have to mix it up. Different food groups, but most importantly cut down on fats. If you eat meat, go for lean. Actually, eat one serving. One serving of any meat is about the size of a deck of cards. And I'm talking about 2-3 times a week, for meat. Go for low-fat foods. It's better to eat several small meals a day than a few large meals a day. Doing so also helps increase your metabolism, cause you barely give it a chance to "shutdown". But, what i mean by meals i don't mean anything. Breakfast is the most important meal of the day, cause it breaks your fasting. During "brunch", have a snack, nothing fatty or sugary. Then at lunch time, have lunch. Then between lunch and dinner, have another snack. Then at dinner time, have dinner. Remember to cut down on fats, but don't eliminate fat. The body needs fat to survive also. As for carbohydrates, they're not bad for you. Only if you don't use them. This is where exercise comes in. Hope this information helps. Heh, forgot to mention, no soft drinks!
-
The render is too dark for the background, in my opinion. The grid, i dont know, it just feels like something better could be inplace of it. The text is ok, but it could have a more scratchy underline.
-
Lol, it wouldnt matter even if they did. They could just make their own, if they have Photoshop. I've seen such filter work in many tutorials. I think i even saw such in the tutorials section here at Xisto.
-
Though, you've been busy and have a nice display of sigs. We expect more, rather than just sigs. Anyone can make sigs, and become good at them. But, usually when that happens, they tend to use their knowledge of sigs, in other forms of work. I'm not saying it's a bad thing, but rather that it can be. Not everything in GFX design consists of the same guidelines found for sigs. You might find some similarities, but still.
-
I am aware of the side effects of too little and too much mineral and vitamin intake, and other nutrients. I could list them all if you want me to.As for me learning about milk in school: my state is known for its poor education, 2nd place, last i heard. And i cant remember a time about the teacher, any teacher, discussing about the benefits of milk. The "Got Milk?" ads, the first time i saw them, i knew they couldn't reduce fat. Then i noticed a change in the commercials, and they started mentioning to drink low-fat milk instead. I found that funny. As for Wikipedia, i don't use that site to get everything i care to learn about. I've found that site not to be beneficial in some areas. I, instead, get my information from sites/books that were made by doctors, nutrionists, and whatnot.Sure, milk and milk products have drawbacks, but they also have benefits. I'm not saying the benefits cancel out the drawbacks. But, for those people, like me, that milk has little or no affect on, don't need to stop drinking it. Though, i, myself, am not a follower of the ads that say to drink 2-3 cups daily. Even i know that's not required. You only need about 64% of most nutrients to stay healthy. Ratherthan, daily intake, weekly is the better way to go. Just like everything else.But, if you're going to blame milk for what they can do to us, why not blame the rest also? Besides milk and milk products; eggs, fish, shellfish, wheat and wheat products, corn, nuts and peanuts, fruits, and chocolate can cause serious/common allergies. I can list them all if you want.It's hard to keep track of everything, isnt it? I'm a fan of natural things. Most things recommended by doctors, i'm against. Cause i know there's a healthier, safer, and natural way of taking care of something. With far less side effects.
-
Even a five year old can determine what word was *bleeped*, by the study of the sentence the word is used in. Words themselves, are not insulting, but rather how they can be used. The word we're discussing, in general, is just body waste. Not until you direct such a word at someone, or group of people, does it become insulting. That's why it's *bleeped*, just in case it would be directed to someone. If i were to call someone a booger, they might get insulted. Cause, they're thinking about the common definition for it, rather than the one i'm refering to: 4.b. a person, a fellow. I'm sure many people can relate to their lives as being trapped in body waste. See? Nothing bad when you get right down to the definition.
-
I'm finding the posts on here a bit odd. People are complaining that such a word being in the name of a section in the forums is misleading. Cause, you cant use it in the forums. Tell me something, did the old name of it stop people from using such a word? So, why should it matter now? I find it funny on how NOW it's when people are trying to prevent such a thing, rather than BEFORE. If you people really care, then the next time you see someone's post with a *bleeped* word, tell that person to refrain from cursing again. Using bad words is like death, it's bound to happen, no matter what!
-
You mean something like:My Controls > Board Settings > "Open Fast Reply automatically when available?", but without the need of cookies?
-
The tech brushing is pretty good. But, the style on the border is a bit too much. Also, the sig is a bit grainy..
-
I figure I'd give such a thing a try. I'd say it's not all that bad. First time doing such a thing. Though, i think i went a bit overboard, in some areas. Anywho, R&C. Image
-
Voted for razor. Nice colors and brushing. Car could have been more blended with the background, but that's a minor thing. Sig is pretty well organized also.O Albus, if it werent for the tech border, you would have gotten my vote.
-
Firefox Extentions Have an essential plugin? Share it with others.
truefusion replied to gaea's topic in The Internet
I've been through practically 100 pages worth of extensions. And found 54 extensions to be very useful. I will list them all here. Adblock Filter.G Updater Adblock Plus All-in-One Gestures All-in-One Sidebar Bibleserver.com Toolbar Colorful Tabs ColorZilla Context Highlight Copy Plain Text CSSViewer Ctrl+Tab Preview Dictionary Tooltip DOM Inspector DutchBlock Extended Cookie Manager Extension Manager Extended FasterFox Fission FlatStyle ForcastFox Enhanced Fox Pager Gmail Space Google Toolbar Highlighter HTML Validator Image Toolbar ImgLikeOpera Inline Google Definitions Launchy MeasureIt Menu Editor MinimizeToTray MR Tech Local Install Open Link In... Paste and Go Quick Preference Button QuickJava QuickNote RainbowPicker Regular Expressions Tester ReminderFox RiteofTongue ShowIP SmoothWheel SubmitToTab Tab Mix Plus Talkback: submits a crash report to Mozilla.org Tamper Data TextMarker! Translate Viamatic foXpose View Rendered Source Chart View Source Choice Web Developer