| Code: : |
| $display_errors = false; |
| Code: : |
| $display_errors = true; |
| Code: : |
| The page cannot be displayed The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings. |
| Code: : |
| $dbhost = "localhost"; $dbuname = "cnworld"; $dbpass = "xxxxxxx"; $dbname = "cnworld"; $prefix = "nuke"; $user_prefix = "nuke"; $dbtype = "MySQL"; $sitekey = "S·kQSd5%W@Y62-dm29-.-39.3a8sUf+W9"; $gfx_chk = 0; $subscription_url = ""; $admin_file = "admin"; $advanced_editor = 0; /**********************************************************************/ /* You finished to configure the Database. Now you can change all */ /* you want in the Administration Section. To enter just launch */ /* your web browser pointing it to http://xxxxxx.xxx/admin.php */ /* (Change xxxxxx.xxx to your domain name, for example: phpnuke.org) * /* */ /* Remember to go to Preferences section where you can configure your */ /* new site. In that menu you can change all you need to change. */ /* */ /* Congratulations! now you have an automated news portal! */ /* Thanks for choose PHP-Nuke: The Future of the Web */ /**********************************************************************/ // DO NOT TOUCH ANYTHING BELOW THIS LINE UNTIL YOU KNOW WHAT YOU'RE DOING $reasons = array("As Is","Offtopic","Flamebait","Troll","Redundant","Insighful","Interesting","Informative","Funny","Overrated","Underrated"); $badreasons = 4; $AllowableHTML = array("b"=>1,"i"=>1,"u"=>1,"div"=>2,"a"=>2,"em"=>1,"br"=>1,"strong"=>1,"blockquote"=>1,"tt"=>1,"li"=>1,"ol"=>1,"ul"=>1); $CensorList = array("fuck","cunt","fucker","fucking","pussy","cock","c0ck","cum","twat","clit","bitch","fuk","fuking","motherfucker"); $tipath = "images/topics/"; //*************************************************************** // IF YOU WANT TO LEGALY REMOVE ANY COPYRIGHT NOTICES PLAY FAIR AND CHECK: http://phpnuke.org/modules.php?name=Commercial_License // COPYRIGHT NOTICES ARE GPL SECTION 2(c) COMPLIANT AND CAN'T BE REMOVED WITHOUT PHP-NUKE'S AUTHOR WRITTEN AUTHORIZATION // THE USE OF COMMERCIAL LICENSE MODE FOR PHP-NUKE HAS BEEN APPROVED BY THE FSF (FREE SOFTWARE FOUNDATION) // YOU CAN REQUEST INFORMATION ABOUT THIS TO GNU.ORG REPRESENTATIVE. THE EMAIL THREAD REFERENCE IS #213080 // YOU'RE NOT AUTHORIZED TO CHANGE THE FOLLOWING VARIABLE'S VALUE UNTIL YOU ACQUIRE A COMMERCIAL LICENSE // (http://phpnuke.org/modules.php?name=Commercial_License) //*************************************************************** $commercial_license = 0; if (eregi("config.php",$_SERVER['PHP_SELF'])) { Header("Location: index.php"); die(); } ?> |
| Code: : |
| Fatal error: Allowed memory size of 4388608 bytes exhausted (tried to allocate 184320 bytes) in /home/cnworld/public_html/darwendarts/modules/League/classes.php on line 1082 |
| Code: : |
| else if ($go_stand_headers) { $standings = new Standings($leagues[0]); *** *** $stand_head = "<select name=\"headers\">\n"; $stand_head2 = "<select name=\"headers2\">\n"; $stand_head2 .= "<option value=\"0\"> </option>\n"; $i=1; while (($lheader = $standings->headings())) { $stand_head .= "<option value=\"$i\">$lheader</option>\n"; $stand_head2 .= "<option value=\"$i\">$lheader</option>\n"; $i++; } $stand_head .= "</select>"; $stand_head2 .= "</select>"; echo "<table border=\"0\">" . "<tr><td> </td><td>First Column</td><td>Second Column</td></tr>" . "<tr><td><b>Table Standing Headers: </b></td><td>" . $stand_head . "</td><td>" . $stand_head2; echo "</td></tr>" . "</table>" . "<br>" . "<input type=\"hidden\" name=\"op\" value=\"$next\">" . "<input type=\"hidden\" name=\"id\" value=\"" . $this->block . "\">" . "<input type=\"hidden\" name=\"save\" value=\"add\">"; foreach($leagues as $league) { echo "<input type=\"hidden\" name=\"leagues[]\" value=\"$league\">"; } echo "<input type=\"hidden\" name=\"sport\" value=\"$sport\">" . "<input type=\"submit\" value=\"$submit\">"; } } echo "</form>"; |